#DDD9B5

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

Shades of Coconut Cream #DDD9B5

Tints of Coconut Cream #DDD9B5

Color information

#DDD9B5 (or 0xDDD9B5) is unknown color: approx Coconut Cream. HEX triplet: DD, D9 and B5. RGB value is (221,217,181). Sum of RGB (Red+Green+Blue) = 221+217+181=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9B5 is #22264A. Grayscale: #D6D6D6. Windows color (decimal): -2238027 or 11917789. OLE color: 11917789.

HSL color Cylindrical-coordinate representation of color #DDD9B5: hue angle of 54º degrees, saturation: 0.37, 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 #DDD9B5 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221217181-
CMYK00.020.180.13
HSL54º37.04%78.82%-
HSV(B)54º18.1%86.67%-
XYZ62.9768.3353.59-
YUV214.09109.33132.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 181 (71.09% from 255) = 29.24%
R=35.70%
G=35.06%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121718100.020.180.135437.0478.82
HexDDD9B50212D36254f
Octal3353312650222156645117
Binary1101110111011001101101010101001011011101101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9B5; }

 p { color: rgb(221,217,181); }

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

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

 a { background-color: rgb(221,217,181); }

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

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

 span { border-color: rgb(221,217,181); }

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