Shades of Zombie #DCC086
Tints of Zombie #DCC086
RGB
CMYK
RGB Variations
Color information
#DCC086 (or 0xDCC086) is known color: Zombie. HEX triplet: DC, C0 and 86. RGB value is (220,192,134). Sum of RGB (Red+Green+Blue) = 220+192+134=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC086 is #233F79. Grayscale: #C2C2C2. Windows color (decimal): -2310010 or 8831196. OLE color: 8831196.
HSL color Cylindrical-coordinate representation of color #DCC086: hue angle of 40.47º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCC086 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 134 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.14 |
| HSL | 40.47º | 0.55% | 0.69% | - |
| HSV(B) | 40.47º | 0.39% | 0.86% | - |
| XYZ | 52.67 | 54.64 | 30.32 | - |
| YUV | 193.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 134 | 0 | 0.13 | 0.39 | 0.14 | 40.47 | 0.55 | 0.69 |
| Hex | DC | C0 | 86 | 0 | D | 27 | E | 28 | 37 | 45 |
| Octal | 334 | 300 | 206 | 0 | 15 | 47 | 16 | 50 | 67 | 105 |
| Binary | 11011100 | 11000000 | 10000110 | 0 | 1101 | 100111 | 1110 | 101000 | 110111 | 1000101 |
Color Harmonies of #DCC086
Complementary color
Monochromatic Colors of #DCC086
Black with #DCC086
Text Example
Text Example
White with #DCC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC086; }
p { color: rgb(220,192,134); }
H1.HeaderClassName
{
color: #DCC086;
}
.AnyTagClassName
{
color: #DCC086;
}
</style>
background-color css
<style>
a { background-color: #DCC086; }
a { background-color: rgb(220,192,134); }
div.DivClassName
{
background-color: #DCC086;
}
.BgClassName
{
background-color: #DCC086;
}
</style>
border-color css
<style>
span { border-color: #DCC086; }
span { border-color: rgb(220,192,134); }
td.TdClassName
{
border-color: #DCC086;
}
.TagClassName
{
border-color: #DCC086;
}
</style>