Shades of Chocolate #DF6311
Tints of Chocolate #DF6311
RGB
CMYK
RGB Variations
Color information
#DF6311 (or 0xDF6311) is known color: Chocolate. HEX triplet: DF, 63 and 11. RGB value is (223,99,17). Sum of RGB (Red+Green+Blue) = 223+99+17=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6311 is #209CEE. Grayscale: #7F7F7F. Windows color (decimal): -2137327 or 1139679. OLE color: 1139679.
HSL color Cylindrical-coordinate representation of color #DF6311: hue angle of 23.88º 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 #DF6311 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.13 |
| HSL | 23.88º | 0.86% | 0.47% | - |
| HSV(B) | 23.88º | 0.92% | 0.87% | - |
| XYZ | 34.99 | 24.65 | 3.44 | - |
| YUV | 126.73 | 66.08 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 17 | 0 | 0.56 | 0.92 | 0.13 | 23.88 | 0.86 | 0.47 |
| Hex | DF | 63 | 11 | 0 | 38 | 5C | D | 18 | 56 | 2F |
| Octal | 337 | 143 | 21 | 0 | 70 | 134 | 15 | 30 | 126 | 57 |
| Binary | 11011111 | 1100011 | 10001 | 0 | 111000 | 1011100 | 1101 | 11000 | 1010110 | 101111 |
Color Harmonies of #DF6311
Complementary color
Monochromatic Colors of #DF6311
Black with #DF6311
Text Example
Text Example
White with #DF6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6311; }
p { color: rgb(223,99,17); }
H1.HeaderClassName
{
color: #DF6311;
}
.AnyTagClassName
{
color: #DF6311;
}
</style>
background-color css
<style>
a { background-color: #DF6311; }
a { background-color: rgb(223,99,17); }
div.DivClassName
{
background-color: #DF6311;
}
.BgClassName
{
background-color: #DF6311;
}
</style>
border-color css
<style>
span { border-color: #DF6311; }
span { border-color: rgb(223,99,17); }
td.TdClassName
{
border-color: #DF6311;
}
.TagClassName
{
border-color: #DF6311;
}
</style>