Shades of Chocolate #DF6619
Tints of Chocolate #DF6619
RGB
CMYK
RGB Variations
Color information
#DF6619 (or 0xDF6619) is known color: Chocolate. HEX triplet: DF, 66 and 19. RGB value is (223,102,25). Sum of RGB (Red+Green+Blue) = 223+102+25=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6619 is #2099E6. Grayscale: #818181. Windows color (decimal): -2136551 or 1664735. OLE color: 1664735.
HSL color Cylindrical-coordinate representation of color #DF6619: hue angle of 23.33º 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 #DF6619 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 25 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.13 |
| HSL | 23.33º | 0.8% | 0.49% | - |
| HSV(B) | 23.33º | 0.89% | 0.87% | - |
| XYZ | 35.36 | 25.26 | 3.93 | - |
| YUV | 129.4 | 69.09 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 25 | 0 | 0.54 | 0.89 | 0.13 | 23.33 | 0.8 | 0.49 |
| Hex | DF | 66 | 19 | 0 | 36 | 59 | D | 17 | 50 | 31 |
| Octal | 337 | 146 | 31 | 0 | 66 | 131 | 15 | 27 | 120 | 61 |
| Binary | 11011111 | 1100110 | 11001 | 0 | 110110 | 1011001 | 1101 | 10111 | 1010000 | 110001 |
Color Harmonies of #DF6619
Complementary color
Monochromatic Colors of #DF6619
Black with #DF6619
Text Example
Text Example
White with #DF6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6619; }
p { color: rgb(223,102,25); }
H1.HeaderClassName
{
color: #DF6619;
}
.AnyTagClassName
{
color: #DF6619;
}
</style>
background-color css
<style>
a { background-color: #DF6619; }
a { background-color: rgb(223,102,25); }
div.DivClassName
{
background-color: #DF6619;
}
.BgClassName
{
background-color: #DF6619;
}
</style>
border-color css
<style>
span { border-color: #DF6619; }
span { border-color: rgb(223,102,25); }
td.TdClassName
{
border-color: #DF6619;
}
.TagClassName
{
border-color: #DF6619;
}
</style>