#DEC488

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

Shades of Zombie #DEC488

Tints of Zombie #DEC488

Color information

#DEC488 (or 0xDEC488) is unknown color: approx Zombie. HEX triplet: DE, C4 and 88. RGB value is (222,196,136). Sum of RGB (Red+Green+Blue) = 222+196+136=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC488 is #213B77. Grayscale: #C5C5C5. Windows color (decimal): -2177912 or 8963294. OLE color: 8963294.

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

Color convert

RGB222196136-
CMYK00.120.390.13
HSL41.86º56.58%70.2%-
HSV(B)41.86º38.74%87.06%-
XYZ54.3156.7931.39-
YUV196.9393.61145.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=40.07%
G=35.38%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219613600.120.390.1341.8656.5870.2
HexDEC4880C27D2a3946
Octal33630421001447155271106
Binary1101111011000100100010000110010011111011010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC488; }

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

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

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

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

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

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

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

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