Shades of Chocolate #DF5C21
Tints of Chocolate #DF5C21
RGB
CMYK
RGB Variations
Color information
#DF5C21 (or 0xDF5C21) is known color: Chocolate. HEX triplet: DF, 5C and 21. RGB value is (223,92,33). Sum of RGB (Red+Green+Blue) = 223+92+33=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C21 is #20A3DE. Grayscale: #7C7C7C. Windows color (decimal): -2139103 or 2186463. OLE color: 2186463.
HSL color Cylindrical-coordinate representation of color #DF5C21: hue angle of 18.63º 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 #DF5C21 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 33 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.13 |
| HSL | 18.63º | 0.75% | 0.5% | - |
| HSV(B) | 18.63º | 0.85% | 0.87% | - |
| XYZ | 34.53 | 23.45 | 4.15 | - |
| YUV | 124.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 33 | 0 | 0.59 | 0.85 | 0.13 | 18.63 | 0.75 | 0.5 |
| Hex | DF | 5C | 21 | 0 | 3B | 55 | D | 13 | 4B | 32 |
| Octal | 337 | 134 | 41 | 0 | 73 | 125 | 15 | 23 | 113 | 62 |
| Binary | 11011111 | 1011100 | 100001 | 0 | 111011 | 1010101 | 1101 | 10011 | 1001011 | 110010 |
Color Harmonies of #DF5C21
Complementary color
Monochromatic Colors of #DF5C21
Black with #DF5C21
Text Example
Text Example
White with #DF5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C21; }
p { color: rgb(223,92,33); }
H1.HeaderClassName
{
color: #DF5C21;
}
.AnyTagClassName
{
color: #DF5C21;
}
</style>
background-color css
<style>
a { background-color: #DF5C21; }
a { background-color: rgb(223,92,33); }
div.DivClassName
{
background-color: #DF5C21;
}
.BgClassName
{
background-color: #DF5C21;
}
</style>
border-color css
<style>
span { border-color: #DF5C21; }
span { border-color: rgb(223,92,33); }
td.TdClassName
{
border-color: #DF5C21;
}
.TagClassName
{
border-color: #DF5C21;
}
</style>