Shades of Zombie #DCC184
Tints of Zombie #DCC184
RGB
CMYK
RGB Variations
Color information
#DCC184 (or 0xDCC184) is known color: Zombie. HEX triplet: DC, C1 and 84. RGB value is (220,193,132). Sum of RGB (Red+Green+Blue) = 220+193+132=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC184 is #233E7B. Grayscale: #C2C2C2. Windows color (decimal): -2309756 or 8700380. OLE color: 8700380.
HSL color Cylindrical-coordinate representation of color #DCC184: hue angle of 41.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCC184 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 132 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.14 |
| HSL | 41.59º | 0.56% | 0.69% | - |
| HSV(B) | 41.59º | 0.4% | 0.86% | - |
| XYZ | 52.75 | 55.02 | 29.67 | - |
| YUV | 194.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 132 | 0 | 0.12 | 0.40 | 0.14 | 41.59 | 0.56 | 0.69 |
| Hex | DC | C1 | 84 | 0 | C | 28 | E | 2A | 38 | 45 |
| Octal | 334 | 301 | 204 | 0 | 14 | 50 | 16 | 52 | 70 | 105 |
| Binary | 11011100 | 11000001 | 10000100 | 0 | 1100 | 101000 | 1110 | 101010 | 111000 | 1000101 |
Color Harmonies of #DCC184
Complementary color
Monochromatic Colors of #DCC184
Black with #DCC184
Text Example
Text Example
White with #DCC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC184; }
p { color: rgb(220,193,132); }
H1.HeaderClassName
{
color: #DCC184;
}
.AnyTagClassName
{
color: #DCC184;
}
</style>
background-color css
<style>
a { background-color: #DCC184; }
a { background-color: rgb(220,193,132); }
div.DivClassName
{
background-color: #DCC184;
}
.BgClassName
{
background-color: #DCC184;
}
</style>
border-color css
<style>
span { border-color: #DCC184; }
span { border-color: rgb(220,193,132); }
td.TdClassName
{
border-color: #DCC184;
}
.TagClassName
{
border-color: #DCC184;
}
</style>