Shades of Coconut Cream #DFD8BA
Tints of Coconut Cream #DFD8BA
RGB
CMYK
RGB Variations
Color information
#DFD8BA (or 0xDFD8BA) is known color: Coconut Cream. HEX triplet: DF, D8 and BA. RGB value is (223,216,186). Sum of RGB (Red+Green+Blue) = 223+216+186=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8BA is #202745. Grayscale: #D6D6D6. Windows color (decimal): -2107206 or 12245215. OLE color: 12245215.
HSL color Cylindrical-coordinate representation of color #DFD8BA: hue angle of 48.65º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFD8BA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 186 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.13 |
| HSL | 48.65º | 0.37% | 0.8% | - |
| HSV(B) | 48.65º | 0.17% | 0.87% | - |
| XYZ | 63.85 | 68.34 | 56.28 | - |
| YUV | 214.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 186 | 0 | 0.03 | 0.17 | 0.13 | 48.65 | 0.37 | 0.8 |
| Hex | DF | D8 | BA | 0 | 3 | 11 | D | 31 | 25 | 50 |
| Octal | 337 | 330 | 272 | 0 | 3 | 21 | 15 | 61 | 45 | 120 |
| Binary | 11011111 | 11011000 | 10111010 | 0 | 11 | 10001 | 1101 | 110001 | 100101 | 1010000 |
Color Harmonies of #DFD8BA
Complementary color
Monochromatic Colors of #DFD8BA
Black with #DFD8BA
Text Example
Text Example
White with #DFD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8BA; }
p { color: rgb(223,216,186); }
H1.HeaderClassName
{
color: #DFD8BA;
}
.AnyTagClassName
{
color: #DFD8BA;
}
</style>
background-color css
<style>
a { background-color: #DFD8BA; }
a { background-color: rgb(223,216,186); }
div.DivClassName
{
background-color: #DFD8BA;
}
.BgClassName
{
background-color: #DFD8BA;
}
</style>
border-color css
<style>
span { border-color: #DFD8BA; }
span { border-color: rgb(223,216,186); }
td.TdClassName
{
border-color: #DFD8BA;
}
.TagClassName
{
border-color: #DFD8BA;
}
</style>