Shades of Zombie #DBC08A
Tints of Zombie #DBC08A
RGB
CMYK
RGB Variations
Color information
#DBC08A (or 0xDBC08A) is known color: Zombie. HEX triplet: DB, C0 and 8A. RGB value is (219,192,138). Sum of RGB (Red+Green+Blue) = 219+192+138=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC08A is #243F75. Grayscale: #C2C2C2. Windows color (decimal): -2375542 or 9093339. OLE color: 9093339.
HSL color Cylindrical-coordinate representation of color #DBC08A: hue angle of 40º 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 #DBC08A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 138 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.14 |
| HSL | 40º | 0.53% | 0.7% | - |
| HSV(B) | 40º | 0.37% | 0.86% | - |
| XYZ | 52.65 | 54.59 | 31.81 | - |
| YUV | 193.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 138 | 0 | 0.12 | 0.37 | 0.14 | 40 | 0.53 | 0.7 |
| Hex | DB | C0 | 8A | 0 | C | 25 | E | 28 | 35 | 46 |
| Octal | 333 | 300 | 212 | 0 | 14 | 45 | 16 | 50 | 65 | 106 |
| Binary | 11011011 | 11000000 | 10001010 | 0 | 1100 | 100101 | 1110 | 101000 | 110101 | 1000110 |
Color Harmonies of #DBC08A
Complementary color
Monochromatic Colors of #DBC08A
Black with #DBC08A
Text Example
Text Example
White with #DBC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC08A; }
p { color: rgb(219,192,138); }
H1.HeaderClassName
{
color: #DBC08A;
}
.AnyTagClassName
{
color: #DBC08A;
}
</style>
background-color css
<style>
a { background-color: #DBC08A; }
a { background-color: rgb(219,192,138); }
div.DivClassName
{
background-color: #DBC08A;
}
.BgClassName
{
background-color: #DBC08A;
}
</style>
border-color css
<style>
span { border-color: #DBC08A; }
span { border-color: rgb(219,192,138); }
td.TdClassName
{
border-color: #DBC08A;
}
.TagClassName
{
border-color: #DBC08A;
}
</style>