Shades of Zombie #DFC285
Tints of Zombie #DFC285
RGB
CMYK
RGB Variations
Color information
#DFC285 (or 0xDFC285) is known color: Zombie. HEX triplet: DF, C2 and 85. RGB value is (223,194,133). Sum of RGB (Red+Green+Blue) = 223+194+133=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC285 is #203D7A. Grayscale: #C3C3C3. Windows color (decimal): -2112891 or 8766175. OLE color: 8766175.
HSL color Cylindrical-coordinate representation of color #DFC285: hue angle of 40.67º 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 #DFC285 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 133 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.13 |
| HSL | 40.67º | 0.58% | 0.7% | - |
| HSV(B) | 40.67º | 0.4% | 0.87% | - |
| XYZ | 53.96 | 55.97 | 30.15 | - |
| YUV | 195.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 133 | 0 | 0.13 | 0.40 | 0.13 | 40.67 | 0.58 | 0.7 |
| Hex | DF | C2 | 85 | 0 | D | 28 | D | 29 | 3A | 46 |
| Octal | 337 | 302 | 205 | 0 | 15 | 50 | 15 | 51 | 72 | 106 |
| Binary | 11011111 | 11000010 | 10000101 | 0 | 1101 | 101000 | 1101 | 101001 | 111010 | 1000110 |
Color Harmonies of #DFC285
Complementary color
Monochromatic Colors of #DFC285
Black with #DFC285
Text Example
Text Example
White with #DFC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC285; }
p { color: rgb(223,194,133); }
H1.HeaderClassName
{
color: #DFC285;
}
.AnyTagClassName
{
color: #DFC285;
}
</style>
background-color css
<style>
a { background-color: #DFC285; }
a { background-color: rgb(223,194,133); }
div.DivClassName
{
background-color: #DFC285;
}
.BgClassName
{
background-color: #DFC285;
}
</style>
border-color css
<style>
span { border-color: #DFC285; }
span { border-color: rgb(223,194,133); }
td.TdClassName
{
border-color: #DFC285;
}
.TagClassName
{
border-color: #DFC285;
}
</style>