#DDC589

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

Shades of Zombie #DDC589

Tints of Zombie #DDC589

Color information

#DDC589 (or 0xDDC589) is unknown color: approx Zombie. HEX triplet: DD, C5 and 89. RGB value is (221,197,137). Sum of RGB (Red+Green+Blue) = 221+197+137=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC589 is #223A76. Grayscale: #C5C5C5. Windows color (decimal): -2243191 or 9029085. OLE color: 9029085.

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

Color convert

RGB221197137-
CMYK00.110.380.13
HSL42.86º55.26%70.2%-
HSV(B)42.86º38.01%86.67%-
XYZ54.357.1131.83-
YUV197.3493.95144.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=39.82%
G=35.50%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119713700.110.380.1342.8655.2670.2
HexDDC5890B26D2b3746
Octal33530521101346155367106
Binary1101110111000101100010010101110011011011010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC589; }

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

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

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

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

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

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

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

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