Shades of Zombie #DBC089
Tints of Zombie #DBC089
RGB
CMYK
RGB Variations
Color information
#DBC089 (or 0xDBC089) is known color: Zombie. HEX triplet: DB, C0 and 89. RGB value is (219,192,137). Sum of RGB (Red+Green+Blue) = 219+192+137=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC089 is #243F76. Grayscale: #C2C2C2. Windows color (decimal): -2375543 or 9027803. OLE color: 9027803.
HSL color Cylindrical-coordinate representation of color #DBC089: hue angle of 40.24º 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 #DBC089 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 137 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.14 |
| HSL | 40.24º | 0.53% | 0.7% | - |
| HSV(B) | 40.24º | 0.37% | 0.86% | - |
| XYZ | 52.58 | 54.57 | 31.43 | - |
| YUV | 193.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 137 | 0 | 0.12 | 0.37 | 0.14 | 40.24 | 0.53 | 0.7 |
| Hex | DB | C0 | 89 | 0 | C | 25 | E | 28 | 35 | 46 |
| Octal | 333 | 300 | 211 | 0 | 14 | 45 | 16 | 50 | 65 | 106 |
| Binary | 11011011 | 11000000 | 10001001 | 0 | 1100 | 100101 | 1110 | 101000 | 110101 | 1000110 |
Color Harmonies of #DBC089
Complementary color
Monochromatic Colors of #DBC089
Black with #DBC089
Text Example
Text Example
White with #DBC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC089; }
p { color: rgb(219,192,137); }
H1.HeaderClassName
{
color: #DBC089;
}
.AnyTagClassName
{
color: #DBC089;
}
</style>
background-color css
<style>
a { background-color: #DBC089; }
a { background-color: rgb(219,192,137); }
div.DivClassName
{
background-color: #DBC089;
}
.BgClassName
{
background-color: #DBC089;
}
</style>
border-color css
<style>
span { border-color: #DBC089; }
span { border-color: rgb(219,192,137); }
td.TdClassName
{
border-color: #DBC089;
}
.TagClassName
{
border-color: #DBC089;
}
</style>