Shades of Chocolate #DF640E
Tints of Chocolate #DF640E
RGB
CMYK
RGB Variations
Color information
#DF640E (or 0xDF640E) is known color: Chocolate. HEX triplet: DF, 64 and 0E. RGB value is (223,100,14). Sum of RGB (Red+Green+Blue) = 223+100+14=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF640E is #209BF1. Grayscale: #7F7F7F. Windows color (decimal): -2137074 or 943327. OLE color: 943327.
HSL color Cylindrical-coordinate representation of color #DF640E: hue angle of 24.69º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF640E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.13 |
| HSL | 24.69º | 0.88% | 0.46% | - |
| HSV(B) | 24.69º | 0.94% | 0.87% | - |
| XYZ | 35.07 | 24.83 | 3.36 | - |
| YUV | 126.97 | 64.25 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 14 | 0 | 0.55 | 0.94 | 0.13 | 24.69 | 0.88 | 0.46 |
| Hex | DF | 64 | E | 0 | 37 | 5E | D | 19 | 58 | 2E |
| Octal | 337 | 144 | 16 | 0 | 67 | 136 | 15 | 31 | 130 | 56 |
| Binary | 11011111 | 1100100 | 1110 | 0 | 110111 | 1011110 | 1101 | 11001 | 1011000 | 101110 |
Color Harmonies of #DF640E
Complementary color
Monochromatic Colors of #DF640E
Black with #DF640E
Text Example
Text Example
White with #DF640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF640E; }
p { color: rgb(223,100,14); }
H1.HeaderClassName
{
color: #DF640E;
}
.AnyTagClassName
{
color: #DF640E;
}
</style>
background-color css
<style>
a { background-color: #DF640E; }
a { background-color: rgb(223,100,14); }
div.DivClassName
{
background-color: #DF640E;
}
.BgClassName
{
background-color: #DF640E;
}
</style>
border-color css
<style>
span { border-color: #DF640E; }
span { border-color: rgb(223,100,14); }
td.TdClassName
{
border-color: #DF640E;
}
.TagClassName
{
border-color: #DF640E;
}
</style>