Shades of Zombie #DBC28D
Tints of Zombie #DBC28D
RGB
CMYK
RGB Variations
Color information
#DBC28D (or 0xDBC28D) is known color: Zombie. HEX triplet: DB, C2 and 8D. RGB value is (219,194,141). Sum of RGB (Red+Green+Blue) = 219+194+141=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC28D is #243D72. Grayscale: #C3C3C3. Windows color (decimal): -2375027 or 9290459. OLE color: 9290459.
HSL color Cylindrical-coordinate representation of color #DBC28D: hue angle of 40.77º 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 #DBC28D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 141 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.14 |
| HSL | 40.77º | 0.52% | 0.71% | - |
| HSV(B) | 40.77º | 0.36% | 0.86% | - |
| XYZ | 53.31 | 55.57 | 33.11 | - |
| YUV | 195.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 141 | 0 | 0.11 | 0.36 | 0.14 | 40.77 | 0.52 | 0.71 |
| Hex | DB | C2 | 8D | 0 | B | 24 | E | 29 | 34 | 47 |
| Octal | 333 | 302 | 215 | 0 | 13 | 44 | 16 | 51 | 64 | 107 |
| Binary | 11011011 | 11000010 | 10001101 | 0 | 1011 | 100100 | 1110 | 101001 | 110100 | 1000111 |
Color Harmonies of #DBC28D
Complementary color
Monochromatic Colors of #DBC28D
Black with #DBC28D
Text Example
Text Example
White with #DBC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC28D; }
p { color: rgb(219,194,141); }
H1.HeaderClassName
{
color: #DBC28D;
}
.AnyTagClassName
{
color: #DBC28D;
}
</style>
background-color css
<style>
a { background-color: #DBC28D; }
a { background-color: rgb(219,194,141); }
div.DivClassName
{
background-color: #DBC28D;
}
.BgClassName
{
background-color: #DBC28D;
}
</style>
border-color css
<style>
span { border-color: #DBC28D; }
span { border-color: rgb(219,194,141); }
td.TdClassName
{
border-color: #DBC28D;
}
.TagClassName
{
border-color: #DBC28D;
}
</style>