Shades of Coconut Cream #DBD6BA
Tints of Coconut Cream #DBD6BA
RGB
CMYK
RGB Variations
Color information
#DBD6BA (or 0xDBD6BA) is known color: Coconut Cream. HEX triplet: DB, D6 and BA. RGB value is (219,214,186). Sum of RGB (Red+Green+Blue) = 219+214+186=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6BA is #242945. Grayscale: #D4D4D4. Windows color (decimal): -2369862 or 12244699. OLE color: 12244699.
HSL color Cylindrical-coordinate representation of color #DBD6BA: hue angle of 50.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD6BA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 186 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.14 |
| HSL | 50.91º | 0.31% | 0.79% | - |
| HSV(B) | 50.91º | 0.15% | 0.86% | - |
| XYZ | 62.12 | 66.7 | 56.05 | - |
| YUV | 212.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 186 | 0 | 0.02 | 0.15 | 0.14 | 50.91 | 0.31 | 0.79 |
| Hex | DB | D6 | BA | 0 | 2 | F | E | 33 | 1F | 4F |
| Octal | 333 | 326 | 272 | 0 | 2 | 17 | 16 | 63 | 37 | 117 |
| Binary | 11011011 | 11010110 | 10111010 | 0 | 10 | 1111 | 1110 | 110011 | 11111 | 1001111 |
Color Harmonies of #DBD6BA
Complementary color
Monochromatic Colors of #DBD6BA
Black with #DBD6BA
Text Example
Text Example
White with #DBD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6BA; }
p { color: rgb(219,214,186); }
H1.HeaderClassName
{
color: #DBD6BA;
}
.AnyTagClassName
{
color: #DBD6BA;
}
</style>
background-color css
<style>
a { background-color: #DBD6BA; }
a { background-color: rgb(219,214,186); }
div.DivClassName
{
background-color: #DBD6BA;
}
.BgClassName
{
background-color: #DBD6BA;
}
</style>
border-color css
<style>
span { border-color: #DBD6BA; }
span { border-color: rgb(219,214,186); }
td.TdClassName
{
border-color: #DBD6BA;
}
.TagClassName
{
border-color: #DBD6BA;
}
</style>