Shades of Zombie #DBC186
Tints of Zombie #DBC186
RGB
CMYK
RGB Variations
Color information
#DBC186 (or 0xDBC186) is known color: Zombie. HEX triplet: DB, C1 and 86. RGB value is (219,193,134). Sum of RGB (Red+Green+Blue) = 219+193+134=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC186 is #243E79. Grayscale: #C2C2C2. Windows color (decimal): -2375290 or 8831451. OLE color: 8831451.
HSL color Cylindrical-coordinate representation of color #DBC186: hue angle of 41.65º 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 #DBC186 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 134 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.14 |
| HSL | 41.65º | 0.54% | 0.69% | - |
| HSV(B) | 41.65º | 0.39% | 0.86% | - |
| XYZ | 52.59 | 54.92 | 30.38 | - |
| YUV | 194.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 134 | 0 | 0.12 | 0.39 | 0.14 | 41.65 | 0.54 | 0.69 |
| Hex | DB | C1 | 86 | 0 | C | 27 | E | 2A | 36 | 45 |
| Octal | 333 | 301 | 206 | 0 | 14 | 47 | 16 | 52 | 66 | 105 |
| Binary | 11011011 | 11000001 | 10000110 | 0 | 1100 | 100111 | 1110 | 101010 | 110110 | 1000101 |
Color Harmonies of #DBC186
Complementary color
Monochromatic Colors of #DBC186
Black with #DBC186
Text Example
Text Example
White with #DBC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC186; }
p { color: rgb(219,193,134); }
H1.HeaderClassName
{
color: #DBC186;
}
.AnyTagClassName
{
color: #DBC186;
}
</style>
background-color css
<style>
a { background-color: #DBC186; }
a { background-color: rgb(219,193,134); }
div.DivClassName
{
background-color: #DBC186;
}
.BgClassName
{
background-color: #DBC186;
}
</style>
border-color css
<style>
span { border-color: #DBC186; }
span { border-color: rgb(219,193,134); }
td.TdClassName
{
border-color: #DBC186;
}
.TagClassName
{
border-color: #DBC186;
}
</style>