Shades of Chocolate #DF6717
Tints of Chocolate #DF6717
RGB
CMYK
RGB Variations
Color information
#DF6717 (or 0xDF6717) is known color: Chocolate. HEX triplet: DF, 67 and 17. RGB value is (223,103,23). Sum of RGB (Red+Green+Blue) = 223+103+23=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6717 is #2098E8. Grayscale: #828282. Windows color (decimal): -2136297 or 1533919. OLE color: 1533919.
HSL color Cylindrical-coordinate representation of color #DF6717: hue angle of 24º 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 #DF6717 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 23 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.13 |
| HSL | 24º | 0.81% | 0.48% | - |
| HSV(B) | 24º | 0.9% | 0.87% | - |
| XYZ | 35.44 | 25.45 | 3.86 | - |
| YUV | 129.76 | 67.76 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 23 | 0 | 0.54 | 0.90 | 0.13 | 24 | 0.81 | 0.48 |
| Hex | DF | 67 | 17 | 0 | 36 | 5A | D | 18 | 51 | 30 |
| Octal | 337 | 147 | 27 | 0 | 66 | 132 | 15 | 30 | 121 | 60 |
| Binary | 11011111 | 1100111 | 10111 | 0 | 110110 | 1011010 | 1101 | 11000 | 1010001 | 110000 |
Color Harmonies of #DF6717
Complementary color
Monochromatic Colors of #DF6717
Black with #DF6717
Text Example
Text Example
White with #DF6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6717; }
p { color: rgb(223,103,23); }
H1.HeaderClassName
{
color: #DF6717;
}
.AnyTagClassName
{
color: #DF6717;
}
</style>
background-color css
<style>
a { background-color: #DF6717; }
a { background-color: rgb(223,103,23); }
div.DivClassName
{
background-color: #DF6717;
}
.BgClassName
{
background-color: #DF6717;
}
</style>
border-color css
<style>
span { border-color: #DF6717; }
span { border-color: rgb(223,103,23); }
td.TdClassName
{
border-color: #DF6717;
}
.TagClassName
{
border-color: #DF6717;
}
</style>