Shades of Zombie #DCC081
Tints of Zombie #DCC081
RGB
CMYK
RGB Variations
Color information
#DCC081 (or 0xDCC081) is known color: Zombie. HEX triplet: DC, C0 and 81. RGB value is (220,192,129). Sum of RGB (Red+Green+Blue) = 220+192+129=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC081 is #233F7E. Grayscale: #C1C1C1. Windows color (decimal): -2310015 or 8503516. OLE color: 8503516.
HSL color Cylindrical-coordinate representation of color #DCC081: hue angle of 41.54º 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 #DCC081 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 129 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.14 |
| HSL | 41.54º | 0.57% | 0.68% | - |
| HSV(B) | 41.54º | 0.41% | 0.86% | - |
| XYZ | 52.33 | 54.5 | 28.53 | - |
| YUV | 193.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 129 | 0 | 0.13 | 0.41 | 0.14 | 41.54 | 0.57 | 0.68 |
| Hex | DC | C0 | 81 | 0 | D | 29 | E | 2A | 39 | 44 |
| Octal | 334 | 300 | 201 | 0 | 15 | 51 | 16 | 52 | 71 | 104 |
| Binary | 11011100 | 11000000 | 10000001 | 0 | 1101 | 101001 | 1110 | 101010 | 111001 | 1000100 |
Color Harmonies of #DCC081
Complementary color
Monochromatic Colors of #DCC081
Black with #DCC081
Text Example
Text Example
White with #DCC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC081; }
p { color: rgb(220,192,129); }
H1.HeaderClassName
{
color: #DCC081;
}
.AnyTagClassName
{
color: #DCC081;
}
</style>
background-color css
<style>
a { background-color: #DCC081; }
a { background-color: rgb(220,192,129); }
div.DivClassName
{
background-color: #DCC081;
}
.BgClassName
{
background-color: #DCC081;
}
</style>
border-color css
<style>
span { border-color: #DCC081; }
span { border-color: rgb(220,192,129); }
td.TdClassName
{
border-color: #DCC081;
}
.TagClassName
{
border-color: #DCC081;
}
</style>