Shades of Zombie #DBC78E
Tints of Zombie #DBC78E
RGB
CMYK
RGB Variations
Color information
#DBC78E (or 0xDBC78E) is known color: Zombie. HEX triplet: DB, C7 and 8E. RGB value is (219,199,142). Sum of RGB (Red+Green+Blue) = 219+199+142=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC78E is #243871. Grayscale: #C6C6C6. Windows color (decimal): -2373746 or 9357275. OLE color: 9357275.
HSL color Cylindrical-coordinate representation of color #DBC78E: hue angle of 44.42º 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 #DBC78E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 142 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.14 |
| HSL | 44.42º | 0.52% | 0.71% | - |
| HSV(B) | 44.42º | 0.35% | 0.86% | - |
| XYZ | 54.52 | 57.86 | 33.89 | - |
| YUV | 198.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 142 | 0 | 0.09 | 0.35 | 0.14 | 44.42 | 0.52 | 0.71 |
| Hex | DB | C7 | 8E | 0 | 9 | 23 | E | 2C | 34 | 47 |
| Octal | 333 | 307 | 216 | 0 | 11 | 43 | 16 | 54 | 64 | 107 |
| Binary | 11011011 | 11000111 | 10001110 | 0 | 1001 | 100011 | 1110 | 101100 | 110100 | 1000111 |
Color Harmonies of #DBC78E
Complementary color
Monochromatic Colors of #DBC78E
Black with #DBC78E
Text Example
Text Example
White with #DBC78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC78E; }
p { color: rgb(219,199,142); }
H1.HeaderClassName
{
color: #DBC78E;
}
.AnyTagClassName
{
color: #DBC78E;
}
</style>
background-color css
<style>
a { background-color: #DBC78E; }
a { background-color: rgb(219,199,142); }
div.DivClassName
{
background-color: #DBC78E;
}
.BgClassName
{
background-color: #DBC78E;
}
</style>
border-color css
<style>
span { border-color: #DBC78E; }
span { border-color: rgb(219,199,142); }
td.TdClassName
{
border-color: #DBC78E;
}
.TagClassName
{
border-color: #DBC78E;
}
</style>