Shades of Zombie #DBC08E
Tints of Zombie #DBC08E
RGB
CMYK
RGB Variations
Color information
#DBC08E (or 0xDBC08E) is known color: Zombie. HEX triplet: DB, C0 and 8E. RGB value is (219,192,142). Sum of RGB (Red+Green+Blue) = 219+192+142=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC08E is #243F71. Grayscale: #C2C2C2. Windows color (decimal): -2375538 or 9355483. OLE color: 9355483.
HSL color Cylindrical-coordinate representation of color #DBC08E: hue angle of 38.96º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBC08E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 142 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.14 |
| HSL | 38.96º | 0.52% | 0.71% | - |
| HSV(B) | 38.96º | 0.35% | 0.86% | - |
| XYZ | 52.95 | 54.71 | 33.36 | - |
| YUV | 194.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 142 | 0 | 0.12 | 0.35 | 0.14 | 38.96 | 0.52 | 0.71 |
| Hex | DB | C0 | 8E | 0 | C | 23 | E | 27 | 34 | 47 |
| Octal | 333 | 300 | 216 | 0 | 14 | 43 | 16 | 47 | 64 | 107 |
| Binary | 11011011 | 11000000 | 10001110 | 0 | 1100 | 100011 | 1110 | 100111 | 110100 | 1000111 |
Color Harmonies of #DBC08E
Complementary color
Monochromatic Colors of #DBC08E
Black with #DBC08E
Text Example
Text Example
White with #DBC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC08E; }
p { color: rgb(219,192,142); }
H1.HeaderClassName
{
color: #DBC08E;
}
.AnyTagClassName
{
color: #DBC08E;
}
</style>
background-color css
<style>
a { background-color: #DBC08E; }
a { background-color: rgb(219,192,142); }
div.DivClassName
{
background-color: #DBC08E;
}
.BgClassName
{
background-color: #DBC08E;
}
</style>
border-color css
<style>
span { border-color: #DBC08E; }
span { border-color: rgb(219,192,142); }
td.TdClassName
{
border-color: #DBC08E;
}
.TagClassName
{
border-color: #DBC08E;
}
</style>