Shades of Chocolate #DF6611
Tints of Chocolate #DF6611
RGB
CMYK
RGB Variations
Color information
#DF6611 (or 0xDF6611) is known color: Chocolate. HEX triplet: DF, 66 and 11. RGB value is (223,102,17). Sum of RGB (Red+Green+Blue) = 223+102+17=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6611 is #2099EE. Grayscale: #808080. Windows color (decimal): -2136559 or 1140447. OLE color: 1140447.
HSL color Cylindrical-coordinate representation of color #DF6611: hue angle of 24.76º 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 #DF6611 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.13 |
| HSL | 24.76º | 0.86% | 0.47% | - |
| HSV(B) | 24.76º | 0.92% | 0.87% | - |
| XYZ | 35.28 | 25.23 | 3.54 | - |
| YUV | 128.49 | 65.09 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 17 | 0 | 0.54 | 0.92 | 0.13 | 24.76 | 0.86 | 0.47 |
| Hex | DF | 66 | 11 | 0 | 36 | 5C | D | 19 | 56 | 2F |
| Octal | 337 | 146 | 21 | 0 | 66 | 134 | 15 | 31 | 126 | 57 |
| Binary | 11011111 | 1100110 | 10001 | 0 | 110110 | 1011100 | 1101 | 11001 | 1010110 | 101111 |
Color Harmonies of #DF6611
Complementary color
Monochromatic Colors of #DF6611
Black with #DF6611
Text Example
Text Example
White with #DF6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6611; }
p { color: rgb(223,102,17); }
H1.HeaderClassName
{
color: #DF6611;
}
.AnyTagClassName
{
color: #DF6611;
}
</style>
background-color css
<style>
a { background-color: #DF6611; }
a { background-color: rgb(223,102,17); }
div.DivClassName
{
background-color: #DF6611;
}
.BgClassName
{
background-color: #DF6611;
}
</style>
border-color css
<style>
span { border-color: #DF6611; }
span { border-color: rgb(223,102,17); }
td.TdClassName
{
border-color: #DF6611;
}
.TagClassName
{
border-color: #DF6611;
}
</style>