Shades of Zombie #DFC786
Tints of Zombie #DFC786
RGB
CMYK
RGB Variations
Color information
#DFC786 (or 0xDFC786) is known color: Zombie. HEX triplet: DF, C7 and 86. RGB value is (223,199,134). Sum of RGB (Red+Green+Blue) = 223+199+134=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC786 is #203879. Grayscale: #C7C7C7. Windows color (decimal): -2111610 or 8832991. OLE color: 8832991.
HSL color Cylindrical-coordinate representation of color #DFC786: hue angle of 43.82º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFC786 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 134 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.13 |
| HSL | 43.82º | 0.58% | 0.7% | - |
| HSV(B) | 43.82º | 0.4% | 0.87% | - |
| XYZ | 55.16 | 58.26 | 30.89 | - |
| YUV | 198.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 134 | 0 | 0.11 | 0.40 | 0.13 | 43.82 | 0.58 | 0.7 |
| Hex | DF | C7 | 86 | 0 | B | 28 | D | 2C | 3A | 46 |
| Octal | 337 | 307 | 206 | 0 | 13 | 50 | 15 | 54 | 72 | 106 |
| Binary | 11011111 | 11000111 | 10000110 | 0 | 1011 | 101000 | 1101 | 101100 | 111010 | 1000110 |
Color Harmonies of #DFC786
Complementary color
Monochromatic Colors of #DFC786
Black with #DFC786
Text Example
Text Example
White with #DFC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC786; }
p { color: rgb(223,199,134); }
H1.HeaderClassName
{
color: #DFC786;
}
.AnyTagClassName
{
color: #DFC786;
}
</style>
background-color css
<style>
a { background-color: #DFC786; }
a { background-color: rgb(223,199,134); }
div.DivClassName
{
background-color: #DFC786;
}
.BgClassName
{
background-color: #DFC786;
}
</style>
border-color css
<style>
span { border-color: #DFC786; }
span { border-color: rgb(223,199,134); }
td.TdClassName
{
border-color: #DFC786;
}
.TagClassName
{
border-color: #DFC786;
}
</style>