Shades of Chocolate #DF6913
Tints of Chocolate #DF6913
RGB
CMYK
RGB Variations
Color information
#DF6913 (or 0xDF6913) is known color: Chocolate. HEX triplet: DF, 69 and 13. RGB value is (223,105,19). Sum of RGB (Red+Green+Blue) = 223+105+19=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6913 is #2096EC. Grayscale: #828282. Windows color (decimal): -2135789 or 1272287. OLE color: 1272287.
HSL color Cylindrical-coordinate representation of color #DF6913: hue angle of 25.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF6913 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 19 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.13 |
| HSL | 25.29º | 0.84% | 0.47% | - |
| HSV(B) | 25.29º | 0.91% | 0.87% | - |
| XYZ | 35.6 | 25.84 | 3.73 | - |
| YUV | 130.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 19 | 0 | 0.53 | 0.91 | 0.13 | 25.29 | 0.84 | 0.47 |
| Hex | DF | 69 | 13 | 0 | 35 | 5B | D | 19 | 54 | 2F |
| Octal | 337 | 151 | 23 | 0 | 65 | 133 | 15 | 31 | 124 | 57 |
| Binary | 11011111 | 1101001 | 10011 | 0 | 110101 | 1011011 | 1101 | 11001 | 1010100 | 101111 |
Color Harmonies of #DF6913
Complementary color
Monochromatic Colors of #DF6913
Black with #DF6913
Text Example
Text Example
White with #DF6913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6913; }
p { color: rgb(223,105,19); }
H1.HeaderClassName
{
color: #DF6913;
}
.AnyTagClassName
{
color: #DF6913;
}
</style>
background-color css
<style>
a { background-color: #DF6913; }
a { background-color: rgb(223,105,19); }
div.DivClassName
{
background-color: #DF6913;
}
.BgClassName
{
background-color: #DF6913;
}
</style>
border-color css
<style>
span { border-color: #DF6913; }
span { border-color: rgb(223,105,19); }
td.TdClassName
{
border-color: #DF6913;
}
.TagClassName
{
border-color: #DF6913;
}
</style>