Html Css Color HEX #DCD8BB Coconut Cream

📋 copy color: '#DCD8BB'

red 220 ◦ green 216 ◦ blue 187

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

Shades of Coconut Cream #DCD8BB

Tints of Coconut Cream #DCD8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.02%

R = 35.31%
G = 34.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCD8BB (or 0xDCD8BB) is known color: Coconut Cream. HEX triplet: DC, D8 and BB. RGB value is (220,216,187). Sum of RGB (Red+Green+Blue) = 220+216+187=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8BB is #232744. Grayscale: #D6D6D6. Windows color (decimal): -2303813 or 12310748. OLE color: 12310748.

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

Color convert

RGB 220 216 187 -
CMYK 0 0.02 0.15 0.14
HSL 52.73º 0.32% 0.8% -
HSV(B) 52.73º 0.15% 0.86% -
XYZ 63.04 67.92 56.8 -
YUV 213.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 220 216 187 0 0.02 0.15 0.14 52.73 0.32 0.8
Hex DC D8 BB 0 2 F E 35 20 50
Octal 334 330 273 0 2 17 16 65 40 120
Binary 11011100 11011000 10111011 0 10 1111 1110 110101 100000 1010000

Color Harmonies of #DCD8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8BB

Black with #DCD8BB

Text Example


Text Example

White with #DCD8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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