Shades of Chocolate #DF6615
Tints of Chocolate #DF6615
RGB
CMYK
RGB Variations
Color information
#DF6615 (or 0xDF6615) is known color: Chocolate. HEX triplet: DF, 66 and 15. RGB value is (223,102,21). Sum of RGB (Red+Green+Blue) = 223+102+21=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6615 is #2099EA. Grayscale: #818181. Windows color (decimal): -2136555 or 1402591. OLE color: 1402591.
HSL color Cylindrical-coordinate representation of color #DF6615: hue angle of 24.06º 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 #DF6615 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.13 |
| HSL | 24.06º | 0.83% | 0.48% | - |
| HSV(B) | 24.06º | 0.91% | 0.87% | - |
| XYZ | 35.32 | 25.24 | 3.72 | - |
| YUV | 128.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 21 | 0 | 0.54 | 0.91 | 0.13 | 24.06 | 0.83 | 0.48 |
| Hex | DF | 66 | 15 | 0 | 36 | 5B | D | 18 | 53 | 30 |
| Octal | 337 | 146 | 25 | 0 | 66 | 133 | 15 | 30 | 123 | 60 |
| Binary | 11011111 | 1100110 | 10101 | 0 | 110110 | 1011011 | 1101 | 11000 | 1010011 | 110000 |
Color Harmonies of #DF6615
Complementary color
Monochromatic Colors of #DF6615
Black with #DF6615
Text Example
Text Example
White with #DF6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6615; }
p { color: rgb(223,102,21); }
H1.HeaderClassName
{
color: #DF6615;
}
.AnyTagClassName
{
color: #DF6615;
}
</style>
background-color css
<style>
a { background-color: #DF6615; }
a { background-color: rgb(223,102,21); }
div.DivClassName
{
background-color: #DF6615;
}
.BgClassName
{
background-color: #DF6615;
}
</style>
border-color css
<style>
span { border-color: #DF6615; }
span { border-color: rgb(223,102,21); }
td.TdClassName
{
border-color: #DF6615;
}
.TagClassName
{
border-color: #DF6615;
}
</style>