+ All Categories

Color

Date post: 18-Jan-2015
Category:
Upload: alexander-sperl
View: 566 times
Download: 2 times
Share this document with a friend
Description:
 
17
Color Presenting Content – Session “Design Preliminaries”
Transcript
Page 1: Color

ColorPresenting Content – Session “Design Preliminaries”

Page 2: Color

1.CMYK vs. RGB2.Combinations3.Dominance4.Choosing a color palette5.Implementing color in CSS

Page 3: Color

CMYK RGBCyan Magenta Yellow blacK Red Green Blue

• subtractive• used in print

• additive• used for displays

Page 4: Color

Combinations

Monochromatic Complementary Split-Complementary

TriadAnalogousDouble-Complementary

Source: http://www.worqx.com/color/combinations.htm

recommended read!

Page 5: Color

CombinationsSource: http://veerle-v2.duoh.com/blog/comments/choosing_color_combinations/

Good Bad

recommended read!

Page 6: Color

CombinationsSource: http://veerle-v2.duoh.com/blog/comments/choosing_color_combinations/

Good Bad

recommended read!

Page 7: Color

Combinations

Good

High Contrast Economy Functionality Usability

Bad

Low Contrast Paint Pot Aimlessness Obstacle

Page 8: Color

DominanceRED

Source: http://www.webdesignledger.com/

recommended read!

Page 9: Color

DominanceGREEN

Source: http://www.webdesignledger.com/

recommended read!

Page 10: Color

DominanceBROWN

Source: http://www.webdesignledger.com/

recommended read!

Page 11: Color

DominancePINK

Source: http://www.webdesignledger.com/

recommended read!

Page 12: Color

DominanceDark/Gray

Source: http://www.webdesignledger.com/

recommended read!

Page 13: Color

DominanceColorful

Source: http://www.webdesignledger.com/

recommended read!

Page 14: Color

Choosing a color palette

Mission Objectives:1. Know your audience2. Know your website’s

objective3. Avoid problematic

color combinations4. Beware of functionality

Source: http://www.mister8.com/wp-content/uploads/2010/03/mission-impossible-66-tv-02-g.jpg

Page 15: Color

kuler.adobe.com

Page 16: Color

Implementing color in CSS

1. Color nameshttp://www.w3schools.com/css/css_colornames.asp

2. RGB valuescolor: rgb(0,255,102); or color: rgb(0%,100%,40%);

3. Hexadecimal valuescolor: #00FF66; color: #0F6;

Page 17: Color

Tasks

1. Create external style sheet for provided HTML documents

2. Implement color palette from kulerUse all three methods of implementing colors.

3. Sensible vs. SenselessTry to vary the use of your colors in order to create a good and a bad example with the same palette.


Recommended