Shades of Zombie #DCC88B
Tints of Zombie #DCC88B
RGB
CMYK
RGB Variations
Color information
#DCC88B (or 0xDCC88B) is known color: Zombie. HEX triplet: DC, C8 and 8B. RGB value is (220,200,139). Sum of RGB (Red+Green+Blue) = 220+200+139=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC88B is #233774. Grayscale: #C7C7C7. Windows color (decimal): -2307957 or 9160924. OLE color: 9160924.
HSL color Cylindrical-coordinate representation of color #DCC88B: hue angle of 45.19º 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 #DCC88B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 139 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.14 |
| HSL | 45.19º | 0.54% | 0.7% | - |
| HSV(B) | 45.19º | 0.37% | 0.86% | - |
| XYZ | 54.83 | 58.39 | 32.81 | - |
| YUV | 199.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 139 | 0 | 0.09 | 0.37 | 0.14 | 45.19 | 0.54 | 0.7 |
| Hex | DC | C8 | 8B | 0 | 9 | 25 | E | 2D | 36 | 46 |
| Octal | 334 | 310 | 213 | 0 | 11 | 45 | 16 | 55 | 66 | 106 |
| Binary | 11011100 | 11001000 | 10001011 | 0 | 1001 | 100101 | 1110 | 101101 | 110110 | 1000110 |
Color Harmonies of #DCC88B
Complementary color
Monochromatic Colors of #DCC88B
Black with #DCC88B
Text Example
Text Example
White with #DCC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC88B; }
p { color: rgb(220,200,139); }
H1.HeaderClassName
{
color: #DCC88B;
}
.AnyTagClassName
{
color: #DCC88B;
}
</style>
background-color css
<style>
a { background-color: #DCC88B; }
a { background-color: rgb(220,200,139); }
div.DivClassName
{
background-color: #DCC88B;
}
.BgClassName
{
background-color: #DCC88B;
}
</style>
border-color css
<style>
span { border-color: #DCC88B; }
span { border-color: rgb(220,200,139); }
td.TdClassName
{
border-color: #DCC88B;
}
.TagClassName
{
border-color: #DCC88B;
}
</style>