Shades of Zombie #DEC189
Tints of Zombie #DEC189
RGB
CMYK
RGB Variations
Color information
#DEC189 (or 0xDEC189) is known color: Zombie. HEX triplet: DE, C1 and 89. RGB value is (222,193,137). Sum of RGB (Red+Green+Blue) = 222+193+137=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC189 is #213E76. Grayscale: #C3C3C3. Windows color (decimal): -2178679 or 9028062. OLE color: 9028062.
HSL color Cylindrical-coordinate representation of color #DEC189: hue angle of 39.53º 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 #DEC189 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 137 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.13 |
| HSL | 39.53º | 0.56% | 0.7% | - |
| HSV(B) | 39.53º | 0.38% | 0.87% | - |
| XYZ | 53.71 | 55.48 | 31.54 | - |
| YUV | 195.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 137 | 0 | 0.13 | 0.38 | 0.13 | 39.53 | 0.56 | 0.7 |
| Hex | DE | C1 | 89 | 0 | D | 26 | D | 28 | 38 | 46 |
| Octal | 336 | 301 | 211 | 0 | 15 | 46 | 15 | 50 | 70 | 106 |
| Binary | 11011110 | 11000001 | 10001001 | 0 | 1101 | 100110 | 1101 | 101000 | 111000 | 1000110 |
Color Harmonies of #DEC189
Complementary color
Monochromatic Colors of #DEC189
Black with #DEC189
Text Example
Text Example
White with #DEC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC189; }
p { color: rgb(222,193,137); }
H1.HeaderClassName
{
color: #DEC189;
}
.AnyTagClassName
{
color: #DEC189;
}
</style>
background-color css
<style>
a { background-color: #DEC189; }
a { background-color: rgb(222,193,137); }
div.DivClassName
{
background-color: #DEC189;
}
.BgClassName
{
background-color: #DEC189;
}
</style>
border-color css
<style>
span { border-color: #DEC189; }
span { border-color: rgb(222,193,137); }
td.TdClassName
{
border-color: #DEC189;
}
.TagClassName
{
border-color: #DEC189;
}
</style>