Shades of Coconut Cream #DCD7BD
Tints of Coconut Cream #DCD7BD
RGB
CMYK
RGB Variations
Color information
#DCD7BD (or 0xDCD7BD) is known color: Coconut Cream. HEX triplet: DC, D7 and BD. RGB value is (220,215,189). Sum of RGB (Red+Green+Blue) = 220+215+189=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7BD is #232842. Grayscale: #D5D5D5. Windows color (decimal): -2304067 or 12441564. OLE color: 12441564.
HSL color Cylindrical-coordinate representation of color #DCD7BD: hue angle of 50.32º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD7BD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 189 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.14 |
| HSL | 50.32º | 0.31% | 0.8% | - |
| HSV(B) | 50.32º | 0.14% | 0.86% | - |
| XYZ | 63 | 67.49 | 57.85 | - |
| YUV | 213.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 189 | 0 | 0.02 | 0.14 | 0.14 | 50.32 | 0.31 | 0.8 |
| Hex | DC | D7 | BD | 0 | 2 | E | E | 32 | 1F | 50 |
| Octal | 334 | 327 | 275 | 0 | 2 | 16 | 16 | 62 | 37 | 120 |
| Binary | 11011100 | 11010111 | 10111101 | 0 | 10 | 1110 | 1110 | 110010 | 11111 | 1010000 |
Color Harmonies of #DCD7BD
Complementary color
Monochromatic Colors of #DCD7BD
Black with #DCD7BD
Text Example
Text Example
White with #DCD7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7BD; }
p { color: rgb(220,215,189); }
H1.HeaderClassName
{
color: #DCD7BD;
}
.AnyTagClassName
{
color: #DCD7BD;
}
</style>
background-color css
<style>
a { background-color: #DCD7BD; }
a { background-color: rgb(220,215,189); }
div.DivClassName
{
background-color: #DCD7BD;
}
.BgClassName
{
background-color: #DCD7BD;
}
</style>
border-color css
<style>
span { border-color: #DCD7BD; }
span { border-color: rgb(220,215,189); }
td.TdClassName
{
border-color: #DCD7BD;
}
.TagClassName
{
border-color: #DCD7BD;
}
</style>