Shades of Zombie #DFC583
Tints of Zombie #DFC583
RGB
CMYK
RGB Variations
Color information
#DFC583 (or 0xDFC583) is known color: Zombie. HEX triplet: DF, C5 and 83. RGB value is (223,197,131). Sum of RGB (Red+Green+Blue) = 223+197+131=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC583 is #203A7C. Grayscale: #C5C5C5. Windows color (decimal): -2112125 or 8635871. OLE color: 8635871.
HSL color Cylindrical-coordinate representation of color #DFC583: hue angle of 43.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFC583 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 131 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.13 |
| HSL | 43.04º | 0.59% | 0.69% | - |
| HSV(B) | 43.04º | 0.41% | 0.87% | - |
| XYZ | 54.49 | 57.26 | 29.65 | - |
| YUV | 197.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 131 | 0 | 0.12 | 0.41 | 0.13 | 43.04 | 0.59 | 0.69 |
| Hex | DF | C5 | 83 | 0 | C | 29 | D | 2B | 3B | 45 |
| Octal | 337 | 305 | 203 | 0 | 14 | 51 | 15 | 53 | 73 | 105 |
| Binary | 11011111 | 11000101 | 10000011 | 0 | 1100 | 101001 | 1101 | 101011 | 111011 | 1000101 |
Color Harmonies of #DFC583
Complementary color
Monochromatic Colors of #DFC583
Black with #DFC583
Text Example
Text Example
White with #DFC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC583; }
p { color: rgb(223,197,131); }
H1.HeaderClassName
{
color: #DFC583;
}
.AnyTagClassName
{
color: #DFC583;
}
</style>
background-color css
<style>
a { background-color: #DFC583; }
a { background-color: rgb(223,197,131); }
div.DivClassName
{
background-color: #DFC583;
}
.BgClassName
{
background-color: #DFC583;
}
</style>
border-color css
<style>
span { border-color: #DFC583; }
span { border-color: rgb(223,197,131); }
td.TdClassName
{
border-color: #DFC583;
}
.TagClassName
{
border-color: #DFC583;
}
</style>