#DDDAB8

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

Shades of Coconut Cream #DDDAB8

Tints of Coconut Cream #DDDAB8

Color information

#DDDAB8 (or 0xDDDAB8) is unknown color: approx Coconut Cream. HEX triplet: DD, DA and B8. RGB value is (221,218,184). Sum of RGB (Red+Green+Blue) = 221+218+184=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB8 is #222547. Grayscale: #D7D7D7. Windows color (decimal): -2237768 or 12114653. OLE color: 12114653.

HSL color Cylindrical-coordinate representation of color #DDDAB8: hue angle of 55.14º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDDAB8 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221218184-
CMYK00.010.170.13
HSL55.14º35.24%79.41%-
HSV(B)55.14º16.74%86.67%-
XYZ63.5468.9855.31-
YUV215.02110.49132.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 184 (72.27% from 255) = 29.53%
R=35.47%
G=34.99%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121818400.010.170.1355.1435.2479.41
HexDDDAB80111D37234f
Octal3353322700121156743117
Binary110111011101101010111000011000111011101111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAB8; }

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

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

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

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

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

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

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

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