Shades of Chocolate #DF7617
Tints of Chocolate #DF7617
RGB
CMYK
RGB Variations
Color information
#DF7617 (or 0xDF7617) is known color: Chocolate. HEX triplet: DF, 76 and 17. RGB value is (223,118,23). Sum of RGB (Red+Green+Blue) = 223+118+23=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7617 is #2089E8. Grayscale: #8B8B8B. Windows color (decimal): -2132457 or 1537759. OLE color: 1537759.
HSL color Cylindrical-coordinate representation of color #DF7617: hue angle of 28.5º 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 #DF7617 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 23 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.13 |
| HSL | 28.5º | 0.81% | 0.48% | - |
| HSV(B) | 28.5º | 0.9% | 0.87% | - |
| XYZ | 37.06 | 28.71 | 4.4 | - |
| YUV | 138.57 | 62.79 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 23 | 0 | 0.47 | 0.90 | 0.13 | 28.5 | 0.81 | 0.48 |
| Hex | DF | 76 | 17 | 0 | 2F | 5A | D | 1C | 51 | 30 |
| Octal | 337 | 166 | 27 | 0 | 57 | 132 | 15 | 34 | 121 | 60 |
| Binary | 11011111 | 1110110 | 10111 | 0 | 101111 | 1011010 | 1101 | 11100 | 1010001 | 110000 |
Color Harmonies of #DF7617
Complementary color
Monochromatic Colors of #DF7617
Black with #DF7617
Text Example
Text Example
White with #DF7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7617; }
p { color: rgb(223,118,23); }
H1.HeaderClassName
{
color: #DF7617;
}
.AnyTagClassName
{
color: #DF7617;
}
</style>
background-color css
<style>
a { background-color: #DF7617; }
a { background-color: rgb(223,118,23); }
div.DivClassName
{
background-color: #DF7617;
}
.BgClassName
{
background-color: #DF7617;
}
</style>
border-color css
<style>
span { border-color: #DF7617; }
span { border-color: rgb(223,118,23); }
td.TdClassName
{
border-color: #DF7617;
}
.TagClassName
{
border-color: #DF7617;
}
</style>