Shades of Chocolate #DF5C17
Tints of Chocolate #DF5C17
RGB
CMYK
RGB Variations
Color information
#DF5C17 (or 0xDF5C17) is known color: Chocolate. HEX triplet: DF, 5C and 17. RGB value is (223,92,23). Sum of RGB (Red+Green+Blue) = 223+92+23=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C17 is #20A3E8. Grayscale: #7B7B7B. Windows color (decimal): -2139113 or 1531103. OLE color: 1531103.
HSL color Cylindrical-coordinate representation of color #DF5C17: hue angle of 20.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF5C17 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 23 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.13 |
| HSL | 20.7º | 0.81% | 0.48% | - |
| HSV(B) | 20.7º | 0.9% | 0.87% | - |
| XYZ | 34.41 | 23.4 | 3.51 | - |
| YUV | 123.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 23 | 0 | 0.59 | 0.90 | 0.13 | 20.7 | 0.81 | 0.48 |
| Hex | DF | 5C | 17 | 0 | 3B | 5A | D | 15 | 51 | 30 |
| Octal | 337 | 134 | 27 | 0 | 73 | 132 | 15 | 25 | 121 | 60 |
| Binary | 11011111 | 1011100 | 10111 | 0 | 111011 | 1011010 | 1101 | 10101 | 1010001 | 110000 |
Color Harmonies of #DF5C17
Complementary color
Monochromatic Colors of #DF5C17
Black with #DF5C17
Text Example
Text Example
White with #DF5C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C17; }
p { color: rgb(223,92,23); }
H1.HeaderClassName
{
color: #DF5C17;
}
.AnyTagClassName
{
color: #DF5C17;
}
</style>
background-color css
<style>
a { background-color: #DF5C17; }
a { background-color: rgb(223,92,23); }
div.DivClassName
{
background-color: #DF5C17;
}
.BgClassName
{
background-color: #DF5C17;
}
</style>
border-color css
<style>
span { border-color: #DF5C17; }
span { border-color: rgb(223,92,23); }
td.TdClassName
{
border-color: #DF5C17;
}
.TagClassName
{
border-color: #DF5C17;
}
</style>