Shades of Chocolate #DF611F
Tints of Chocolate #DF611F
RGB
CMYK
RGB Variations
Color information
#DF611F (or 0xDF611F) is known color: Chocolate. HEX triplet: DF, 61 and 1F. RGB value is (223,97,31). Sum of RGB (Red+Green+Blue) = 223+97+31=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF611F is #209EE0. Grayscale: #7F7F7F. Windows color (decimal): -2137825 or 2056671. OLE color: 2056671.
HSL color Cylindrical-coordinate representation of color #DF611F: hue angle of 20.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF611F is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 31 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.13 |
| HSL | 20.63º | 0.76% | 0.5% | - |
| HSV(B) | 20.63º | 0.86% | 0.87% | - |
| XYZ | 34.95 | 24.34 | 4.15 | - |
| YUV | 127.15 | 73.74 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 31 | 0 | 0.57 | 0.86 | 0.13 | 20.63 | 0.76 | 0.5 |
| Hex | DF | 61 | 1F | 0 | 39 | 56 | D | 15 | 4C | 32 |
| Octal | 337 | 141 | 37 | 0 | 71 | 126 | 15 | 25 | 114 | 62 |
| Binary | 11011111 | 1100001 | 11111 | 0 | 111001 | 1010110 | 1101 | 10101 | 1001100 | 110010 |
Color Harmonies of #DF611F
Complementary color
Monochromatic Colors of #DF611F
Black with #DF611F
Text Example
Text Example
White with #DF611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF611F; }
p { color: rgb(223,97,31); }
H1.HeaderClassName
{
color: #DF611F;
}
.AnyTagClassName
{
color: #DF611F;
}
</style>
background-color css
<style>
a { background-color: #DF611F; }
a { background-color: rgb(223,97,31); }
div.DivClassName
{
background-color: #DF611F;
}
.BgClassName
{
background-color: #DF611F;
}
</style>
border-color css
<style>
span { border-color: #DF611F; }
span { border-color: rgb(223,97,31); }
td.TdClassName
{
border-color: #DF611F;
}
.TagClassName
{
border-color: #DF611F;
}
</style>