Shades of Chocolate #DF6515
Tints of Chocolate #DF6515
RGB
CMYK
RGB Variations
Color information
#DF6515 (or 0xDF6515) is known color: Chocolate. HEX triplet: DF, 65 and 15. RGB value is (223,101,21). Sum of RGB (Red+Green+Blue) = 223+101+21=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6515 is #209AEA. Grayscale: #808080. Windows color (decimal): -2136811 or 1402335. OLE color: 1402335.
HSL color Cylindrical-coordinate representation of color #DF6515: hue angle of 23.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF6515 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 21 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.13 |
| HSL | 23.76º | 0.83% | 0.48% | - |
| HSV(B) | 23.76º | 0.91% | 0.87% | - |
| XYZ | 35.22 | 25.05 | 3.69 | - |
| YUV | 128.36 | 67.42 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 21 | 0 | 0.55 | 0.91 | 0.13 | 23.76 | 0.83 | 0.48 |
| Hex | DF | 65 | 15 | 0 | 37 | 5B | D | 18 | 53 | 30 |
| Octal | 337 | 145 | 25 | 0 | 67 | 133 | 15 | 30 | 123 | 60 |
| Binary | 11011111 | 1100101 | 10101 | 0 | 110111 | 1011011 | 1101 | 11000 | 1010011 | 110000 |
Color Harmonies of #DF6515
Complementary color
Monochromatic Colors of #DF6515
Black with #DF6515
Text Example
Text Example
White with #DF6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6515; }
p { color: rgb(223,101,21); }
H1.HeaderClassName
{
color: #DF6515;
}
.AnyTagClassName
{
color: #DF6515;
}
</style>
background-color css
<style>
a { background-color: #DF6515; }
a { background-color: rgb(223,101,21); }
div.DivClassName
{
background-color: #DF6515;
}
.BgClassName
{
background-color: #DF6515;
}
</style>
border-color css
<style>
span { border-color: #DF6515; }
span { border-color: rgb(223,101,21); }
td.TdClassName
{
border-color: #DF6515;
}
.TagClassName
{
border-color: #DF6515;
}
</style>