#DEC188

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

Shades of Zombie #DEC188

Tints of Zombie #DEC188

Color information

#DEC188 (or 0xDEC188) is unknown color: approx Zombie. HEX triplet: DE, C1 and 88. RGB value is (222,193,136). Sum of RGB (Red+Green+Blue) = 222+193+136=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC188 is #213E77. Grayscale: #C3C3C3. Windows color (decimal): -2178680 or 8962526. OLE color: 8962526.

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

Color convert

RGB222193136-
CMYK00.130.390.13
HSL39.77º56.58%70.2%-
HSV(B)39.77º38.74%87.06%-
XYZ53.6455.4531.17-
YUV195.1794.61147.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=40.29%
G=35.03%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219313600.130.390.1339.7756.5870.2
HexDEC1880D27D283946
Octal33630121001547155071106
Binary1101111011000001100010000110110011111011010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC188; }

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

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

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

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

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

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

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

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