Shades of Chocolate #DF6511
Tints of Chocolate #DF6511
RGB
CMYK
RGB Variations
Color information
#DF6511 (or 0xDF6511) is known color: Chocolate. HEX triplet: DF, 65 and 11. RGB value is (223,101,17). Sum of RGB (Red+Green+Blue) = 223+101+17=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6511 is #209AEE. Grayscale: #808080. Windows color (decimal): -2136815 or 1140191. OLE color: 1140191.
HSL color Cylindrical-coordinate representation of color #DF6511: hue angle of 24.47º 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 #DF6511 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.13 |
| HSL | 24.47º | 0.86% | 0.47% | - |
| HSV(B) | 24.47º | 0.92% | 0.87% | - |
| XYZ | 35.19 | 25.04 | 3.51 | - |
| YUV | 127.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 17 | 0 | 0.55 | 0.92 | 0.13 | 24.47 | 0.86 | 0.47 |
| Hex | DF | 65 | 11 | 0 | 37 | 5C | D | 18 | 56 | 2F |
| Octal | 337 | 145 | 21 | 0 | 67 | 134 | 15 | 30 | 126 | 57 |
| Binary | 11011111 | 1100101 | 10001 | 0 | 110111 | 1011100 | 1101 | 11000 | 1010110 | 101111 |
Color Harmonies of #DF6511
Complementary color
Monochromatic Colors of #DF6511
Black with #DF6511
Text Example
Text Example
White with #DF6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6511; }
p { color: rgb(223,101,17); }
H1.HeaderClassName
{
color: #DF6511;
}
.AnyTagClassName
{
color: #DF6511;
}
</style>
background-color css
<style>
a { background-color: #DF6511; }
a { background-color: rgb(223,101,17); }
div.DivClassName
{
background-color: #DF6511;
}
.BgClassName
{
background-color: #DF6511;
}
</style>
border-color css
<style>
span { border-color: #DF6511; }
span { border-color: rgb(223,101,17); }
td.TdClassName
{
border-color: #DF6511;
}
.TagClassName
{
border-color: #DF6511;
}
</style>