#DDDAB4

Color #DDDAB4 Coconut Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coconut Cream #DDDAB4

Tints of Coconut Cream #DDDAB4

Color information

#DDDAB4 (or 0xDDDAB4) is unknown color: approx Coconut Cream. HEX triplet: DD, DA and B4. RGB value is (221,218,180). Sum of RGB (Red+Green+Blue) = 221+218+180=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB4 is #22254B. Grayscale: #D6D6D6. Windows color (decimal): -2237772 or 11852509. OLE color: 11852509.

HSL color Cylindrical-coordinate representation of color #DDDAB4: hue angle of 55.61º 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 #DDDAB4 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221218180-
CMYK00.010.190.13
HSL55.61º37.61%78.63%-
HSV(B)55.61º18.55%86.67%-
XYZ63.1368.8153.13-
YUV214.56108.49132.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 180 (70.70% from 255) = 29.08%
R=35.70%
G=35.22%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121818000.010.190.1355.6137.6178.63
HexDDDAB40113D38264f
Octal3353322640123157046117
Binary110111011101101010110100011001111011110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAB4; }

 p { color: rgb(221,218,180); }

 H1.HeaderClassName
 {
   color: #DDDAB4;
 }
 .AnyTagClassName
 {
   color: #DDDAB4;
 }
</style>
background-color css

<style>
 a { background-color: #DDDAB4; }

 a { background-color: rgb(221,218,180); }

 div.DivClassName
 {
   background-color: #DDDAB4;
 }
 .BgClassName
 {
   background-color: #DDDAB4;
 }
</style>
border-color css

<style>
 span { border-color: #DDDAB4; }

 span { border-color: rgb(221,218,180); }

 td.TdClassName
 {
   border-color: #DDDAB4;
 }
 .TagClassName
 {
   border-color: #DDDAB4;
 }
</style>