Shades of Coconut Cream #DDDAB6
Tints of Coconut Cream #DDDAB6
RGB
CMYK
RGB Variations
Color information
#DDDAB6 (or 0xDDDAB6) is known color: Coconut Cream. HEX triplet: DD, DA and B6. RGB value is (221,218,182). Sum of RGB (Red+Green+Blue) = 221+218+182=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB6 is #222549. Grayscale: #D6D6D6. Windows color (decimal): -2237770 or 11983581. OLE color: 11983581.
HSL color Cylindrical-coordinate representation of color #DDDAB6: hue angle of 55.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDDAB6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 182 | - |
CMYK | 0 | 0.01 | 0.18 | 0.13 |
HSL | 55.38º | 0.36% | 0.79% | - |
HSV(B) | 55.38º | 0.18% | 0.87% | - |
XYZ | 63.33 | 68.89 | 54.22 | - |
YUV | 214.79 | 109.49 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 182 | 0 | 0.01 | 0.18 | 0.13 | 55.38 | 0.36 | 0.79 |
Hex | DD | DA | B6 | 0 | 1 | 12 | D | 37 | 24 | 4F |
Octal | 335 | 332 | 266 | 0 | 1 | 22 | 15 | 67 | 44 | 117 |
Binary | 11011101 | 11011010 | 10110110 | 0 | 1 | 10010 | 1101 | 110111 | 100100 | 1001111 |
Color Harmonies of #DDDAB6
Complementary color
Monochromatic Colors of #DDDAB6
Black with #DDDAB6
Text Example
Text Example
White with #DDDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAB6; }
p { color: rgb(221,218,182); }
H1.HeaderClassName
{
color: #DDDAB6;
}
.AnyTagClassName
{
color: #DDDAB6;
}
</style>
background-color css
<style>
a { background-color: #DDDAB6; }
a { background-color: rgb(221,218,182); }
div.DivClassName
{
background-color: #DDDAB6;
}
.BgClassName
{
background-color: #DDDAB6;
}
</style>
border-color css
<style>
span { border-color: #DDDAB6; }
span { border-color: rgb(221,218,182); }
td.TdClassName
{
border-color: #DDDAB6;
}
.TagClassName
{
border-color: #DDDAB6;
}
</style>