Shades of Zombie #DBC18E
Tints of Zombie #DBC18E
RGB
CMYK
RGB Variations
Color information
#DBC18E (or 0xDBC18E) is known color: Zombie. HEX triplet: DB, C1 and 8E. RGB value is (219,193,142). Sum of RGB (Red+Green+Blue) = 219+193+142=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC18E is #243E71. Grayscale: #C3C3C3. Windows color (decimal): -2375282 or 9355739. OLE color: 9355739.
HSL color Cylindrical-coordinate representation of color #DBC18E: hue angle of 39.74º 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 #DBC18E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 142 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.14 |
| HSL | 39.74º | 0.52% | 0.71% | - |
| HSV(B) | 39.74º | 0.35% | 0.86% | - |
| XYZ | 53.17 | 55.15 | 33.43 | - |
| YUV | 194.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 142 | 0 | 0.12 | 0.35 | 0.14 | 39.74 | 0.52 | 0.71 |
| Hex | DB | C1 | 8E | 0 | C | 23 | E | 28 | 34 | 47 |
| Octal | 333 | 301 | 216 | 0 | 14 | 43 | 16 | 50 | 64 | 107 |
| Binary | 11011011 | 11000001 | 10001110 | 0 | 1100 | 100011 | 1110 | 101000 | 110100 | 1000111 |
Color Harmonies of #DBC18E
Complementary color
Monochromatic Colors of #DBC18E
Black with #DBC18E
Text Example
Text Example
White with #DBC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC18E; }
p { color: rgb(219,193,142); }
H1.HeaderClassName
{
color: #DBC18E;
}
.AnyTagClassName
{
color: #DBC18E;
}
</style>
background-color css
<style>
a { background-color: #DBC18E; }
a { background-color: rgb(219,193,142); }
div.DivClassName
{
background-color: #DBC18E;
}
.BgClassName
{
background-color: #DBC18E;
}
</style>
border-color css
<style>
span { border-color: #DBC18E; }
span { border-color: rgb(219,193,142); }
td.TdClassName
{
border-color: #DBC18E;
}
.TagClassName
{
border-color: #DBC18E;
}
</style>