Shades of Chocolate #DF6119
Tints of Chocolate #DF6119
RGB
CMYK
RGB Variations
Color information
#DF6119 (or 0xDF6119) is known color: Chocolate. HEX triplet: DF, 61 and 19. RGB value is (223,97,25). Sum of RGB (Red+Green+Blue) = 223+97+25=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6119 is #209EE6. Grayscale: #7E7E7E. Windows color (decimal): -2137831 or 1663455. OLE color: 1663455.
HSL color Cylindrical-coordinate representation of color #DF6119: hue angle of 21.82º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF6119 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 25 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.13 |
| HSL | 21.82º | 0.8% | 0.49% | - |
| HSV(B) | 21.82º | 0.89% | 0.87% | - |
| XYZ | 34.88 | 24.31 | 3.77 | - |
| YUV | 126.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 25 | 0 | 0.57 | 0.89 | 0.13 | 21.82 | 0.8 | 0.49 |
| Hex | DF | 61 | 19 | 0 | 39 | 59 | D | 16 | 50 | 31 |
| Octal | 337 | 141 | 31 | 0 | 71 | 131 | 15 | 26 | 120 | 61 |
| Binary | 11011111 | 1100001 | 11001 | 0 | 111001 | 1011001 | 1101 | 10110 | 1010000 | 110001 |
Color Harmonies of #DF6119
Complementary color
Monochromatic Colors of #DF6119
Black with #DF6119
Text Example
Text Example
White with #DF6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6119; }
p { color: rgb(223,97,25); }
H1.HeaderClassName
{
color: #DF6119;
}
.AnyTagClassName
{
color: #DF6119;
}
</style>
background-color css
<style>
a { background-color: #DF6119; }
a { background-color: rgb(223,97,25); }
div.DivClassName
{
background-color: #DF6119;
}
.BgClassName
{
background-color: #DF6119;
}
</style>
border-color css
<style>
span { border-color: #DF6119; }
span { border-color: rgb(223,97,25); }
td.TdClassName
{
border-color: #DF6119;
}
.TagClassName
{
border-color: #DF6119;
}
</style>