Shades of Chocolate #DF6713
Tints of Chocolate #DF6713
RGB
CMYK
RGB Variations
Color information
#DF6713 (or 0xDF6713) is known color: Chocolate. HEX triplet: DF, 67 and 13. RGB value is (223,103,19). Sum of RGB (Red+Green+Blue) = 223+103+19=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6713 is #2098EC. Grayscale: #818181. Windows color (decimal): -2136301 or 1271775. OLE color: 1271775.
HSL color Cylindrical-coordinate representation of color #DF6713: hue angle of 24.71º 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 #DF6713 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 19 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.13 |
| HSL | 24.71º | 0.84% | 0.47% | - |
| HSV(B) | 24.71º | 0.91% | 0.87% | - |
| XYZ | 35.4 | 25.44 | 3.66 | - |
| YUV | 129.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 19 | 0 | 0.54 | 0.91 | 0.13 | 24.71 | 0.84 | 0.47 |
| Hex | DF | 67 | 13 | 0 | 36 | 5B | D | 19 | 54 | 2F |
| Octal | 337 | 147 | 23 | 0 | 66 | 133 | 15 | 31 | 124 | 57 |
| Binary | 11011111 | 1100111 | 10011 | 0 | 110110 | 1011011 | 1101 | 11001 | 1010100 | 101111 |
Color Harmonies of #DF6713
Complementary color
Monochromatic Colors of #DF6713
Black with #DF6713
Text Example
Text Example
White with #DF6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6713; }
p { color: rgb(223,103,19); }
H1.HeaderClassName
{
color: #DF6713;
}
.AnyTagClassName
{
color: #DF6713;
}
</style>
background-color css
<style>
a { background-color: #DF6713; }
a { background-color: rgb(223,103,19); }
div.DivClassName
{
background-color: #DF6713;
}
.BgClassName
{
background-color: #DF6713;
}
</style>
border-color css
<style>
span { border-color: #DF6713; }
span { border-color: rgb(223,103,19); }
td.TdClassName
{
border-color: #DF6713;
}
.TagClassName
{
border-color: #DF6713;
}
</style>