Shades of Zombie #DCC283
Tints of Zombie #DCC283
RGB
CMYK
RGB Variations
Color information
#DCC283 (or 0xDCC283) is known color: Zombie. HEX triplet: DC, C2 and 83. RGB value is (220,194,131). Sum of RGB (Red+Green+Blue) = 220+194+131=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC283 is #233D7C. Grayscale: #C2C2C2. Windows color (decimal): -2309501 or 8635100. OLE color: 8635100.
HSL color Cylindrical-coordinate representation of color #DCC283: hue angle of 42.47º 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 #DCC283 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.14 |
| HSL | 42.47º | 0.56% | 0.69% | - |
| HSV(B) | 42.47º | 0.4% | 0.86% | - |
| XYZ | 52.9 | 55.44 | 29.38 | - |
| YUV | 194.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 131 | 0 | 0.12 | 0.40 | 0.14 | 42.47 | 0.56 | 0.69 |
| Hex | DC | C2 | 83 | 0 | C | 28 | E | 2A | 38 | 45 |
| Octal | 334 | 302 | 203 | 0 | 14 | 50 | 16 | 52 | 70 | 105 |
| Binary | 11011100 | 11000010 | 10000011 | 0 | 1100 | 101000 | 1110 | 101010 | 111000 | 1000101 |
Color Harmonies of #DCC283
Complementary color
Monochromatic Colors of #DCC283
Black with #DCC283
Text Example
Text Example
White with #DCC283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC283; }
p { color: rgb(220,194,131); }
H1.HeaderClassName
{
color: #DCC283;
}
.AnyTagClassName
{
color: #DCC283;
}
</style>
background-color css
<style>
a { background-color: #DCC283; }
a { background-color: rgb(220,194,131); }
div.DivClassName
{
background-color: #DCC283;
}
.BgClassName
{
background-color: #DCC283;
}
</style>
border-color css
<style>
span { border-color: #DCC283; }
span { border-color: rgb(220,194,131); }
td.TdClassName
{
border-color: #DCC283;
}
.TagClassName
{
border-color: #DCC283;
}
</style>