#DEC489

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

Shades of Zombie #DEC489

Tints of Zombie #DEC489

Color information

#DEC489 (or 0xDEC489) is unknown color: approx Zombie. HEX triplet: DE, C4 and 89. RGB value is (222,196,137). Sum of RGB (Red+Green+Blue) = 222+196+137=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC489 is #213B76. Grayscale: #C5C5C5. Windows color (decimal): -2177911 or 9028830. OLE color: 9028830.

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

Color convert

RGB222196137-
CMYK00.120.380.13
HSL41.65º56.29%70.39%-
HSV(B)41.65º38.29%87.06%-
XYZ54.3856.8231.77-
YUV197.0594.11145.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=40%
G=35.32%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219613700.120.380.1341.6556.2970.39
HexDEC4890C26D2a3846
Octal33630421101446155270106
Binary1101111011000100100010010110010011011011010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC489; }

 p { color: rgb(222,196,137); }

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

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

 a { background-color: rgb(222,196,137); }

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

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

 span { border-color: rgb(222,196,137); }

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