Shades of Zombie #DFC186
Tints of Zombie #DFC186
RGB
CMYK
RGB Variations
Color information
#DFC186 (or 0xDFC186) is known color: Zombie. HEX triplet: DF, C1 and 86. RGB value is (223,193,134). Sum of RGB (Red+Green+Blue) = 223+193+134=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC186 is #203E79. Grayscale: #C3C3C3. Windows color (decimal): -2113146 or 8831455. OLE color: 8831455.
HSL color Cylindrical-coordinate representation of color #DFC186: hue angle of 39.78º 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 #DFC186 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 134 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.13 |
| HSL | 39.78º | 0.58% | 0.7% | - |
| HSV(B) | 39.78º | 0.4% | 0.87% | - |
| XYZ | 53.8 | 55.55 | 30.44 | - |
| YUV | 195.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 134 | 0 | 0.13 | 0.40 | 0.13 | 39.78 | 0.58 | 0.7 |
| Hex | DF | C1 | 86 | 0 | D | 28 | D | 28 | 3A | 46 |
| Octal | 337 | 301 | 206 | 0 | 15 | 50 | 15 | 50 | 72 | 106 |
| Binary | 11011111 | 11000001 | 10000110 | 0 | 1101 | 101000 | 1101 | 101000 | 111010 | 1000110 |
Color Harmonies of #DFC186
Complementary color
Monochromatic Colors of #DFC186
Black with #DFC186
Text Example
Text Example
White with #DFC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC186; }
p { color: rgb(223,193,134); }
H1.HeaderClassName
{
color: #DFC186;
}
.AnyTagClassName
{
color: #DFC186;
}
</style>
background-color css
<style>
a { background-color: #DFC186; }
a { background-color: rgb(223,193,134); }
div.DivClassName
{
background-color: #DFC186;
}
.BgClassName
{
background-color: #DFC186;
}
</style>
border-color css
<style>
span { border-color: #DFC186; }
span { border-color: rgb(223,193,134); }
td.TdClassName
{
border-color: #DFC186;
}
.TagClassName
{
border-color: #DFC186;
}
</style>