Shades of Chocolate #DF6911
Tints of Chocolate #DF6911
RGB
CMYK
RGB Variations
Color information
#DF6911 (or 0xDF6911) is known color: Chocolate. HEX triplet: DF, 69 and 11. RGB value is (223,105,17). Sum of RGB (Red+Green+Blue) = 223+105+17=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6911 is #2096EE. Grayscale: #828282. Windows color (decimal): -2135791 or 1141215. OLE color: 1141215.
HSL color Cylindrical-coordinate representation of color #DF6911: hue angle of 25.63º 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 #DF6911 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.13 |
| HSL | 25.63º | 0.86% | 0.47% | - |
| HSV(B) | 25.63º | 0.92% | 0.87% | - |
| XYZ | 35.58 | 25.83 | 3.64 | - |
| YUV | 130.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 17 | 0 | 0.53 | 0.92 | 0.13 | 25.63 | 0.86 | 0.47 |
| Hex | DF | 69 | 11 | 0 | 35 | 5C | D | 1A | 56 | 2F |
| Octal | 337 | 151 | 21 | 0 | 65 | 134 | 15 | 32 | 126 | 57 |
| Binary | 11011111 | 1101001 | 10001 | 0 | 110101 | 1011100 | 1101 | 11010 | 1010110 | 101111 |
Color Harmonies of #DF6911
Complementary color
Monochromatic Colors of #DF6911
Black with #DF6911
Text Example
Text Example
White with #DF6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6911; }
p { color: rgb(223,105,17); }
H1.HeaderClassName
{
color: #DF6911;
}
.AnyTagClassName
{
color: #DF6911;
}
</style>
background-color css
<style>
a { background-color: #DF6911; }
a { background-color: rgb(223,105,17); }
div.DivClassName
{
background-color: #DF6911;
}
.BgClassName
{
background-color: #DF6911;
}
</style>
border-color css
<style>
span { border-color: #DF6911; }
span { border-color: rgb(223,105,17); }
td.TdClassName
{
border-color: #DF6911;
}
.TagClassName
{
border-color: #DF6911;
}
</style>