Factors affecting web colors
Wednesday’s Production Tip for Graphic Designers
One of the biggest differences in designing for the web versus print is the use of color. Since it’s a very visual medium, color on your web adds energy, interest, and life to your website. And unlike print, it doesn’t cost anything! Better still, you can use more of it!
However, adding color is one of the things that drives me crazy about designing for the web! Why? Because you never know what your audience is really looking at. This is true in terms of line breaks, resolutions, how big it looks and unfortunately color.
Things affecting how you view color:
- Monitor brand
- Type of monitor (laptop, desktop, or flat screen)
- Screen resolution
- Color quality
- Platform (MAC / PC)
- How the monitor is calibrated
- Web browser used
Color your website: Things you can add color to:
- Backgrounds
- Font colors
- Tables
- Bullets
- Links
- “Highlight” text by adding a background color (I love yellow) to it!
Ways to specify color on the web:
- By name: Specify the color by name (red, purple, blue, green, white, etc..) I never use this way because browsers interpret these differently.
- Hexadecimal codes: I use this. Based on RBG, the first two letter/numbers are the red value, the next two are blue, and the last are green. Lowest hue: 00 vs highest hue: FF.
- Indexed colors: When I first started designing, there were 216 “browser-safe colors” listed in Hex mode. These are common regardless of your monitor and browser type.
- RGB: fairly recent, put in the RGB color value of the color
Where do you specify the color:
- Hard code: when I first started designing, I would manually add the color to the code of the page
- CSS: this is “Cascading Style Sheets”. It’s my preferred way of specifying color. I create a linked document listing all my fonts, sizes, weights, and colors and then in my document I add a “style” tag or select it while I design my page. It makes sure I remain consistent.
C O N C L U S I O N :
Color makes a huge difference between a bad design, a mediocre one, a good one, and a great one.
Learn all you can about color and how to use it properly. Notice how it appears on various monitor and adjust your designs accordingly. And know, it will probably drive you bananas!
Related posts:


































