Shades of Zombie #DBC47F
Tints of Zombie #DBC47F
RGB
CMYK
RGB Variations
Color information
#DBC47F (or 0xDBC47F) is known color: Zombie. HEX triplet: DB, C4 and 7F. RGB value is (219,196,127). Sum of RGB (Red+Green+Blue) = 219+196+127=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC47F is #243B80. Grayscale: #C3C3C3. Windows color (decimal): -2374529 or 8373467. OLE color: 8373467.
HSL color Cylindrical-coordinate representation of color #DBC47F: hue angle of 45º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBC47F is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 127 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.14 |
| HSL | 45º | 0.56% | 0.68% | - |
| HSV(B) | 45º | 0.42% | 0.86% | - |
| XYZ | 52.78 | 56.07 | 28.12 | - |
| YUV | 195.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 127 | 0 | 0.11 | 0.42 | 0.14 | 45 | 0.56 | 0.68 |
| Hex | DB | C4 | 7F | 0 | B | 2A | E | 2D | 38 | 44 |
| Octal | 333 | 304 | 177 | 0 | 13 | 52 | 16 | 55 | 70 | 104 |
| Binary | 11011011 | 11000100 | 1111111 | 0 | 1011 | 101010 | 1110 | 101101 | 111000 | 1000100 |
Color Harmonies of #DBC47F
Complementary color
Monochromatic Colors of #DBC47F
Black with #DBC47F
Text Example
Text Example
White with #DBC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC47F; }
p { color: rgb(219,196,127); }
H1.HeaderClassName
{
color: #DBC47F;
}
.AnyTagClassName
{
color: #DBC47F;
}
</style>
background-color css
<style>
a { background-color: #DBC47F; }
a { background-color: rgb(219,196,127); }
div.DivClassName
{
background-color: #DBC47F;
}
.BgClassName
{
background-color: #DBC47F;
}
</style>
border-color css
<style>
span { border-color: #DBC47F; }
span { border-color: rgb(219,196,127); }
td.TdClassName
{
border-color: #DBC47F;
}
.TagClassName
{
border-color: #DBC47F;
}
</style>