Shades of Chocolate #DF5922
Tints of Chocolate #DF5922
RGB
CMYK
RGB Variations
Color information
#DF5922 (or 0xDF5922) is known color: Chocolate. HEX triplet: DF, 59 and 22. RGB value is (223,89,34). Sum of RGB (Red+Green+Blue) = 223+89+34=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5922 is #20A6DD. Grayscale: #7B7B7B. Windows color (decimal): -2139870 or 2251231. OLE color: 2251231.
HSL color Cylindrical-coordinate representation of color #DF5922: hue angle of 17.46º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF5922 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 34 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.13 |
| HSL | 17.46º | 0.75% | 0.5% | - |
| HSV(B) | 17.46º | 0.85% | 0.87% | - |
| XYZ | 34.29 | 22.95 | 4.14 | - |
| YUV | 122.8 | 77.89 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 34 | 0 | 0.60 | 0.85 | 0.13 | 17.46 | 0.75 | 0.5 |
| Hex | DF | 59 | 22 | 0 | 3C | 55 | D | 11 | 4B | 32 |
| Octal | 337 | 131 | 42 | 0 | 74 | 125 | 15 | 21 | 113 | 62 |
| Binary | 11011111 | 1011001 | 100010 | 0 | 111100 | 1010101 | 1101 | 10001 | 1001011 | 110010 |
Color Harmonies of #DF5922
Complementary color
Monochromatic Colors of #DF5922
Black with #DF5922
Text Example
Text Example
White with #DF5922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5922; }
p { color: rgb(223,89,34); }
H1.HeaderClassName
{
color: #DF5922;
}
.AnyTagClassName
{
color: #DF5922;
}
</style>
background-color css
<style>
a { background-color: #DF5922; }
a { background-color: rgb(223,89,34); }
div.DivClassName
{
background-color: #DF5922;
}
.BgClassName
{
background-color: #DF5922;
}
</style>
border-color css
<style>
span { border-color: #DF5922; }
span { border-color: rgb(223,89,34); }
td.TdClassName
{
border-color: #DF5922;
}
.TagClassName
{
border-color: #DF5922;
}
</style>