Shades of Chocolate #DF6519
Tints of Chocolate #DF6519
RGB
CMYK
RGB Variations
Color information
#DF6519 (or 0xDF6519) is known color: Chocolate. HEX triplet: DF, 65 and 19. RGB value is (223,101,25). Sum of RGB (Red+Green+Blue) = 223+101+25=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6519 is #209AE6. Grayscale: #818181. Windows color (decimal): -2136807 or 1664479. OLE color: 1664479.
HSL color Cylindrical-coordinate representation of color #DF6519: hue angle of 23.03º 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 #DF6519 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 25 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.13 |
| HSL | 23.03º | 0.8% | 0.49% | - |
| HSV(B) | 23.03º | 0.89% | 0.87% | - |
| XYZ | 35.26 | 25.07 | 3.9 | - |
| YUV | 128.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 25 | 0 | 0.55 | 0.89 | 0.13 | 23.03 | 0.8 | 0.49 |
| Hex | DF | 65 | 19 | 0 | 37 | 59 | D | 17 | 50 | 31 |
| Octal | 337 | 145 | 31 | 0 | 67 | 131 | 15 | 27 | 120 | 61 |
| Binary | 11011111 | 1100101 | 11001 | 0 | 110111 | 1011001 | 1101 | 10111 | 1010000 | 110001 |
Color Harmonies of #DF6519
Complementary color
Monochromatic Colors of #DF6519
Black with #DF6519
Text Example
Text Example
White with #DF6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6519; }
p { color: rgb(223,101,25); }
H1.HeaderClassName
{
color: #DF6519;
}
.AnyTagClassName
{
color: #DF6519;
}
</style>
background-color css
<style>
a { background-color: #DF6519; }
a { background-color: rgb(223,101,25); }
div.DivClassName
{
background-color: #DF6519;
}
.BgClassName
{
background-color: #DF6519;
}
</style>
border-color css
<style>
span { border-color: #DF6519; }
span { border-color: rgb(223,101,25); }
td.TdClassName
{
border-color: #DF6519;
}
.TagClassName
{
border-color: #DF6519;
}
</style>