#DDC98E

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

Shades of Zombie #DDC98E

Tints of Zombie #DDC98E

Color information

#DDC98E (or 0xDDC98E) is unknown color: approx Zombie. HEX triplet: DD, C9 and 8E. RGB value is (221,201,142). Sum of RGB (Red+Green+Blue) = 221+201+142=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC98E is #223671. Grayscale: #C8C8C8. Windows color (decimal): -2242162 or 9357789. OLE color: 9357789.

HSL color Cylindrical-coordinate representation of color #DDC98E: hue angle of 44.81º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDC98E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221201142-
CMYK00.090.360.13
HSL44.81º53.74%71.18%-
HSV(B)44.81º35.75%86.67%-
XYZ55.5959.134.07-
YUV200.2595.13142.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=39.18%
G=35.64%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120114200.090.360.1344.8153.7471.18
HexDDC98E0924D2d3647
Octal33531121601144155566107
Binary1101110111001001100011100100110010011011011011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC98E; }

 p { color: rgb(221,201,142); }

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

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

 a { background-color: rgb(221,201,142); }

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

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

 span { border-color: rgb(221,201,142); }

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