Shades of Chocolate #DF6410
Tints of Chocolate #DF6410
RGB
CMYK
RGB Variations
Color information
#DF6410 (or 0xDF6410) is known color: Chocolate. HEX triplet: DF, 64 and 10. RGB value is (223,100,16). Sum of RGB (Red+Green+Blue) = 223+100+16=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6410 is #209BEF. Grayscale: #7F7F7F. Windows color (decimal): -2137072 or 1074399. OLE color: 1074399.
HSL color Cylindrical-coordinate representation of color #DF6410: hue angle of 24.35º 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 #DF6410 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.13 |
| HSL | 24.35º | 0.87% | 0.47% | - |
| HSV(B) | 24.35º | 0.93% | 0.87% | - |
| XYZ | 35.08 | 24.84 | 3.44 | - |
| YUV | 127.2 | 65.25 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 16 | 0 | 0.55 | 0.93 | 0.13 | 24.35 | 0.87 | 0.47 |
| Hex | DF | 64 | 10 | 0 | 37 | 5D | D | 18 | 57 | 2F |
| Octal | 337 | 144 | 20 | 0 | 67 | 135 | 15 | 30 | 127 | 57 |
| Binary | 11011111 | 1100100 | 10000 | 0 | 110111 | 1011101 | 1101 | 11000 | 1010111 | 101111 |
Color Harmonies of #DF6410
Complementary color
Monochromatic Colors of #DF6410
Black with #DF6410
Text Example
Text Example
White with #DF6410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6410; }
p { color: rgb(223,100,16); }
H1.HeaderClassName
{
color: #DF6410;
}
.AnyTagClassName
{
color: #DF6410;
}
</style>
background-color css
<style>
a { background-color: #DF6410; }
a { background-color: rgb(223,100,16); }
div.DivClassName
{
background-color: #DF6410;
}
.BgClassName
{
background-color: #DF6410;
}
</style>
border-color css
<style>
span { border-color: #DF6410; }
span { border-color: rgb(223,100,16); }
td.TdClassName
{
border-color: #DF6410;
}
.TagClassName
{
border-color: #DF6410;
}
</style>