Shades of Zombie #DCC28A
Tints of Zombie #DCC28A
RGB
CMYK
RGB Variations
Color information
#DCC28A (or 0xDCC28A) is known color: Zombie. HEX triplet: DC, C2 and 8A. RGB value is (220,194,138). Sum of RGB (Red+Green+Blue) = 220+194+138=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC28A is #233D75. Grayscale: #C3C3C3. Windows color (decimal): -2309494 or 9093852. OLE color: 9093852.
HSL color Cylindrical-coordinate representation of color #DCC28A: hue angle of 40.98º 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 #DCC28A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 138 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.14 |
| HSL | 40.98º | 0.54% | 0.7% | - |
| HSV(B) | 40.98º | 0.37% | 0.86% | - |
| XYZ | 53.39 | 55.63 | 31.97 | - |
| YUV | 195.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 138 | 0 | 0.12 | 0.37 | 0.14 | 40.98 | 0.54 | 0.7 |
| Hex | DC | C2 | 8A | 0 | C | 25 | E | 29 | 36 | 46 |
| Octal | 334 | 302 | 212 | 0 | 14 | 45 | 16 | 51 | 66 | 106 |
| Binary | 11011100 | 11000010 | 10001010 | 0 | 1100 | 100101 | 1110 | 101001 | 110110 | 1000110 |
Color Harmonies of #DCC28A
Complementary color
Monochromatic Colors of #DCC28A
Black with #DCC28A
Text Example
Text Example
White with #DCC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC28A; }
p { color: rgb(220,194,138); }
H1.HeaderClassName
{
color: #DCC28A;
}
.AnyTagClassName
{
color: #DCC28A;
}
</style>
background-color css
<style>
a { background-color: #DCC28A; }
a { background-color: rgb(220,194,138); }
div.DivClassName
{
background-color: #DCC28A;
}
.BgClassName
{
background-color: #DCC28A;
}
</style>
border-color css
<style>
span { border-color: #DCC28A; }
span { border-color: rgb(220,194,138); }
td.TdClassName
{
border-color: #DCC28A;
}
.TagClassName
{
border-color: #DCC28A;
}
</style>