Shades of Chocolate #DF6212
Tints of Chocolate #DF6212
RGB
CMYK
RGB Variations
Color information
#DF6212 (or 0xDF6212) is known color: Chocolate. HEX triplet: DF, 62 and 12. RGB value is (223,98,18). Sum of RGB (Red+Green+Blue) = 223+98+18=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6212 is #209DED. Grayscale: #7E7E7E. Windows color (decimal): -2137582 or 1204959. OLE color: 1204959.
HSL color Cylindrical-coordinate representation of color #DF6212: hue angle of 23.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF6212 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.13 |
| HSL | 23.41º | 0.85% | 0.47% | - |
| HSV(B) | 23.41º | 0.92% | 0.87% | - |
| XYZ | 34.91 | 24.47 | 3.46 | - |
| YUV | 126.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 18 | 0 | 0.56 | 0.92 | 0.13 | 23.41 | 0.85 | 0.47 |
| Hex | DF | 62 | 12 | 0 | 38 | 5C | D | 17 | 55 | 2F |
| Octal | 337 | 142 | 22 | 0 | 70 | 134 | 15 | 27 | 125 | 57 |
| Binary | 11011111 | 1100010 | 10010 | 0 | 111000 | 1011100 | 1101 | 10111 | 1010101 | 101111 |
Color Harmonies of #DF6212
Complementary color
Monochromatic Colors of #DF6212
Black with #DF6212
Text Example
Text Example
White with #DF6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6212; }
p { color: rgb(223,98,18); }
H1.HeaderClassName
{
color: #DF6212;
}
.AnyTagClassName
{
color: #DF6212;
}
</style>
background-color css
<style>
a { background-color: #DF6212; }
a { background-color: rgb(223,98,18); }
div.DivClassName
{
background-color: #DF6212;
}
.BgClassName
{
background-color: #DF6212;
}
</style>
border-color css
<style>
span { border-color: #DF6212; }
span { border-color: rgb(223,98,18); }
td.TdClassName
{
border-color: #DF6212;
}
.TagClassName
{
border-color: #DF6212;
}
</style>