Shades of Zombie #DBC18D
Tints of Zombie #DBC18D
RGB
CMYK
RGB Variations
Color information
#DBC18D (or 0xDBC18D) is known color: Zombie. HEX triplet: DB, C1 and 8D. RGB value is (219,193,141). Sum of RGB (Red+Green+Blue) = 219+193+141=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC18D is #243E72. Grayscale: #C3C3C3. Windows color (decimal): -2375283 or 9290203. OLE color: 9290203.
HSL color Cylindrical-coordinate representation of color #DBC18D: hue angle of 40º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBC18D is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 141 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.14 |
| HSL | 40º | 0.52% | 0.71% | - |
| HSV(B) | 40º | 0.36% | 0.86% | - |
| XYZ | 53.09 | 55.12 | 33.04 | - |
| YUV | 194.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 141 | 0 | 0.12 | 0.36 | 0.14 | 40 | 0.52 | 0.71 |
| Hex | DB | C1 | 8D | 0 | C | 24 | E | 28 | 34 | 47 |
| Octal | 333 | 301 | 215 | 0 | 14 | 44 | 16 | 50 | 64 | 107 |
| Binary | 11011011 | 11000001 | 10001101 | 0 | 1100 | 100100 | 1110 | 101000 | 110100 | 1000111 |
Color Harmonies of #DBC18D
Complementary color
Monochromatic Colors of #DBC18D
Black with #DBC18D
Text Example
Text Example
White with #DBC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC18D; }
p { color: rgb(219,193,141); }
H1.HeaderClassName
{
color: #DBC18D;
}
.AnyTagClassName
{
color: #DBC18D;
}
</style>
background-color css
<style>
a { background-color: #DBC18D; }
a { background-color: rgb(219,193,141); }
div.DivClassName
{
background-color: #DBC18D;
}
.BgClassName
{
background-color: #DBC18D;
}
</style>
border-color css
<style>
span { border-color: #DBC18D; }
span { border-color: rgb(219,193,141); }
td.TdClassName
{
border-color: #DBC18D;
}
.TagClassName
{
border-color: #DBC18D;
}
</style>