Shades of Zombie #DFC184
Tints of Zombie #DFC184
RGB
CMYK
RGB Variations
Color information
#DFC184 (or 0xDFC184) is known color: Zombie. HEX triplet: DF, C1 and 84. RGB value is (223,193,132). Sum of RGB (Red+Green+Blue) = 223+193+132=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC184 is #203E7B. Grayscale: #C3C3C3. Windows color (decimal): -2113148 or 8700383. OLE color: 8700383.
HSL color Cylindrical-coordinate representation of color #DFC184: hue angle of 40.22º 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 #DFC184 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 132 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.13 |
| HSL | 40.22º | 0.59% | 0.7% | - |
| HSV(B) | 40.22º | 0.41% | 0.87% | - |
| XYZ | 53.67 | 55.49 | 29.71 | - |
| YUV | 195.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 132 | 0 | 0.13 | 0.41 | 0.13 | 40.22 | 0.59 | 0.7 |
| Hex | DF | C1 | 84 | 0 | D | 29 | D | 28 | 3B | 46 |
| Octal | 337 | 301 | 204 | 0 | 15 | 51 | 15 | 50 | 73 | 106 |
| Binary | 11011111 | 11000001 | 10000100 | 0 | 1101 | 101001 | 1101 | 101000 | 111011 | 1000110 |
Color Harmonies of #DFC184
Complementary color
Monochromatic Colors of #DFC184
Black with #DFC184
Text Example
Text Example
White with #DFC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC184; }
p { color: rgb(223,193,132); }
H1.HeaderClassName
{
color: #DFC184;
}
.AnyTagClassName
{
color: #DFC184;
}
</style>
background-color css
<style>
a { background-color: #DFC184; }
a { background-color: rgb(223,193,132); }
div.DivClassName
{
background-color: #DFC184;
}
.BgClassName
{
background-color: #DFC184;
}
</style>
border-color css
<style>
span { border-color: #DFC184; }
span { border-color: rgb(223,193,132); }
td.TdClassName
{
border-color: #DFC184;
}
.TagClassName
{
border-color: #DFC184;
}
</style>