Shades of Chocolate #DF6920
Tints of Chocolate #DF6920
RGB
CMYK
RGB Variations
Color information
#DF6920 (or 0xDF6920) is known color: Chocolate. HEX triplet: DF, 69 and 20. RGB value is (223,105,32). Sum of RGB (Red+Green+Blue) = 223+105+32=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6920 is #2096DF. Grayscale: #848484. Windows color (decimal): -2135776 or 2124255. OLE color: 2124255.
HSL color Cylindrical-coordinate representation of color #DF6920: hue angle of 22.93º degrees, saturation: 0.75, 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 #DF6920 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 32 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.13 |
| HSL | 22.93º | 0.75% | 0.5% | - |
| HSV(B) | 22.93º | 0.86% | 0.87% | - |
| XYZ | 35.74 | 25.9 | 4.48 | - |
| YUV | 131.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 32 | 0 | 0.53 | 0.86 | 0.13 | 22.93 | 0.75 | 0.5 |
| Hex | DF | 69 | 20 | 0 | 35 | 56 | D | 17 | 4B | 32 |
| Octal | 337 | 151 | 40 | 0 | 65 | 126 | 15 | 27 | 113 | 62 |
| Binary | 11011111 | 1101001 | 100000 | 0 | 110101 | 1010110 | 1101 | 10111 | 1001011 | 110010 |
Color Harmonies of #DF6920
Complementary color
Monochromatic Colors of #DF6920
Black with #DF6920
Text Example
Text Example
White with #DF6920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6920; }
p { color: rgb(223,105,32); }
H1.HeaderClassName
{
color: #DF6920;
}
.AnyTagClassName
{
color: #DF6920;
}
</style>
background-color css
<style>
a { background-color: #DF6920; }
a { background-color: rgb(223,105,32); }
div.DivClassName
{
background-color: #DF6920;
}
.BgClassName
{
background-color: #DF6920;
}
</style>
border-color css
<style>
span { border-color: #DF6920; }
span { border-color: rgb(223,105,32); }
td.TdClassName
{
border-color: #DF6920;
}
.TagClassName
{
border-color: #DF6920;
}
</style>