Shades of Coconut Cream #DDD6B4
Tints of Coconut Cream #DDD6B4
RGB
CMYK
RGB Variations
Color information
#DDD6B4 (or 0xDDD6B4) is known color: Coconut Cream. HEX triplet: DD, D6 and B4. RGB value is (221,214,180). Sum of RGB (Red+Green+Blue) = 221+214+180=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6B4 is #22294B. Grayscale: #D4D4D4. Windows color (decimal): -2238796 or 11851485. OLE color: 11851485.
HSL color Cylindrical-coordinate representation of color #DDD6B4: hue angle of 49.76º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD6B4 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 180 | - |
CMYK | 0 | 0.03 | 0.19 | 0.13 |
HSL | 49.76º | 0.38% | 0.79% | - |
HSV(B) | 49.76º | 0.19% | 0.87% | - |
XYZ | 62.1 | 66.76 | 52.79 | - |
YUV | 212.22 | 109.82 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 180 | 0 | 0.03 | 0.19 | 0.13 | 49.76 | 0.38 | 0.79 |
Hex | DD | D6 | B4 | 0 | 3 | 13 | D | 32 | 26 | 4F |
Octal | 335 | 326 | 264 | 0 | 3 | 23 | 15 | 62 | 46 | 117 |
Binary | 11011101 | 11010110 | 10110100 | 0 | 11 | 10011 | 1101 | 110010 | 100110 | 1001111 |
Color Harmonies of #DDD6B4
Complementary color
Monochromatic Colors of #DDD6B4
Black with #DDD6B4
Text Example
Text Example
White with #DDD6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6B4; }
p { color: rgb(221,214,180); }
H1.HeaderClassName
{
color: #DDD6B4;
}
.AnyTagClassName
{
color: #DDD6B4;
}
</style>
background-color css
<style>
a { background-color: #DDD6B4; }
a { background-color: rgb(221,214,180); }
div.DivClassName
{
background-color: #DDD6B4;
}
.BgClassName
{
background-color: #DDD6B4;
}
</style>
border-color css
<style>
span { border-color: #DDD6B4; }
span { border-color: rgb(221,214,180); }
td.TdClassName
{
border-color: #DDD6B4;
}
.TagClassName
{
border-color: #DDD6B4;
}
</style>