Shades of Chocolate #DF6E17
Tints of Chocolate #DF6E17
RGB
CMYK
RGB Variations
Color information
#DF6E17 (or 0xDF6E17) is known color: Chocolate. HEX triplet: DF, 6E and 17. RGB value is (223,110,23). Sum of RGB (Red+Green+Blue) = 223+110+23=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6E17 is #2091E8. Grayscale: #868686. Windows color (decimal): -2134505 or 1535711. OLE color: 1535711.
HSL color Cylindrical-coordinate representation of color #DF6E17: hue angle of 26.1º 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 #DF6E17 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 23 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.13 |
| HSL | 26.1º | 0.81% | 0.48% | - |
| HSV(B) | 26.1º | 0.9% | 0.87% | - |
| XYZ | 36.16 | 26.9 | 4.1 | - |
| YUV | 133.87 | 65.44 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 23 | 0 | 0.51 | 0.90 | 0.13 | 26.1 | 0.81 | 0.48 |
| Hex | DF | 6E | 17 | 0 | 33 | 5A | D | 1A | 51 | 30 |
| Octal | 337 | 156 | 27 | 0 | 63 | 132 | 15 | 32 | 121 | 60 |
| Binary | 11011111 | 1101110 | 10111 | 0 | 110011 | 1011010 | 1101 | 11010 | 1010001 | 110000 |
Color Harmonies of #DF6E17
Complementary color
Monochromatic Colors of #DF6E17
Black with #DF6E17
Text Example
Text Example
White with #DF6E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E17; }
p { color: rgb(223,110,23); }
H1.HeaderClassName
{
color: #DF6E17;
}
.AnyTagClassName
{
color: #DF6E17;
}
</style>
background-color css
<style>
a { background-color: #DF6E17; }
a { background-color: rgb(223,110,23); }
div.DivClassName
{
background-color: #DF6E17;
}
.BgClassName
{
background-color: #DF6E17;
}
</style>
border-color css
<style>
span { border-color: #DF6E17; }
span { border-color: rgb(223,110,23); }
td.TdClassName
{
border-color: #DF6E17;
}
.TagClassName
{
border-color: #DF6E17;
}
</style>