Shades of Zombie #DFC589
Tints of Zombie #DFC589
RGB
CMYK
RGB Variations
Color information
#DFC589 (or 0xDFC589) is known color: Zombie. HEX triplet: DF, C5 and 89. RGB value is (223,197,137). Sum of RGB (Red+Green+Blue) = 223+197+137=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC589 is #203A76. Grayscale: #C6C6C6. Windows color (decimal): -2112119 or 9029087. OLE color: 9029087.
HSL color Cylindrical-coordinate representation of color #DFC589: hue angle of 41.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC589 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 137 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.13 |
| HSL | 41.86º | 0.57% | 0.71% | - |
| HSV(B) | 41.86º | 0.39% | 0.87% | - |
| XYZ | 54.91 | 57.43 | 31.86 | - |
| YUV | 197.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 137 | 0 | 0.12 | 0.39 | 0.13 | 41.86 | 0.57 | 0.71 |
| Hex | DF | C5 | 89 | 0 | C | 27 | D | 2A | 39 | 47 |
| Octal | 337 | 305 | 211 | 0 | 14 | 47 | 15 | 52 | 71 | 107 |
| Binary | 11011111 | 11000101 | 10001001 | 0 | 1100 | 100111 | 1101 | 101010 | 111001 | 1000111 |
Color Harmonies of #DFC589
Complementary color
Monochromatic Colors of #DFC589
Black with #DFC589
Text Example
Text Example
White with #DFC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC589; }
p { color: rgb(223,197,137); }
H1.HeaderClassName
{
color: #DFC589;
}
.AnyTagClassName
{
color: #DFC589;
}
</style>
background-color css
<style>
a { background-color: #DFC589; }
a { background-color: rgb(223,197,137); }
div.DivClassName
{
background-color: #DFC589;
}
.BgClassName
{
background-color: #DFC589;
}
</style>
border-color css
<style>
span { border-color: #DFC589; }
span { border-color: rgb(223,197,137); }
td.TdClassName
{
border-color: #DFC589;
}
.TagClassName
{
border-color: #DFC589;
}
</style>