Shades of Zombie #DBC189
Tints of Zombie #DBC189
RGB
CMYK
RGB Variations
Color information
#DBC189 (or 0xDBC189) is known color: Zombie. HEX triplet: DB, C1 and 89. RGB value is (219,193,137). Sum of RGB (Red+Green+Blue) = 219+193+137=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC189 is #243E76. Grayscale: #C2C2C2. Windows color (decimal): -2375287 or 9028059. OLE color: 9028059.
HSL color Cylindrical-coordinate representation of color #DBC189: hue angle of 40.98º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBC189 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 137 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.14 |
| HSL | 40.98º | 0.53% | 0.7% | - |
| HSV(B) | 40.98º | 0.37% | 0.86% | - |
| XYZ | 52.8 | 55.01 | 31.5 | - |
| YUV | 194.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 137 | 0 | 0.12 | 0.37 | 0.14 | 40.98 | 0.53 | 0.7 |
| Hex | DB | C1 | 89 | 0 | C | 25 | E | 29 | 35 | 46 |
| Octal | 333 | 301 | 211 | 0 | 14 | 45 | 16 | 51 | 65 | 106 |
| Binary | 11011011 | 11000001 | 10001001 | 0 | 1100 | 100101 | 1110 | 101001 | 110101 | 1000110 |
Color Harmonies of #DBC189
Complementary color
Monochromatic Colors of #DBC189
Black with #DBC189
Text Example
Text Example
White with #DBC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC189; }
p { color: rgb(219,193,137); }
H1.HeaderClassName
{
color: #DBC189;
}
.AnyTagClassName
{
color: #DBC189;
}
</style>
background-color css
<style>
a { background-color: #DBC189; }
a { background-color: rgb(219,193,137); }
div.DivClassName
{
background-color: #DBC189;
}
.BgClassName
{
background-color: #DBC189;
}
</style>
border-color css
<style>
span { border-color: #DBC189; }
span { border-color: rgb(219,193,137); }
td.TdClassName
{
border-color: #DBC189;
}
.TagClassName
{
border-color: #DBC189;
}
</style>