Shades of Chocolate #DF5821
Tints of Chocolate #DF5821
RGB
CMYK
RGB Variations
Color information
#DF5821 (or 0xDF5821) is known color: Chocolate. HEX triplet: DF, 58 and 21. RGB value is (223,88,33). Sum of RGB (Red+Green+Blue) = 223+88+33=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5821 is #20A7DE. Grayscale: #7A7A7A. Windows color (decimal): -2140127 or 2185439. OLE color: 2185439.
HSL color Cylindrical-coordinate representation of color #DF5821: hue angle of 17.37º 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 #DF5821 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 33 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.13 |
| HSL | 17.37º | 0.75% | 0.5% | - |
| HSV(B) | 17.37º | 0.85% | 0.87% | - |
| XYZ | 34.2 | 22.78 | 4.03 | - |
| YUV | 122.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 33 | 0 | 0.61 | 0.85 | 0.13 | 17.37 | 0.75 | 0.5 |
| Hex | DF | 58 | 21 | 0 | 3D | 55 | D | 11 | 4B | 32 |
| Octal | 337 | 130 | 41 | 0 | 75 | 125 | 15 | 21 | 113 | 62 |
| Binary | 11011111 | 1011000 | 100001 | 0 | 111101 | 1010101 | 1101 | 10001 | 1001011 | 110010 |
Color Harmonies of #DF5821
Complementary color
Monochromatic Colors of #DF5821
Black with #DF5821
Text Example
Text Example
White with #DF5821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5821; }
p { color: rgb(223,88,33); }
H1.HeaderClassName
{
color: #DF5821;
}
.AnyTagClassName
{
color: #DF5821;
}
</style>
background-color css
<style>
a { background-color: #DF5821; }
a { background-color: rgb(223,88,33); }
div.DivClassName
{
background-color: #DF5821;
}
.BgClassName
{
background-color: #DF5821;
}
</style>
border-color css
<style>
span { border-color: #DF5821; }
span { border-color: rgb(223,88,33); }
td.TdClassName
{
border-color: #DF5821;
}
.TagClassName
{
border-color: #DF5821;
}
</style>