#d0c8b0 Color Hex Kitsilano Cookie

Information about Kitsilano Cookie Color | #0000FF

#d0c8b0 color RGB value is (208,200,176). #d0c8b0 color name is Kitsilano Cookie color.

#d0c8b0 hex color red value is 208 , green value is 200 and the blue value of its RGB is 176 . Cylindrical-coordinate representations (also known as HSL) of color #d0c8b0 hue: 45 , saturation: 25 and the lightness value of #d0c8b0 is 75

The process color (four color CMYK) of #d0c8b0 color hex is 0 , 2 ,6, 7 .

#d0c8b0

~Kitsilano Cookie

Color Converions

HEX
#d0c8b0
RGB
208,200,176
LAB
81,0,13
CMYK
0,4,15,18
LCH
81,13,90
XYZ
55,58,49
HSV
45,15,82
HSL
45,25,75

Base Numbers

Base Red Green Blue
Binary 11010000 11001000 10110000
Octal 320 310 260
Decimal 208 200 176
Hex d0 c8 b0

RGB Percentages of Color #d0c8b0

82%
78%
69%

CMYK Percentages of Color #d0c8b0

0%
6%
2%
7%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #d0c8b0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#d0c8b0
20%
#bbb49e
30%
#a6a08d
40%
#928c7b
50%
#7d786a
60%
#686458
70%
#535046
80%
#3e3c35
90%
#2a2823
100%
#151412

Tints of #d0c8b0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#d0c8b0
20%
#d5ceb8
30%
#d9d3c0
40%
#ded9c8
50%
#e3ded0
60%
#e8e4d8
70%
#ece9df
80%
#f1efe7
90%
#f6f4ef
100%
#fafaf7

Tones of #d0c8b0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#d0c8b0
20%
#c8c1ab
30%
#c0baa6
40%
#b8b2a1
50%
#b0ab9d
60%
#a8a498
70%
#a09c93
80%
#98958e
90%
#908e89
100%
#888784

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#d0c8b0
#d0bbb0
#d0c2b0
#d0c8b0
#d0ceb0
#cbd0b0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#d0c8b0
#b0b8d0

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d0c8b0
#b2d0b0
#bbb0d0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d0c8b0
#b0d0c8
#c8b0d0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#d0c8b0
#b0d0b8
#b0b8d0
#d0b0c8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d0c8b0
#faf1d4
#262520
#504d44
#7b7668
#a59f8c

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#d0c8b0

protanopia

#d0c6ae

deuteranopia

#e3c0b1

tritanopia

#d4c2d1

achromatopsia

#c8c8c8

protanomaly

#d0c7af

deuteranomaly

#dcc3b0

achromatopsia

#c8c8c8

tritanomaly

#d3c4c5

achromatomaly

#cbc8bf

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 13/21
Hello World !

#d0c8b0 Color CSS Codes

.bgcolor {background-color:#d0c8b0; } 
.forecolor {color:#d0c8b0; }
.bordercolor {border:3px solid #d0c8b0; }
            

#d0c8b0 Text Font Color

<div style="color:#d0c8b0">
Div content here</div>

This sample text font color is #d0c8b0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#d0c8b0 Background Color

<div style="background-color:#d0c8b0">
Div content here</div>
Div content here

#d0c8b0 Border Color

<div style="border:3px solid #d0c8b0">
Div here</div>

This div border color is #d0c8b0

#d0c8b0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #d0c8b0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0c8b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0c8b0;
  -webkit-box-shadow: 1px 1px 3px 2px #d0c8b0;
  box-shadow: 1px 1px 3px 2px #d0c8b0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0c8b0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0c8b0;
              -webkit-box-shadow: 1px 1px 3px 2px #d0c8b0;
              box-shadow:         1px 1px 3px 2px #d0c8b0#d0c8b0">
Div content here</div>

This div box has shadow with color #d0c8b0

More Colors

Mā White
#f4f7fd
Fading Night
#3377cc
Knight's Armor
#5c5d5d
Peristyle Brass
#ae905e
Milkweed
#e3e8d9
Motherland
#bcb667
Lotus Petal
#f2e9dc
Corn Snake
#ab6134
Annular
#e17861
Garden Stroll
#7dc683
Dusty Lilac
#d3cacd
Pisco Sour
#beeb71
Gǎn Lǎn Lǜ Green
#658b38
Flickr Pink
#fb0081
Classic Grey
#a39d93
Mauveine
#8a6d8b
Galleria Blue
#8fa4ac
Desired Dawn
#d8d7d9
Leprechaun Green
#395549
Kundalini Bliss
#d2ccda
Au Chico
#9e6759
Becquerel
#4bec13
Giants Orange
#fe5a1d
Dusky Citron
#e3cc81
Lily Legs
#eec7d6
Delicate Mist
#e1ebe5
Polished Brown
#985538
Mountain Lake
#2d5975
Moon Tide
#6f8588
Green Essence
#e9eac8
Ameixa
#6a5acd
Earth Red
#95424e
Dinner Mint
#e8f3e4
Gourmet Mushroom
#968d8c
Ferry
#383e44
Climbing Ivy
#58714a
Pale Light Green
#b1fc99
Infinity
#222831
Majestic Orchid
#8d576d
Harlequin
#3fff00
rating-img
Rate this tool
NaN/5   0 votes