Shades of Chocolate #DF6D11
Tints of Chocolate #DF6D11
RGB
CMYK
RGB Variations
Color information
#DF6D11 (or 0xDF6D11) is known color: Chocolate. HEX triplet: DF, 6D and 11. RGB value is (223,109,17). Sum of RGB (Red+Green+Blue) = 223+109+17=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6D11 is #2092EE. Grayscale: #858585. Windows color (decimal): -2134767 or 1142239. OLE color: 1142239.
HSL color Cylindrical-coordinate representation of color #DF6D11: hue angle of 26.8º 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 #DF6D11 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.13 |
| HSL | 26.8º | 0.86% | 0.47% | - |
| HSV(B) | 26.8º | 0.92% | 0.87% | - |
| XYZ | 36 | 26.67 | 3.78 | - |
| YUV | 132.6 | 62.77 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 17 | 0 | 0.51 | 0.92 | 0.13 | 26.8 | 0.86 | 0.47 |
| Hex | DF | 6D | 11 | 0 | 33 | 5C | D | 1B | 56 | 2F |
| Octal | 337 | 155 | 21 | 0 | 63 | 134 | 15 | 33 | 126 | 57 |
| Binary | 11011111 | 1101101 | 10001 | 0 | 110011 | 1011100 | 1101 | 11011 | 1010110 | 101111 |
Color Harmonies of #DF6D11
Complementary color
Monochromatic Colors of #DF6D11
Black with #DF6D11
Text Example
Text Example
White with #DF6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D11; }
p { color: rgb(223,109,17); }
H1.HeaderClassName
{
color: #DF6D11;
}
.AnyTagClassName
{
color: #DF6D11;
}
</style>
background-color css
<style>
a { background-color: #DF6D11; }
a { background-color: rgb(223,109,17); }
div.DivClassName
{
background-color: #DF6D11;
}
.BgClassName
{
background-color: #DF6D11;
}
</style>
border-color css
<style>
span { border-color: #DF6D11; }
span { border-color: rgb(223,109,17); }
td.TdClassName
{
border-color: #DF6D11;
}
.TagClassName
{
border-color: #DF6D11;
}
</style>