Shades of Chocolate #DF611E
Tints of Chocolate #DF611E
RGB
CMYK
RGB Variations
Color information
#DF611E (or 0xDF611E) is known color: Chocolate. HEX triplet: DF, 61 and 1E. RGB value is (223,97,30). Sum of RGB (Red+Green+Blue) = 223+97+30=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF611E is #209EE1. Grayscale: #7F7F7F. Windows color (decimal): -2137826 or 1991135. OLE color: 1991135.
HSL color Cylindrical-coordinate representation of color #DF611E: hue angle of 20.83º 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 #DF611E is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 30 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.13 |
| HSL | 20.83º | 0.76% | 0.5% | - |
| HSV(B) | 20.83º | 0.87% | 0.87% | - |
| XYZ | 34.94 | 24.33 | 4.08 | - |
| YUV | 127.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 30 | 0 | 0.57 | 0.87 | 0.13 | 20.83 | 0.76 | 0.5 |
| Hex | DF | 61 | 1E | 0 | 39 | 57 | D | 15 | 4C | 32 |
| Octal | 337 | 141 | 36 | 0 | 71 | 127 | 15 | 25 | 114 | 62 |
| Binary | 11011111 | 1100001 | 11110 | 0 | 111001 | 1010111 | 1101 | 10101 | 1001100 | 110010 |
Color Harmonies of #DF611E
Complementary color
Monochromatic Colors of #DF611E
Black with #DF611E
Text Example
Text Example
White with #DF611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF611E; }
p { color: rgb(223,97,30); }
H1.HeaderClassName
{
color: #DF611E;
}
.AnyTagClassName
{
color: #DF611E;
}
</style>
background-color css
<style>
a { background-color: #DF611E; }
a { background-color: rgb(223,97,30); }
div.DivClassName
{
background-color: #DF611E;
}
.BgClassName
{
background-color: #DF611E;
}
</style>
border-color css
<style>
span { border-color: #DF611E; }
span { border-color: rgb(223,97,30); }
td.TdClassName
{
border-color: #DF611E;
}
.TagClassName
{
border-color: #DF611E;
}
</style>