Shades of Zombie #DBC68A
Tints of Zombie #DBC68A
RGB
CMYK
RGB Variations
Color information
#DBC68A (or 0xDBC68A) is known color: Zombie. HEX triplet: DB, C6 and 8A. RGB value is (219,198,138). Sum of RGB (Red+Green+Blue) = 219+198+138=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC68A is #243975. Grayscale: #C5C5C5. Windows color (decimal): -2374006 or 9094875. OLE color: 9094875.
HSL color Cylindrical-coordinate representation of color #DBC68A: hue angle of 44.44º 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 #DBC68A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 138 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 44.44º | 0.53% | 0.7% | - |
| HSV(B) | 44.44º | 0.37% | 0.86% | - |
| XYZ | 53.99 | 57.28 | 32.26 | - |
| YUV | 197.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 138 | 0 | 0.10 | 0.37 | 0.14 | 44.44 | 0.53 | 0.7 |
| Hex | DB | C6 | 8A | 0 | A | 25 | E | 2C | 35 | 46 |
| Octal | 333 | 306 | 212 | 0 | 12 | 45 | 16 | 54 | 65 | 106 |
| Binary | 11011011 | 11000110 | 10001010 | 0 | 1010 | 100101 | 1110 | 101100 | 110101 | 1000110 |
Color Harmonies of #DBC68A
Complementary color
Monochromatic Colors of #DBC68A
Black with #DBC68A
Text Example
Text Example
White with #DBC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC68A; }
p { color: rgb(219,198,138); }
H1.HeaderClassName
{
color: #DBC68A;
}
.AnyTagClassName
{
color: #DBC68A;
}
</style>
background-color css
<style>
a { background-color: #DBC68A; }
a { background-color: rgb(219,198,138); }
div.DivClassName
{
background-color: #DBC68A;
}
.BgClassName
{
background-color: #DBC68A;
}
</style>
border-color css
<style>
span { border-color: #DBC68A; }
span { border-color: rgb(219,198,138); }
td.TdClassName
{
border-color: #DBC68A;
}
.TagClassName
{
border-color: #DBC68A;
}
</style>