Shades of Chocolate #DF6711
Tints of Chocolate #DF6711
RGB
CMYK
RGB Variations
Color information
#DF6711 (or 0xDF6711) is known color: Chocolate. HEX triplet: DF, 67 and 11. RGB value is (223,103,17). Sum of RGB (Red+Green+Blue) = 223+103+17=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6711 is #2098EE. Grayscale: #818181. Windows color (decimal): -2136303 or 1140703. OLE color: 1140703.
HSL color Cylindrical-coordinate representation of color #DF6711: hue angle of 25.05º 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 #DF6711 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.13 |
| HSL | 25.05º | 0.86% | 0.47% | - |
| HSV(B) | 25.05º | 0.92% | 0.87% | - |
| XYZ | 35.38 | 25.43 | 3.57 | - |
| YUV | 129.08 | 64.76 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 17 | 0 | 0.54 | 0.92 | 0.13 | 25.05 | 0.86 | 0.47 |
| Hex | DF | 67 | 11 | 0 | 36 | 5C | D | 19 | 56 | 2F |
| Octal | 337 | 147 | 21 | 0 | 66 | 134 | 15 | 31 | 126 | 57 |
| Binary | 11011111 | 1100111 | 10001 | 0 | 110110 | 1011100 | 1101 | 11001 | 1010110 | 101111 |
Color Harmonies of #DF6711
Complementary color
Monochromatic Colors of #DF6711
Black with #DF6711
Text Example
Text Example
White with #DF6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6711; }
p { color: rgb(223,103,17); }
H1.HeaderClassName
{
color: #DF6711;
}
.AnyTagClassName
{
color: #DF6711;
}
</style>
background-color css
<style>
a { background-color: #DF6711; }
a { background-color: rgb(223,103,17); }
div.DivClassName
{
background-color: #DF6711;
}
.BgClassName
{
background-color: #DF6711;
}
</style>
border-color css
<style>
span { border-color: #DF6711; }
span { border-color: rgb(223,103,17); }
td.TdClassName
{
border-color: #DF6711;
}
.TagClassName
{
border-color: #DF6711;
}
</style>