Shades of Chocolate #DF6517
Tints of Chocolate #DF6517
RGB
CMYK
RGB Variations
Color information
#DF6517 (or 0xDF6517) is known color: Chocolate. HEX triplet: DF, 65 and 17. RGB value is (223,101,23). Sum of RGB (Red+Green+Blue) = 223+101+23=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6517 is #209AE8. Grayscale: #818181. Windows color (decimal): -2136809 or 1533407. OLE color: 1533407.
HSL color Cylindrical-coordinate representation of color #DF6517: hue angle of 23.4º 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 #DF6517 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 23 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.13 |
| HSL | 23.4º | 0.81% | 0.48% | - |
| HSV(B) | 23.4º | 0.9% | 0.87% | - |
| XYZ | 35.24 | 25.06 | 3.79 | - |
| YUV | 128.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 23 | 0 | 0.55 | 0.90 | 0.13 | 23.4 | 0.81 | 0.48 |
| Hex | DF | 65 | 17 | 0 | 37 | 5A | D | 17 | 51 | 30 |
| Octal | 337 | 145 | 27 | 0 | 67 | 132 | 15 | 27 | 121 | 60 |
| Binary | 11011111 | 1100101 | 10111 | 0 | 110111 | 1011010 | 1101 | 10111 | 1010001 | 110000 |
Color Harmonies of #DF6517
Complementary color
Monochromatic Colors of #DF6517
Black with #DF6517
Text Example
Text Example
White with #DF6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6517; }
p { color: rgb(223,101,23); }
H1.HeaderClassName
{
color: #DF6517;
}
.AnyTagClassName
{
color: #DF6517;
}
</style>
background-color css
<style>
a { background-color: #DF6517; }
a { background-color: rgb(223,101,23); }
div.DivClassName
{
background-color: #DF6517;
}
.BgClassName
{
background-color: #DF6517;
}
</style>
border-color css
<style>
span { border-color: #DF6517; }
span { border-color: rgb(223,101,23); }
td.TdClassName
{
border-color: #DF6517;
}
.TagClassName
{
border-color: #DF6517;
}
</style>