Shades of Coconut Cream #DCD8B7
Tints of Coconut Cream #DCD8B7
RGB
CMYK
RGB Variations
Color information
#DCD8B7 (or 0xDCD8B7) is known color: Coconut Cream. HEX triplet: DC, D8 and B7. RGB value is (220,216,183). Sum of RGB (Red+Green+Blue) = 220+216+183=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8B7 is #232748. Grayscale: #D5D5D5. Windows color (decimal): -2303817 or 12048604. OLE color: 12048604.
HSL color Cylindrical-coordinate representation of color #DCD8B7: hue angle of 53.51º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD8B7 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 183 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.14 |
| HSL | 53.51º | 0.35% | 0.79% | - |
| HSV(B) | 53.51º | 0.17% | 0.86% | - |
| XYZ | 62.62 | 67.75 | 54.58 | - |
| YUV | 213.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 183 | 0 | 0.02 | 0.17 | 0.14 | 53.51 | 0.35 | 0.79 |
| Hex | DC | D8 | B7 | 0 | 2 | 11 | E | 36 | 23 | 4F |
| Octal | 334 | 330 | 267 | 0 | 2 | 21 | 16 | 66 | 43 | 117 |
| Binary | 11011100 | 11011000 | 10110111 | 0 | 10 | 10001 | 1110 | 110110 | 100011 | 1001111 |
Color Harmonies of #DCD8B7
Complementary color
Monochromatic Colors of #DCD8B7
Black with #DCD8B7
Text Example
Text Example
White with #DCD8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8B7; }
p { color: rgb(220,216,183); }
H1.HeaderClassName
{
color: #DCD8B7;
}
.AnyTagClassName
{
color: #DCD8B7;
}
</style>
background-color css
<style>
a { background-color: #DCD8B7; }
a { background-color: rgb(220,216,183); }
div.DivClassName
{
background-color: #DCD8B7;
}
.BgClassName
{
background-color: #DCD8B7;
}
</style>
border-color css
<style>
span { border-color: #DCD8B7; }
span { border-color: rgb(220,216,183); }
td.TdClassName
{
border-color: #DCD8B7;
}
.TagClassName
{
border-color: #DCD8B7;
}
</style>