Shades of Chocolate #DF6719
Tints of Chocolate #DF6719
RGB
CMYK
RGB Variations
Color information
#DF6719 (or 0xDF6719) is known color: Chocolate. HEX triplet: DF, 67 and 19. RGB value is (223,103,25). Sum of RGB (Red+Green+Blue) = 223+103+25=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6719 is #2098E6. Grayscale: #828282. Windows color (decimal): -2136295 or 1664991. OLE color: 1664991.
HSL color Cylindrical-coordinate representation of color #DF6719: hue angle of 23.64º 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 #DF6719 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 25 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.13 |
| HSL | 23.64º | 0.8% | 0.49% | - |
| HSV(B) | 23.64º | 0.89% | 0.87% | - |
| XYZ | 35.46 | 25.46 | 3.96 | - |
| YUV | 129.99 | 68.76 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 25 | 0 | 0.54 | 0.89 | 0.13 | 23.64 | 0.8 | 0.49 |
| Hex | DF | 67 | 19 | 0 | 36 | 59 | D | 18 | 50 | 31 |
| Octal | 337 | 147 | 31 | 0 | 66 | 131 | 15 | 30 | 120 | 61 |
| Binary | 11011111 | 1100111 | 11001 | 0 | 110110 | 1011001 | 1101 | 11000 | 1010000 | 110001 |
Color Harmonies of #DF6719
Complementary color
Monochromatic Colors of #DF6719
Black with #DF6719
Text Example
Text Example
White with #DF6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6719; }
p { color: rgb(223,103,25); }
H1.HeaderClassName
{
color: #DF6719;
}
.AnyTagClassName
{
color: #DF6719;
}
</style>
background-color css
<style>
a { background-color: #DF6719; }
a { background-color: rgb(223,103,25); }
div.DivClassName
{
background-color: #DF6719;
}
.BgClassName
{
background-color: #DF6719;
}
</style>
border-color css
<style>
span { border-color: #DF6719; }
span { border-color: rgb(223,103,25); }
td.TdClassName
{
border-color: #DF6719;
}
.TagClassName
{
border-color: #DF6719;
}
</style>