Shades of Chocolate #DF6414
Tints of Chocolate #DF6414
RGB
CMYK
RGB Variations
Color information
#DF6414 (or 0xDF6414) is known color: Chocolate. HEX triplet: DF, 64 and 14. RGB value is (223,100,20). Sum of RGB (Red+Green+Blue) = 223+100+20=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6414 is #209BEB. Grayscale: #808080. Windows color (decimal): -2137068 or 1336543. OLE color: 1336543.
HSL color Cylindrical-coordinate representation of color #DF6414: hue angle of 23.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF6414 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.13 |
| HSL | 23.65º | 0.84% | 0.48% | - |
| HSV(B) | 23.65º | 0.91% | 0.87% | - |
| XYZ | 35.11 | 24.85 | 3.61 | - |
| YUV | 127.66 | 67.25 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 20 | 0 | 0.55 | 0.91 | 0.13 | 23.65 | 0.84 | 0.48 |
| Hex | DF | 64 | 14 | 0 | 37 | 5B | D | 18 | 54 | 30 |
| Octal | 337 | 144 | 24 | 0 | 67 | 133 | 15 | 30 | 124 | 60 |
| Binary | 11011111 | 1100100 | 10100 | 0 | 110111 | 1011011 | 1101 | 11000 | 1010100 | 110000 |
Color Harmonies of #DF6414
Complementary color
Monochromatic Colors of #DF6414
Black with #DF6414
Text Example
Text Example
White with #DF6414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6414; }
p { color: rgb(223,100,20); }
H1.HeaderClassName
{
color: #DF6414;
}
.AnyTagClassName
{
color: #DF6414;
}
</style>
background-color css
<style>
a { background-color: #DF6414; }
a { background-color: rgb(223,100,20); }
div.DivClassName
{
background-color: #DF6414;
}
.BgClassName
{
background-color: #DF6414;
}
</style>
border-color css
<style>
span { border-color: #DF6414; }
span { border-color: rgb(223,100,20); }
td.TdClassName
{
border-color: #DF6414;
}
.TagClassName
{
border-color: #DF6414;
}
</style>