Shades of Zombie #DCC183
Tints of Zombie #DCC183
RGB
CMYK
RGB Variations
Color information
#DCC183 (or 0xDCC183) is known color: Zombie. HEX triplet: DC, C1 and 83. RGB value is (220,193,131). Sum of RGB (Red+Green+Blue) = 220+193+131=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC183 is #233E7C. Grayscale: #C2C2C2. Windows color (decimal): -2309757 or 8634844. OLE color: 8634844.
HSL color Cylindrical-coordinate representation of color #DCC183: hue angle of 41.8º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCC183 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.14 |
| HSL | 41.8º | 0.56% | 0.69% | - |
| HSV(B) | 41.8º | 0.4% | 0.86% | - |
| XYZ | 52.68 | 54.99 | 29.31 | - |
| YUV | 194.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 131 | 0 | 0.12 | 0.40 | 0.14 | 41.8 | 0.56 | 0.69 |
| Hex | DC | C1 | 83 | 0 | C | 28 | E | 2A | 38 | 45 |
| Octal | 334 | 301 | 203 | 0 | 14 | 50 | 16 | 52 | 70 | 105 |
| Binary | 11011100 | 11000001 | 10000011 | 0 | 1100 | 101000 | 1110 | 101010 | 111000 | 1000101 |
Color Harmonies of #DCC183
Complementary color
Monochromatic Colors of #DCC183
Black with #DCC183
Text Example
Text Example
White with #DCC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC183; }
p { color: rgb(220,193,131); }
H1.HeaderClassName
{
color: #DCC183;
}
.AnyTagClassName
{
color: #DCC183;
}
</style>
background-color css
<style>
a { background-color: #DCC183; }
a { background-color: rgb(220,193,131); }
div.DivClassName
{
background-color: #DCC183;
}
.BgClassName
{
background-color: #DCC183;
}
</style>
border-color css
<style>
span { border-color: #DCC183; }
span { border-color: rgb(220,193,131); }
td.TdClassName
{
border-color: #DCC183;
}
.TagClassName
{
border-color: #DCC183;
}
</style>