Shades of Zombie #DFC682
Tints of Zombie #DFC682
RGB
CMYK
RGB Variations
Color information
#DFC682 (or 0xDFC682) is known color: Zombie. HEX triplet: DF, C6 and 82. RGB value is (223,198,130). Sum of RGB (Red+Green+Blue) = 223+198+130=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC682 is #20397D. Grayscale: #C6C6C6. Windows color (decimal): -2111870 or 8570591. OLE color: 8570591.
HSL color Cylindrical-coordinate representation of color #DFC682: hue angle of 43.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFC682 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 130 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.13 |
| HSL | 43.87º | 0.59% | 0.69% | - |
| HSV(B) | 43.87º | 0.42% | 0.87% | - |
| XYZ | 54.65 | 57.69 | 29.37 | - |
| YUV | 197.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 130 | 0 | 0.11 | 0.42 | 0.13 | 43.87 | 0.59 | 0.69 |
| Hex | DF | C6 | 82 | 0 | B | 2A | D | 2C | 3B | 45 |
| Octal | 337 | 306 | 202 | 0 | 13 | 52 | 15 | 54 | 73 | 105 |
| Binary | 11011111 | 11000110 | 10000010 | 0 | 1011 | 101010 | 1101 | 101100 | 111011 | 1000101 |
Color Harmonies of #DFC682
Complementary color
Monochromatic Colors of #DFC682
Black with #DFC682
Text Example
Text Example
White with #DFC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC682; }
p { color: rgb(223,198,130); }
H1.HeaderClassName
{
color: #DFC682;
}
.AnyTagClassName
{
color: #DFC682;
}
</style>
background-color css
<style>
a { background-color: #DFC682; }
a { background-color: rgb(223,198,130); }
div.DivClassName
{
background-color: #DFC682;
}
.BgClassName
{
background-color: #DFC682;
}
</style>
border-color css
<style>
span { border-color: #DFC682; }
span { border-color: rgb(223,198,130); }
td.TdClassName
{
border-color: #DFC682;
}
.TagClassName
{
border-color: #DFC682;
}
</style>