Shades of Chocolate #DF6811
Tints of Chocolate #DF6811
RGB
CMYK
RGB Variations
Color information
#DF6811 (or 0xDF6811) is known color: Chocolate. HEX triplet: DF, 68 and 11. RGB value is (223,104,17). Sum of RGB (Red+Green+Blue) = 223+104+17=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6811 is #2097EE. Grayscale: #828282. Windows color (decimal): -2136047 or 1140959. OLE color: 1140959.
HSL color Cylindrical-coordinate representation of color #DF6811: hue angle of 25.34º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF6811 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.13 |
| HSL | 25.34º | 0.86% | 0.47% | - |
| HSV(B) | 25.34º | 0.92% | 0.87% | - |
| XYZ | 35.48 | 25.63 | 3.61 | - |
| YUV | 129.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 17 | 0 | 0.53 | 0.92 | 0.13 | 25.34 | 0.86 | 0.47 |
| Hex | DF | 68 | 11 | 0 | 35 | 5C | D | 19 | 56 | 2F |
| Octal | 337 | 150 | 21 | 0 | 65 | 134 | 15 | 31 | 126 | 57 |
| Binary | 11011111 | 1101000 | 10001 | 0 | 110101 | 1011100 | 1101 | 11001 | 1010110 | 101111 |
Color Harmonies of #DF6811
Complementary color
Monochromatic Colors of #DF6811
Black with #DF6811
Text Example
Text Example
White with #DF6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6811; }
p { color: rgb(223,104,17); }
H1.HeaderClassName
{
color: #DF6811;
}
.AnyTagClassName
{
color: #DF6811;
}
</style>
background-color css
<style>
a { background-color: #DF6811; }
a { background-color: rgb(223,104,17); }
div.DivClassName
{
background-color: #DF6811;
}
.BgClassName
{
background-color: #DF6811;
}
</style>
border-color css
<style>
span { border-color: #DF6811; }
span { border-color: rgb(223,104,17); }
td.TdClassName
{
border-color: #DF6811;
}
.TagClassName
{
border-color: #DF6811;
}
</style>