Shades of Coconut Cream #DBD6B9
Tints of Coconut Cream #DBD6B9
RGB
CMYK
RGB Variations
Color information
#DBD6B9 (or 0xDBD6B9) is known color: Coconut Cream. HEX triplet: DB, D6 and B9. RGB value is (219,214,185). Sum of RGB (Red+Green+Blue) = 219+214+185=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6B9 is #242946. Grayscale: #D4D4D4. Windows color (decimal): -2369863 or 12179163. OLE color: 12179163.
HSL color Cylindrical-coordinate representation of color #DBD6B9: hue angle of 51.18º degrees, saturation: 0.32, 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 #DBD6B9 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 185 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.14 |
| HSL | 51.18º | 0.32% | 0.79% | - |
| HSV(B) | 51.18º | 0.16% | 0.86% | - |
| XYZ | 62.02 | 66.66 | 55.5 | - |
| YUV | 212.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 185 | 0 | 0.02 | 0.16 | 0.14 | 51.18 | 0.32 | 0.79 |
| Hex | DB | D6 | B9 | 0 | 2 | 10 | E | 33 | 20 | 4F |
| Octal | 333 | 326 | 271 | 0 | 2 | 20 | 16 | 63 | 40 | 117 |
| Binary | 11011011 | 11010110 | 10111001 | 0 | 10 | 10000 | 1110 | 110011 | 100000 | 1001111 |
Color Harmonies of #DBD6B9
Complementary color
Monochromatic Colors of #DBD6B9
Black with #DBD6B9
Text Example
Text Example
White with #DBD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6B9; }
p { color: rgb(219,214,185); }
H1.HeaderClassName
{
color: #DBD6B9;
}
.AnyTagClassName
{
color: #DBD6B9;
}
</style>
background-color css
<style>
a { background-color: #DBD6B9; }
a { background-color: rgb(219,214,185); }
div.DivClassName
{
background-color: #DBD6B9;
}
.BgClassName
{
background-color: #DBD6B9;
}
</style>
border-color css
<style>
span { border-color: #DBD6B9; }
span { border-color: rgb(219,214,185); }
td.TdClassName
{
border-color: #DBD6B9;
}
.TagClassName
{
border-color: #DBD6B9;
}
</style>