Shades of Zombie #DCC281
Tints of Zombie #DCC281
RGB
CMYK
RGB Variations
Color information
#DCC281 (or 0xDCC281) is known color: Zombie. HEX triplet: DC, C2 and 81. RGB value is (220,194,129). Sum of RGB (Red+Green+Blue) = 220+194+129=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC281 is #233D7E. Grayscale: #C2C2C2. Windows color (decimal): -2309503 or 8504028. OLE color: 8504028.
HSL color Cylindrical-coordinate representation of color #DCC281: hue angle of 42.86º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCC281 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 129 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.14 |
| HSL | 42.86º | 0.57% | 0.68% | - |
| HSV(B) | 42.86º | 0.41% | 0.86% | - |
| XYZ | 52.77 | 55.38 | 28.68 | - |
| YUV | 194.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 129 | 0 | 0.12 | 0.41 | 0.14 | 42.86 | 0.57 | 0.68 |
| Hex | DC | C2 | 81 | 0 | C | 29 | E | 2B | 39 | 44 |
| Octal | 334 | 302 | 201 | 0 | 14 | 51 | 16 | 53 | 71 | 104 |
| Binary | 11011100 | 11000010 | 10000001 | 0 | 1100 | 101001 | 1110 | 101011 | 111001 | 1000100 |
Color Harmonies of #DCC281
Complementary color
Monochromatic Colors of #DCC281
Black with #DCC281
Text Example
Text Example
White with #DCC281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC281; }
p { color: rgb(220,194,129); }
H1.HeaderClassName
{
color: #DCC281;
}
.AnyTagClassName
{
color: #DCC281;
}
</style>
background-color css
<style>
a { background-color: #DCC281; }
a { background-color: rgb(220,194,129); }
div.DivClassName
{
background-color: #DCC281;
}
.BgClassName
{
background-color: #DCC281;
}
</style>
border-color css
<style>
span { border-color: #DCC281; }
span { border-color: rgb(220,194,129); }
td.TdClassName
{
border-color: #DCC281;
}
.TagClassName
{
border-color: #DCC281;
}
</style>