#DDC88A

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

Shades of Zombie #DDC88A

Tints of Zombie #DDC88A

Color information

#DDC88A (or 0xDDC88A) is unknown color: approx Zombie. HEX triplet: DD, C8 and 8A. RGB value is (221,200,138). Sum of RGB (Red+Green+Blue) = 221+200+138=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC88A is #223775. Grayscale: #C7C7C7. Windows color (decimal): -2242422 or 9095389. OLE color: 9095389.

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

Color convert

RGB221200138-
CMYK00.100.380.13
HSL44.82º54.97%70.39%-
HSV(B)44.82º37.56%86.67%-
XYZ55.0658.5232.44-
YUV199.2193.46143.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 200 (78.52% from 255) = 35.78%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=39.53%
G=35.78%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120013800.100.380.1344.8254.9770.39
HexDDC88A0A26D2d3746
Octal33531021201246155567106
Binary1101110111001000100010100101010011011011011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC88A; }

 p { color: rgb(221,200,138); }

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

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

 a { background-color: rgb(221,200,138); }

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

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

 span { border-color: rgb(221,200,138); }

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