Shades of Zombie #DBC17F
Tints of Zombie #DBC17F
RGB
CMYK
RGB Variations
Color information
#DBC17F (or 0xDBC17F) is known color: Zombie. HEX triplet: DB, C1 and 7F. RGB value is (219,193,127). Sum of RGB (Red+Green+Blue) = 219+193+127=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC17F is #243E80. Grayscale: #C1C1C1. Windows color (decimal): -2375297 or 8372699. OLE color: 8372699.
HSL color Cylindrical-coordinate representation of color #DBC17F: hue angle of 43.04º 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 #DBC17F is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 127 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.14 |
| HSL | 43.04º | 0.56% | 0.68% | - |
| HSV(B) | 43.04º | 0.42% | 0.86% | - |
| XYZ | 52.11 | 54.73 | 27.9 | - |
| YUV | 193.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 127 | 0 | 0.12 | 0.42 | 0.14 | 43.04 | 0.56 | 0.68 |
| Hex | DB | C1 | 7F | 0 | C | 2A | E | 2B | 38 | 44 |
| Octal | 333 | 301 | 177 | 0 | 14 | 52 | 16 | 53 | 70 | 104 |
| Binary | 11011011 | 11000001 | 1111111 | 0 | 1100 | 101010 | 1110 | 101011 | 111000 | 1000100 |
Color Harmonies of #DBC17F
Complementary color
Monochromatic Colors of #DBC17F
Black with #DBC17F
Text Example
Text Example
White with #DBC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC17F; }
p { color: rgb(219,193,127); }
H1.HeaderClassName
{
color: #DBC17F;
}
.AnyTagClassName
{
color: #DBC17F;
}
</style>
background-color css
<style>
a { background-color: #DBC17F; }
a { background-color: rgb(219,193,127); }
div.DivClassName
{
background-color: #DBC17F;
}
.BgClassName
{
background-color: #DBC17F;
}
</style>
border-color css
<style>
span { border-color: #DBC17F; }
span { border-color: rgb(219,193,127); }
td.TdClassName
{
border-color: #DBC17F;
}
.TagClassName
{
border-color: #DBC17F;
}
</style>