Shades of Zombie #DCC683
Tints of Zombie #DCC683
RGB
CMYK
RGB Variations
Color information
#DCC683 (or 0xDCC683) is known color: Zombie. HEX triplet: DC, C6 and 83. RGB value is (220,198,131). Sum of RGB (Red+Green+Blue) = 220+198+131=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC683 is #23397C. Grayscale: #C5C5C5. Windows color (decimal): -2308477 or 8636124. OLE color: 8636124.
HSL color Cylindrical-coordinate representation of color #DCC683: hue angle of 45.17º 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 #DCC683 is Cyan = 0, Magento = 0.1, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 131 | - |
| CMYK | 0 | 0.1 | 0.40 | 0.14 |
| HSL | 45.17º | 0.56% | 0.69% | - |
| HSV(B) | 45.17º | 0.4% | 0.86% | - |
| XYZ | 53.81 | 57.24 | 29.69 | - |
| YUV | 196.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 131 | 0 | 0.1 | 0.40 | 0.14 | 45.17 | 0.56 | 0.69 |
| Hex | DC | C6 | 83 | 0 | A | 28 | E | 2D | 38 | 45 |
| Octal | 334 | 306 | 203 | 0 | 12 | 50 | 16 | 55 | 70 | 105 |
| Binary | 11011100 | 11000110 | 10000011 | 0 | 1010 | 101000 | 1110 | 101101 | 111000 | 1000101 |
Color Harmonies of #DCC683
Complementary color
Monochromatic Colors of #DCC683
Black with #DCC683
Text Example
Text Example
White with #DCC683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC683; }
p { color: rgb(220,198,131); }
H1.HeaderClassName
{
color: #DCC683;
}
.AnyTagClassName
{
color: #DCC683;
}
</style>
background-color css
<style>
a { background-color: #DCC683; }
a { background-color: rgb(220,198,131); }
div.DivClassName
{
background-color: #DCC683;
}
.BgClassName
{
background-color: #DCC683;
}
</style>
border-color css
<style>
span { border-color: #DCC683; }
span { border-color: rgb(220,198,131); }
td.TdClassName
{
border-color: #DCC683;
}
.TagClassName
{
border-color: #DCC683;
}
</style>