Shades of Chocolate #DF6810
Tints of Chocolate #DF6810
RGB
CMYK
RGB Variations
Color information
#DF6810 (or 0xDF6810) is known color: Chocolate. HEX triplet: DF, 68 and 10. RGB value is (223,104,16). Sum of RGB (Red+Green+Blue) = 223+104+16=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6810 is #2097EF. Grayscale: #828282. Windows color (decimal): -2136048 or 1075423. OLE color: 1075423.
HSL color Cylindrical-coordinate representation of color #DF6810: hue angle of 25.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF6810 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.13 |
| HSL | 25.51º | 0.87% | 0.47% | - |
| HSV(B) | 25.51º | 0.93% | 0.87% | - |
| XYZ | 35.48 | 25.63 | 3.57 | - |
| YUV | 129.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 16 | 0 | 0.53 | 0.93 | 0.13 | 25.51 | 0.87 | 0.47 |
| Hex | DF | 68 | 10 | 0 | 35 | 5D | D | 1A | 57 | 2F |
| Octal | 337 | 150 | 20 | 0 | 65 | 135 | 15 | 32 | 127 | 57 |
| Binary | 11011111 | 1101000 | 10000 | 0 | 110101 | 1011101 | 1101 | 11010 | 1010111 | 101111 |
Color Harmonies of #DF6810
Complementary color
Monochromatic Colors of #DF6810
Black with #DF6810
Text Example
Text Example
White with #DF6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6810; }
p { color: rgb(223,104,16); }
H1.HeaderClassName
{
color: #DF6810;
}
.AnyTagClassName
{
color: #DF6810;
}
</style>
background-color css
<style>
a { background-color: #DF6810; }
a { background-color: rgb(223,104,16); }
div.DivClassName
{
background-color: #DF6810;
}
.BgClassName
{
background-color: #DF6810;
}
</style>
border-color css
<style>
span { border-color: #DF6810; }
span { border-color: rgb(223,104,16); }
td.TdClassName
{
border-color: #DF6810;
}
.TagClassName
{
border-color: #DF6810;
}
</style>