Shades of Coconut Cream #DCD7B8
Tints of Coconut Cream #DCD7B8
RGB
CMYK
RGB Variations
Color information
#DCD7B8 (or 0xDCD7B8) is known color: Coconut Cream. HEX triplet: DC, D7 and B8. RGB value is (220,215,184). Sum of RGB (Red+Green+Blue) = 220+215+184=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7B8 is #232847. Grayscale: #D5D5D5. Windows color (decimal): -2304072 or 12113884. OLE color: 12113884.
HSL color Cylindrical-coordinate representation of color #DCD7B8: hue angle of 51.67º degrees, saturation: 0.34, 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 #DCD7B8 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 184 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.14 |
| HSL | 51.67º | 0.34% | 0.79% | - |
| HSV(B) | 51.67º | 0.16% | 0.86% | - |
| XYZ | 62.47 | 67.28 | 55.04 | - |
| YUV | 212.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 184 | 0 | 0.02 | 0.16 | 0.14 | 51.67 | 0.34 | 0.79 |
| Hex | DC | D7 | B8 | 0 | 2 | 10 | E | 34 | 22 | 4F |
| Octal | 334 | 327 | 270 | 0 | 2 | 20 | 16 | 64 | 42 | 117 |
| Binary | 11011100 | 11010111 | 10111000 | 0 | 10 | 10000 | 1110 | 110100 | 100010 | 1001111 |
Color Harmonies of #DCD7B8
Complementary color
Monochromatic Colors of #DCD7B8
Black with #DCD7B8
Text Example
Text Example
White with #DCD7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7B8; }
p { color: rgb(220,215,184); }
H1.HeaderClassName
{
color: #DCD7B8;
}
.AnyTagClassName
{
color: #DCD7B8;
}
</style>
background-color css
<style>
a { background-color: #DCD7B8; }
a { background-color: rgb(220,215,184); }
div.DivClassName
{
background-color: #DCD7B8;
}
.BgClassName
{
background-color: #DCD7B8;
}
</style>
border-color css
<style>
span { border-color: #DCD7B8; }
span { border-color: rgb(220,215,184); }
td.TdClassName
{
border-color: #DCD7B8;
}
.TagClassName
{
border-color: #DCD7B8;
}
</style>