#DDD5B5

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

Shades of Coconut Cream #DDD5B5

Tints of Coconut Cream #DDD5B5

Color information

#DDD5B5 (or 0xDDD5B5) is unknown color: approx Coconut Cream. HEX triplet: DD, D5 and B5. RGB value is (221,213,181). Sum of RGB (Red+Green+Blue) = 221+213+181=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5B5 is #222A4A. Grayscale: #D3D3D3. Windows color (decimal): -2239051 or 11916765. OLE color: 11916765.

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

Color convert

RGB221213181-
CMYK00.040.180.13
HSL48º37.04%78.82%-
HSV(B)48º18.1%86.67%-
XYZ61.9566.353.25-
YUV211.74110.65134.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=35.93%
G=34.63%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121318100.040.180.134837.0478.82
HexDDD5B50412D30254f
Octal3353252650422156045117
Binary11011101110101011011010101001001011011100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5B5; }

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

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

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

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

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

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

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

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