Shades of Zombie #DFC586
Tints of Zombie #DFC586
RGB
CMYK
RGB Variations
Color information
#DFC586 (or 0xDFC586) is known color: Zombie. HEX triplet: DF, C5 and 86. RGB value is (223,197,134). Sum of RGB (Red+Green+Blue) = 223+197+134=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC586 is #203A79. Grayscale: #C5C5C5. Windows color (decimal): -2112122 or 8832479. OLE color: 8832479.
HSL color Cylindrical-coordinate representation of color #DFC586: hue angle of 42.47º 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 #DFC586 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 134 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.13 |
| HSL | 42.47º | 0.58% | 0.7% | - |
| HSV(B) | 42.47º | 0.4% | 0.87% | - |
| XYZ | 54.7 | 57.34 | 30.74 | - |
| YUV | 197.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 134 | 0 | 0.12 | 0.40 | 0.13 | 42.47 | 0.58 | 0.7 |
| Hex | DF | C5 | 86 | 0 | C | 28 | D | 2A | 3A | 46 |
| Octal | 337 | 305 | 206 | 0 | 14 | 50 | 15 | 52 | 72 | 106 |
| Binary | 11011111 | 11000101 | 10000110 | 0 | 1100 | 101000 | 1101 | 101010 | 111010 | 1000110 |
Color Harmonies of #DFC586
Complementary color
Monochromatic Colors of #DFC586
Black with #DFC586
Text Example
Text Example
White with #DFC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC586; }
p { color: rgb(223,197,134); }
H1.HeaderClassName
{
color: #DFC586;
}
.AnyTagClassName
{
color: #DFC586;
}
</style>
background-color css
<style>
a { background-color: #DFC586; }
a { background-color: rgb(223,197,134); }
div.DivClassName
{
background-color: #DFC586;
}
.BgClassName
{
background-color: #DFC586;
}
</style>
border-color css
<style>
span { border-color: #DFC586; }
span { border-color: rgb(223,197,134); }
td.TdClassName
{
border-color: #DFC586;
}
.TagClassName
{
border-color: #DFC586;
}
</style>