Shades of Zombie #DFC483
Tints of Zombie #DFC483
RGB
CMYK
RGB Variations
Color information
#DFC483 (or 0xDFC483) is known color: Zombie. HEX triplet: DF, C4 and 83. RGB value is (223,196,131). Sum of RGB (Red+Green+Blue) = 223+196+131=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC483 is #203B7C. Grayscale: #C4C4C4. Windows color (decimal): -2112381 or 8635615. OLE color: 8635615.
HSL color Cylindrical-coordinate representation of color #DFC483: hue angle of 42.39º 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 #DFC483 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 131 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.13 |
| HSL | 42.39º | 0.59% | 0.69% | - |
| HSV(B) | 42.39º | 0.41% | 0.87% | - |
| XYZ | 54.27 | 56.81 | 29.58 | - |
| YUV | 196.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 131 | 0 | 0.12 | 0.41 | 0.13 | 42.39 | 0.59 | 0.69 |
| Hex | DF | C4 | 83 | 0 | C | 29 | D | 2A | 3B | 45 |
| Octal | 337 | 304 | 203 | 0 | 14 | 51 | 15 | 52 | 73 | 105 |
| Binary | 11011111 | 11000100 | 10000011 | 0 | 1100 | 101001 | 1101 | 101010 | 111011 | 1000101 |
Color Harmonies of #DFC483
Complementary color
Monochromatic Colors of #DFC483
Black with #DFC483
Text Example
Text Example
White with #DFC483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC483; }
p { color: rgb(223,196,131); }
H1.HeaderClassName
{
color: #DFC483;
}
.AnyTagClassName
{
color: #DFC483;
}
</style>
background-color css
<style>
a { background-color: #DFC483; }
a { background-color: rgb(223,196,131); }
div.DivClassName
{
background-color: #DFC483;
}
.BgClassName
{
background-color: #DFC483;
}
</style>
border-color css
<style>
span { border-color: #DFC483; }
span { border-color: rgb(223,196,131); }
td.TdClassName
{
border-color: #DFC483;
}
.TagClassName
{
border-color: #DFC483;
}
</style>