Shades of Zombie #DCC482
Tints of Zombie #DCC482
RGB
CMYK
RGB Variations
Color information
#DCC482 (or 0xDCC482) is known color: Zombie. HEX triplet: DC, C4 and 82. RGB value is (220,196,130). Sum of RGB (Red+Green+Blue) = 220+196+130=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC482 is #233B7D. Grayscale: #C3C3C3. Windows color (decimal): -2308990 or 8570076. OLE color: 8570076.
HSL color Cylindrical-coordinate representation of color #DCC482: hue angle of 44º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCC482 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 130 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.14 |
| HSL | 44º | 0.56% | 0.69% | - |
| HSV(B) | 44º | 0.41% | 0.86% | - |
| XYZ | 53.28 | 56.31 | 29.18 | - |
| YUV | 195.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 130 | 0 | 0.11 | 0.41 | 0.14 | 44 | 0.56 | 0.69 |
| Hex | DC | C4 | 82 | 0 | B | 29 | E | 2C | 38 | 45 |
| Octal | 334 | 304 | 202 | 0 | 13 | 51 | 16 | 54 | 70 | 105 |
| Binary | 11011100 | 11000100 | 10000010 | 0 | 1011 | 101001 | 1110 | 101100 | 111000 | 1000101 |
Color Harmonies of #DCC482
Complementary color
Monochromatic Colors of #DCC482
Black with #DCC482
Text Example
Text Example
White with #DCC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC482; }
p { color: rgb(220,196,130); }
H1.HeaderClassName
{
color: #DCC482;
}
.AnyTagClassName
{
color: #DCC482;
}
</style>
background-color css
<style>
a { background-color: #DCC482; }
a { background-color: rgb(220,196,130); }
div.DivClassName
{
background-color: #DCC482;
}
.BgClassName
{
background-color: #DCC482;
}
</style>
border-color css
<style>
span { border-color: #DCC482; }
span { border-color: rgb(220,196,130); }
td.TdClassName
{
border-color: #DCC482;
}
.TagClassName
{
border-color: #DCC482;
}
</style>