Html Css Color HEX #DCD8B9 Coconut Cream

📋 copy color: '#DCD8B9'

red 220 ◦ green 216 ◦ blue 185

#DCD8B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coconut Cream #DCD8B9

Tints of Coconut Cream #DCD8B9

RGB

 RED value IS 220 (86.33% from 255) = 35.43%

 GREEN value IS 216 (84.77% from 255) = 34.78%

 BLUE value IS 185 (72.66% from 255) = 29.79%

R = 35.43%
G = 34.78%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCD8B9 (or 0xDCD8B9) is known color: Coconut Cream. HEX triplet: DC, D8 and B9. RGB value is (220,216,185). Sum of RGB (Red+Green+Blue) = 220+216+185=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8B9 is #232746. Grayscale: #D5D5D5. Windows color (decimal): -2303815 or 12179676. OLE color: 12179676.

HSL color Cylindrical-coordinate representation of color #DCD8B9: hue angle of 53.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD8B9 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 185 -
CMYK 0 0.02 0.16 0.14
HSL 53.14º 0.33% 0.79% -
HSV(B) 53.14º 0.16% 0.86% -
XYZ 62.83 67.83 55.68 -
YUV 213.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 220 216 185 0 0.02 0.16 0.14 53.14 0.33 0.79
Hex DC D8 B9 0 2 10 E 35 21 4F
Octal 334 330 271 0 2 20 16 65 41 117
Binary 11011100 11011000 10111001 0 10 10000 1110 110101 100001 1001111

Color Harmonies of #DCD8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8B9

Black with #DCD8B9

Text Example


Text Example

White with #DCD8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8B9; }

 p { color: rgb(220,216,185); }

 H1.HeaderClassName
 {
   color: #DCD8B9;
 }
 .AnyTagClassName
 {
   color: #DCD8B9;
 }
</style>

background-color css

<style>
 a { background-color: #DCD8B9; }

 a { background-color: rgb(220,216,185); }

 div.DivClassName
 {
   background-color: #DCD8B9;
 }
 .BgClassName
 {
   background-color: #DCD8B9;
 }
</style>

border-color css

<style>
 span { border-color: #DCD8B9; }

 span { border-color: rgb(220,216,185); }

 td.TdClassName
 {
   border-color: #DCD8B9;
 }
 .TagClassName
 {
   border-color: #DCD8B9;
 }
</style>