Shades of Zombie #DCC58A
Tints of Zombie #DCC58A
RGB
CMYK
RGB Variations
Color information
#DCC58A (or 0xDCC58A) is known color: Zombie. HEX triplet: DC, C5 and 8A. RGB value is (220,197,138). Sum of RGB (Red+Green+Blue) = 220+197+138=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC58A is #233A75. Grayscale: #C5C5C5. Windows color (decimal): -2308726 or 9094620. OLE color: 9094620.
HSL color Cylindrical-coordinate representation of color #DCC58A: hue angle of 43.17º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC58A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 138 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 43.17º | 0.54% | 0.7% | - |
| HSV(B) | 43.17º | 0.37% | 0.86% | - |
| XYZ | 54.07 | 56.98 | 32.19 | - |
| YUV | 197.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 138 | 0 | 0.10 | 0.37 | 0.14 | 43.17 | 0.54 | 0.7 |
| Hex | DC | C5 | 8A | 0 | A | 25 | E | 2B | 36 | 46 |
| Octal | 334 | 305 | 212 | 0 | 12 | 45 | 16 | 53 | 66 | 106 |
| Binary | 11011100 | 11000101 | 10001010 | 0 | 1010 | 100101 | 1110 | 101011 | 110110 | 1000110 |
Color Harmonies of #DCC58A
Complementary color
Monochromatic Colors of #DCC58A
Black with #DCC58A
Text Example
Text Example
White with #DCC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC58A; }
p { color: rgb(220,197,138); }
H1.HeaderClassName
{
color: #DCC58A;
}
.AnyTagClassName
{
color: #DCC58A;
}
</style>
background-color css
<style>
a { background-color: #DCC58A; }
a { background-color: rgb(220,197,138); }
div.DivClassName
{
background-color: #DCC58A;
}
.BgClassName
{
background-color: #DCC58A;
}
</style>
border-color css
<style>
span { border-color: #DCC58A; }
span { border-color: rgb(220,197,138); }
td.TdClassName
{
border-color: #DCC58A;
}
.TagClassName
{
border-color: #DCC58A;
}
</style>