#DDC38C

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

Shades of Zombie #DDC38C

Tints of Zombie #DDC38C

Color information

#DDC38C (or 0xDDC38C) is unknown color: approx Zombie. HEX triplet: DD, C3 and 8C. RGB value is (221,195,140). Sum of RGB (Red+Green+Blue) = 221+195+140=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC38C is #223C73. Grayscale: #C4C4C4. Windows color (decimal): -2243700 or 9225181. OLE color: 9225181.

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

Color convert

RGB221195140-
CMYK00.120.370.13
HSL40.74º54.36%70.78%-
HSV(B)40.74º36.65%86.67%-
XYZ54.0756.332.83-
YUV196.596.11145.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 140 (55.08% from 255) = 25.18%
R=39.75%
G=35.07%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119514000.120.370.1340.7454.3670.78
HexDDC38C0C25D293647
Octal33530321401445155166107
Binary1101110111000011100011000110010010111011010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC38C; }

 p { color: rgb(221,195,140); }

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

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

 a { background-color: rgb(221,195,140); }

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

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

 span { border-color: rgb(221,195,140); }

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