Shades of Zombie #DCC28D
Tints of Zombie #DCC28D
RGB
CMYK
RGB Variations
Color information
#DCC28D (or 0xDCC28D) is known color: Zombie. HEX triplet: DC, C2 and 8D. RGB value is (220,194,141). Sum of RGB (Red+Green+Blue) = 220+194+141=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC28D is #233D72. Grayscale: #C3C3C3. Windows color (decimal): -2309491 or 9290460. OLE color: 9290460.
HSL color Cylindrical-coordinate representation of color #DCC28D: hue angle of 40.25º 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 #DCC28D is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 141 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.14 |
| HSL | 40.25º | 0.53% | 0.71% | - |
| HSV(B) | 40.25º | 0.36% | 0.86% | - |
| XYZ | 53.61 | 55.72 | 33.13 | - |
| YUV | 195.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 141 | 0 | 0.12 | 0.36 | 0.14 | 40.25 | 0.53 | 0.71 |
| Hex | DC | C2 | 8D | 0 | C | 24 | E | 28 | 35 | 47 |
| Octal | 334 | 302 | 215 | 0 | 14 | 44 | 16 | 50 | 65 | 107 |
| Binary | 11011100 | 11000010 | 10001101 | 0 | 1100 | 100100 | 1110 | 101000 | 110101 | 1000111 |
Color Harmonies of #DCC28D
Complementary color
Monochromatic Colors of #DCC28D
Black with #DCC28D
Text Example
Text Example
White with #DCC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC28D; }
p { color: rgb(220,194,141); }
H1.HeaderClassName
{
color: #DCC28D;
}
.AnyTagClassName
{
color: #DCC28D;
}
</style>
background-color css
<style>
a { background-color: #DCC28D; }
a { background-color: rgb(220,194,141); }
div.DivClassName
{
background-color: #DCC28D;
}
.BgClassName
{
background-color: #DCC28D;
}
</style>
border-color css
<style>
span { border-color: #DCC28D; }
span { border-color: rgb(220,194,141); }
td.TdClassName
{
border-color: #DCC28D;
}
.TagClassName
{
border-color: #DCC28D;
}
</style>