#DEC388

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

Shades of Zombie #DEC388

Tints of Zombie #DEC388

Color information

#DEC388 (or 0xDEC388) is unknown color: approx Zombie. HEX triplet: DE, C3 and 88. RGB value is (222,195,136). Sum of RGB (Red+Green+Blue) = 222+195+136=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC388 is #213C77. Grayscale: #C4C4C4. Windows color (decimal): -2178168 or 8963038. OLE color: 8963038.

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

Color convert

RGB222195136-
CMYK00.120.390.13
HSL41.16º56.58%70.2%-
HSV(B)41.16º38.74%87.06%-
XYZ54.0856.3431.32-
YUV196.3593.95146.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=40.14%
G=35.26%
B=24.59%

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
Decimal22219513600.120.390.1341.1656.5870.2
HexDEC3880C27D293946
Octal33630321001447155171106
Binary1101111011000011100010000110010011111011010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC388; }

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

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

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

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

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

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

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

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