Shades of Zombie #DCC88D
Tints of Zombie #DCC88D
RGB
CMYK
RGB Variations
Color information
#DCC88D (or 0xDCC88D) is known color: Zombie. HEX triplet: DC, C8 and 8D. RGB value is (220,200,141). Sum of RGB (Red+Green+Blue) = 220+200+141=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC88D is #233772. Grayscale: #C7C7C7. Windows color (decimal): -2307955 or 9291996. OLE color: 9291996.
HSL color Cylindrical-coordinate representation of color #DCC88D: hue angle of 44.81º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCC88D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 141 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.14 |
| HSL | 44.81º | 0.53% | 0.71% | - |
| HSV(B) | 44.81º | 0.36% | 0.86% | - |
| XYZ | 54.98 | 58.45 | 33.58 | - |
| YUV | 199.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 141 | 0 | 0.09 | 0.36 | 0.14 | 44.81 | 0.53 | 0.71 |
| Hex | DC | C8 | 8D | 0 | 9 | 24 | E | 2D | 35 | 47 |
| Octal | 334 | 310 | 215 | 0 | 11 | 44 | 16 | 55 | 65 | 107 |
| Binary | 11011100 | 11001000 | 10001101 | 0 | 1001 | 100100 | 1110 | 101101 | 110101 | 1000111 |
Color Harmonies of #DCC88D
Complementary color
Monochromatic Colors of #DCC88D
Black with #DCC88D
Text Example
Text Example
White with #DCC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC88D; }
p { color: rgb(220,200,141); }
H1.HeaderClassName
{
color: #DCC88D;
}
.AnyTagClassName
{
color: #DCC88D;
}
</style>
background-color css
<style>
a { background-color: #DCC88D; }
a { background-color: rgb(220,200,141); }
div.DivClassName
{
background-color: #DCC88D;
}
.BgClassName
{
background-color: #DCC88D;
}
</style>
border-color css
<style>
span { border-color: #DCC88D; }
span { border-color: rgb(220,200,141); }
td.TdClassName
{
border-color: #DCC88D;
}
.TagClassName
{
border-color: #DCC88D;
}
</style>