#DDC68E

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

Shades of Zombie #DDC68E

Tints of Zombie #DDC68E

Color information

#DDC68E (or 0xDDC68E) is unknown color: approx Zombie. HEX triplet: DD, C6 and 8E. RGB value is (221,198,142). Sum of RGB (Red+Green+Blue) = 221+198+142=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC68E is #223971. Grayscale: #C6C6C6. Windows color (decimal): -2242930 or 9357021. OLE color: 9357021.

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

Color convert

RGB221198142-
CMYK00.100.360.13
HSL42.53º53.74%71.18%-
HSV(B)42.53º35.75%86.67%-
XYZ54.957.7133.84-
YUV198.4996.12144.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 142 (55.86% from 255) = 25.31%
R=39.39%
G=35.29%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119814200.100.360.1342.5353.7471.18
HexDDC68E0A24D2b3647
Octal33530621601244155366107
Binary1101110111000110100011100101010010011011010111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC68E; }

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

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

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

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

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

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

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

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