Shades of Zombie #DBC086
Tints of Zombie #DBC086
RGB
CMYK
RGB Variations
Color information
#DBC086 (or 0xDBC086) is known color: Zombie. HEX triplet: DB, C0 and 86. RGB value is (219,192,134). Sum of RGB (Red+Green+Blue) = 219+192+134=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC086 is #243F79. Grayscale: #C1C1C1. Windows color (decimal): -2375546 or 8831195. OLE color: 8831195.
HSL color Cylindrical-coordinate representation of color #DBC086: hue angle of 40.94º degrees, saturation: 0.54, 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 #DBC086 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 134 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.14 |
| HSL | 40.94º | 0.54% | 0.69% | - |
| HSV(B) | 40.94º | 0.39% | 0.86% | - |
| XYZ | 52.37 | 54.48 | 30.31 | - |
| YUV | 193.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 134 | 0 | 0.12 | 0.39 | 0.14 | 40.94 | 0.54 | 0.69 |
| Hex | DB | C0 | 86 | 0 | C | 27 | E | 29 | 36 | 45 |
| Octal | 333 | 300 | 206 | 0 | 14 | 47 | 16 | 51 | 66 | 105 |
| Binary | 11011011 | 11000000 | 10000110 | 0 | 1100 | 100111 | 1110 | 101001 | 110110 | 1000101 |
Color Harmonies of #DBC086
Complementary color
Monochromatic Colors of #DBC086
Black with #DBC086
Text Example
Text Example
White with #DBC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC086; }
p { color: rgb(219,192,134); }
H1.HeaderClassName
{
color: #DBC086;
}
.AnyTagClassName
{
color: #DBC086;
}
</style>
background-color css
<style>
a { background-color: #DBC086; }
a { background-color: rgb(219,192,134); }
div.DivClassName
{
background-color: #DBC086;
}
.BgClassName
{
background-color: #DBC086;
}
</style>
border-color css
<style>
span { border-color: #DBC086; }
span { border-color: rgb(219,192,134); }
td.TdClassName
{
border-color: #DBC086;
}
.TagClassName
{
border-color: #DBC086;
}
</style>