Shades of Zombie #DFC587
Tints of Zombie #DFC587
RGB
CMYK
RGB Variations
Color information
#DFC587 (or 0xDFC587) is known color: Zombie. HEX triplet: DF, C5 and 87. RGB value is (223,197,135). Sum of RGB (Red+Green+Blue) = 223+197+135=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC587 is #203A78. Grayscale: #C5C5C5. Windows color (decimal): -2112121 or 8898015. OLE color: 8898015.
HSL color Cylindrical-coordinate representation of color #DFC587: hue angle of 42.27º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC587 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 135 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.13 |
| HSL | 42.27º | 0.58% | 0.7% | - |
| HSV(B) | 42.27º | 0.39% | 0.87% | - |
| XYZ | 54.77 | 57.37 | 31.11 | - |
| YUV | 197.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 135 | 0 | 0.12 | 0.39 | 0.13 | 42.27 | 0.58 | 0.7 |
| Hex | DF | C5 | 87 | 0 | C | 27 | D | 2A | 3A | 46 |
| Octal | 337 | 305 | 207 | 0 | 14 | 47 | 15 | 52 | 72 | 106 |
| Binary | 11011111 | 11000101 | 10000111 | 0 | 1100 | 100111 | 1101 | 101010 | 111010 | 1000110 |
Color Harmonies of #DFC587
Complementary color
Monochromatic Colors of #DFC587
Black with #DFC587
Text Example
Text Example
White with #DFC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC587; }
p { color: rgb(223,197,135); }
H1.HeaderClassName
{
color: #DFC587;
}
.AnyTagClassName
{
color: #DFC587;
}
</style>
background-color css
<style>
a { background-color: #DFC587; }
a { background-color: rgb(223,197,135); }
div.DivClassName
{
background-color: #DFC587;
}
.BgClassName
{
background-color: #DFC587;
}
</style>
border-color css
<style>
span { border-color: #DFC587; }
span { border-color: rgb(223,197,135); }
td.TdClassName
{
border-color: #DFC587;
}
.TagClassName
{
border-color: #DFC587;
}
</style>