View Single Post
Old Nov 15th, 2007, 3:32 PM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Construction Website

I'm going to suggest that color schemes you like aren't important. Color schemes that the viewer can live with are the key.

First of all, chosen colors should be web-safe. That is, the colors should be reproduced accurately (or very, very closely) by virtually every browser that your audience might use.

Modern systems can produce about lebenty-zillion colors, most of which the human eye cannot distinguish from nearby colors. As a matter of practicalicy, you have less than 256 colors to choose from that are highly likely to produce the effect you desire. When a browser cannot reproduce a non-web-safe color directly it resorts to dithering. Dithering is mainly a no-no.

If you're not into color theory there are many, many sites that will offer you the chance to select a major color, and then provide you with complementary colors that don't clash, but supplement your primary choice.

If you don't know exactly how this works, you might Google color wheels, or complementary colors, or some such.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote