Shades of Chocolate #DF7313
Tints of Chocolate #DF7313
RGB
CMYK
RGB Variations
Color information
#DF7313 (or 0xDF7313) is known color: Chocolate. HEX triplet: DF, 73 and 13. RGB value is (223,115,19). Sum of RGB (Red+Green+Blue) = 223+115+19=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7313 is #208CEC. Grayscale: #888888. Windows color (decimal): -2133229 or 1274847. OLE color: 1274847.
HSL color Cylindrical-coordinate representation of color #DF7313: hue angle of 28.24º 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 #DF7313 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.13 |
| HSL | 28.24º | 0.84% | 0.47% | - |
| HSV(B) | 28.24º | 0.91% | 0.87% | - |
| XYZ | 36.68 | 28 | 4.09 | - |
| YUV | 136.35 | 61.78 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 19 | 0 | 0.48 | 0.91 | 0.13 | 28.24 | 0.84 | 0.47 |
| Hex | DF | 73 | 13 | 0 | 30 | 5B | D | 1C | 54 | 2F |
| Octal | 337 | 163 | 23 | 0 | 60 | 133 | 15 | 34 | 124 | 57 |
| Binary | 11011111 | 1110011 | 10011 | 0 | 110000 | 1011011 | 1101 | 11100 | 1010100 | 101111 |
Color Harmonies of #DF7313
Complementary color
Monochromatic Colors of #DF7313
Black with #DF7313
Text Example
Text Example
White with #DF7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7313; }
p { color: rgb(223,115,19); }
H1.HeaderClassName
{
color: #DF7313;
}
.AnyTagClassName
{
color: #DF7313;
}
</style>
background-color css
<style>
a { background-color: #DF7313; }
a { background-color: rgb(223,115,19); }
div.DivClassName
{
background-color: #DF7313;
}
.BgClassName
{
background-color: #DF7313;
}
</style>
border-color css
<style>
span { border-color: #DF7313; }
span { border-color: rgb(223,115,19); }
td.TdClassName
{
border-color: #DF7313;
}
.TagClassName
{
border-color: #DF7313;
}
</style>