Shades of Chocolate #DF641E
Tints of Chocolate #DF641E
RGB
CMYK
RGB Variations
Color information
#DF641E (or 0xDF641E) is known color: Chocolate. HEX triplet: DF, 64 and 1E. RGB value is (223,100,30). Sum of RGB (Red+Green+Blue) = 223+100+30=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF641E is #209BE1. Grayscale: #818181. Windows color (decimal): -2137058 or 1991903. OLE color: 1991903.
HSL color Cylindrical-coordinate representation of color #DF641E: hue angle of 21.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF641E is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 30 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.13 |
| HSL | 21.76º | 0.76% | 0.5% | - |
| HSV(B) | 21.76º | 0.87% | 0.87% | - |
| XYZ | 35.22 | 24.9 | 4.18 | - |
| YUV | 128.8 | 72.25 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 30 | 0 | 0.55 | 0.87 | 0.13 | 21.76 | 0.76 | 0.5 |
| Hex | DF | 64 | 1E | 0 | 37 | 57 | D | 16 | 4C | 32 |
| Octal | 337 | 144 | 36 | 0 | 67 | 127 | 15 | 26 | 114 | 62 |
| Binary | 11011111 | 1100100 | 11110 | 0 | 110111 | 1010111 | 1101 | 10110 | 1001100 | 110010 |
Color Harmonies of #DF641E
Complementary color
Monochromatic Colors of #DF641E
Black with #DF641E
Text Example
Text Example
White with #DF641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF641E; }
p { color: rgb(223,100,30); }
H1.HeaderClassName
{
color: #DF641E;
}
.AnyTagClassName
{
color: #DF641E;
}
</style>
background-color css
<style>
a { background-color: #DF641E; }
a { background-color: rgb(223,100,30); }
div.DivClassName
{
background-color: #DF641E;
}
.BgClassName
{
background-color: #DF641E;
}
</style>
border-color css
<style>
span { border-color: #DF641E; }
span { border-color: rgb(223,100,30); }
td.TdClassName
{
border-color: #DF641E;
}
.TagClassName
{
border-color: #DF641E;
}
</style>