Shades of Zombie #DEC186
Tints of Zombie #DEC186
RGB
CMYK
RGB Variations
Color information
#DEC186 (or 0xDEC186) is known color: Zombie. HEX triplet: DE, C1 and 86. RGB value is (222,193,134). Sum of RGB (Red+Green+Blue) = 222+193+134=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC186 is #213E79. Grayscale: #C3C3C3. Windows color (decimal): -2178682 or 8831454. OLE color: 8831454.
HSL color Cylindrical-coordinate representation of color #DEC186: hue angle of 40.23º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEC186 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 134 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.13 |
| HSL | 40.23º | 0.57% | 0.7% | - |
| HSV(B) | 40.23º | 0.4% | 0.87% | - |
| XYZ | 53.5 | 55.39 | 30.43 | - |
| YUV | 194.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 134 | 0 | 0.13 | 0.40 | 0.13 | 40.23 | 0.57 | 0.7 |
| Hex | DE | C1 | 86 | 0 | D | 28 | D | 28 | 39 | 46 |
| Octal | 336 | 301 | 206 | 0 | 15 | 50 | 15 | 50 | 71 | 106 |
| Binary | 11011110 | 11000001 | 10000110 | 0 | 1101 | 101000 | 1101 | 101000 | 111001 | 1000110 |
Color Harmonies of #DEC186
Complementary color
Monochromatic Colors of #DEC186
Black with #DEC186
Text Example
Text Example
White with #DEC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC186; }
p { color: rgb(222,193,134); }
H1.HeaderClassName
{
color: #DEC186;
}
.AnyTagClassName
{
color: #DEC186;
}
</style>
background-color css
<style>
a { background-color: #DEC186; }
a { background-color: rgb(222,193,134); }
div.DivClassName
{
background-color: #DEC186;
}
.BgClassName
{
background-color: #DEC186;
}
</style>
border-color css
<style>
span { border-color: #DEC186; }
span { border-color: rgb(222,193,134); }
td.TdClassName
{
border-color: #DEC186;
}
.TagClassName
{
border-color: #DEC186;
}
</style>