#DDC587

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

Shades of Zombie #DDC587

Tints of Zombie #DDC587

Color information

#DDC587 (or 0xDDC587) is unknown color: approx Zombie. HEX triplet: DD, C5 and 87. RGB value is (221,197,135). Sum of RGB (Red+Green+Blue) = 221+197+135=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC587 is #223A78. Grayscale: #C5C5C5. Windows color (decimal): -2243193 or 8898013. OLE color: 8898013.

HSL color Cylindrical-coordinate representation of color #DDC587: hue angle of 43.26º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDC587 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221197135-
CMYK00.110.390.13
HSL43.26º55.84%69.8%-
HSV(B)43.26º38.91%86.67%-
XYZ54.1657.0531.08-
YUV197.1192.95145.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 135 (53.12% from 255) = 24.41%
R=39.96%
G=35.62%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119713500.110.390.1343.2655.8469.8
HexDDC5870B27D2b3846
Octal33530520701347155370106
Binary1101110111000101100001110101110011111011010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC587; }

 p { color: rgb(221,197,135); }

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

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

 a { background-color: rgb(221,197,135); }

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

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

 span { border-color: rgb(221,197,135); }

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