Shades of Zombie #DCC58B
Tints of Zombie #DCC58B
RGB
CMYK
RGB Variations
Color information
#DCC58B (or 0xDCC58B) is known color: Zombie. HEX triplet: DC, C5 and 8B. RGB value is (220,197,139). Sum of RGB (Red+Green+Blue) = 220+197+139=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC58B is #233A74. Grayscale: #C5C5C5. Windows color (decimal): -2308725 or 9160156. OLE color: 9160156.
HSL color Cylindrical-coordinate representation of color #DCC58B: hue angle of 42.96º 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 #DCC58B is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 139 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 42.96º | 0.54% | 0.7% | - |
| HSV(B) | 42.96º | 0.37% | 0.86% | - |
| XYZ | 54.14 | 57.01 | 32.58 | - |
| YUV | 197.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 139 | 0 | 0.10 | 0.37 | 0.14 | 42.96 | 0.54 | 0.7 |
| Hex | DC | C5 | 8B | 0 | A | 25 | E | 2B | 36 | 46 |
| Octal | 334 | 305 | 213 | 0 | 12 | 45 | 16 | 53 | 66 | 106 |
| Binary | 11011100 | 11000101 | 10001011 | 0 | 1010 | 100101 | 1110 | 101011 | 110110 | 1000110 |
Color Harmonies of #DCC58B
Complementary color
Monochromatic Colors of #DCC58B
Black with #DCC58B
Text Example
Text Example
White with #DCC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC58B; }
p { color: rgb(220,197,139); }
H1.HeaderClassName
{
color: #DCC58B;
}
.AnyTagClassName
{
color: #DCC58B;
}
</style>
background-color css
<style>
a { background-color: #DCC58B; }
a { background-color: rgb(220,197,139); }
div.DivClassName
{
background-color: #DCC58B;
}
.BgClassName
{
background-color: #DCC58B;
}
</style>
border-color css
<style>
span { border-color: #DCC58B; }
span { border-color: rgb(220,197,139); }
td.TdClassName
{
border-color: #DCC58B;
}
.TagClassName
{
border-color: #DCC58B;
}
</style>