Shades of Zombie #DFC684
Tints of Zombie #DFC684
RGB
CMYK
RGB Variations
Color information
#DFC684 (or 0xDFC684) is known color: Zombie. HEX triplet: DF, C6 and 84. RGB value is (223,198,132). Sum of RGB (Red+Green+Blue) = 223+198+132=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC684 is #20397B. Grayscale: #C6C6C6. Windows color (decimal): -2111868 or 8701663. OLE color: 8701663.
HSL color Cylindrical-coordinate representation of color #DFC684: hue angle of 43.52º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFC684 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 132 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.13 |
| HSL | 43.52º | 0.59% | 0.7% | - |
| HSV(B) | 43.52º | 0.41% | 0.87% | - |
| XYZ | 54.79 | 57.74 | 30.09 | - |
| YUV | 197.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 132 | 0 | 0.11 | 0.41 | 0.13 | 43.52 | 0.59 | 0.7 |
| Hex | DF | C6 | 84 | 0 | B | 29 | D | 2C | 3B | 46 |
| Octal | 337 | 306 | 204 | 0 | 13 | 51 | 15 | 54 | 73 | 106 |
| Binary | 11011111 | 11000110 | 10000100 | 0 | 1011 | 101001 | 1101 | 101100 | 111011 | 1000110 |
Color Harmonies of #DFC684
Complementary color
Monochromatic Colors of #DFC684
Black with #DFC684
Text Example
Text Example
White with #DFC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC684; }
p { color: rgb(223,198,132); }
H1.HeaderClassName
{
color: #DFC684;
}
.AnyTagClassName
{
color: #DFC684;
}
</style>
background-color css
<style>
a { background-color: #DFC684; }
a { background-color: rgb(223,198,132); }
div.DivClassName
{
background-color: #DFC684;
}
.BgClassName
{
background-color: #DFC684;
}
</style>
border-color css
<style>
span { border-color: #DFC684; }
span { border-color: rgb(223,198,132); }
td.TdClassName
{
border-color: #DFC684;
}
.TagClassName
{
border-color: #DFC684;
}
</style>