Shades of Coconut Cream #DDDAB3
Tints of Coconut Cream #DDDAB3
RGB
CMYK
RGB Variations
Color information
#DDDAB3 (or 0xDDDAB3) is known color: Coconut Cream. HEX triplet: DD, DA and B3. RGB value is (221,218,179). Sum of RGB (Red+Green+Blue) = 221+218+179=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB3 is #22254C. Grayscale: #D6D6D6. Windows color (decimal): -2237773 or 11786973. OLE color: 11786973.
HSL color Cylindrical-coordinate representation of color #DDDAB3: hue angle of 55.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDDAB3 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 179 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.13 |
| HSL | 55.71º | 0.38% | 0.78% | - |
| HSV(B) | 55.71º | 0.19% | 0.87% | - |
| XYZ | 63.03 | 68.77 | 52.6 | - |
| YUV | 214.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 179 | 0 | 0.01 | 0.19 | 0.13 | 55.71 | 0.38 | 0.78 |
| Hex | DD | DA | B3 | 0 | 1 | 13 | D | 38 | 26 | 4E |
| Octal | 335 | 332 | 263 | 0 | 1 | 23 | 15 | 70 | 46 | 116 |
| Binary | 11011101 | 11011010 | 10110011 | 0 | 1 | 10011 | 1101 | 111000 | 100110 | 1001110 |
Color Harmonies of #DDDAB3
Complementary color
Monochromatic Colors of #DDDAB3
Black with #DDDAB3
Text Example
Text Example
White with #DDDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAB3; }
p { color: rgb(221,218,179); }
H1.HeaderClassName
{
color: #DDDAB3;
}
.AnyTagClassName
{
color: #DDDAB3;
}
</style>
background-color css
<style>
a { background-color: #DDDAB3; }
a { background-color: rgb(221,218,179); }
div.DivClassName
{
background-color: #DDDAB3;
}
.BgClassName
{
background-color: #DDDAB3;
}
</style>
border-color css
<style>
span { border-color: #DDDAB3; }
span { border-color: rgb(221,218,179); }
td.TdClassName
{
border-color: #DDDAB3;
}
.TagClassName
{
border-color: #DDDAB3;
}
</style>