Shades of Chocolate #DF6E12
Tints of Chocolate #DF6E12
RGB
CMYK
RGB Variations
Color information
#DF6E12 (or 0xDF6E12) is known color: Chocolate. HEX triplet: DF, 6E and 12. RGB value is (223,110,18). Sum of RGB (Red+Green+Blue) = 223+110+18=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6E12 is #2091ED. Grayscale: #858585. Windows color (decimal): -2134510 or 1208031. OLE color: 1208031.
HSL color Cylindrical-coordinate representation of color #DF6E12: hue angle of 26.93º 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 #DF6E12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.13 |
| HSL | 26.93º | 0.85% | 0.47% | - |
| HSV(B) | 26.93º | 0.92% | 0.87% | - |
| XYZ | 36.12 | 26.88 | 3.86 | - |
| YUV | 133.3 | 62.94 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 18 | 0 | 0.51 | 0.92 | 0.13 | 26.93 | 0.85 | 0.47 |
| Hex | DF | 6E | 12 | 0 | 33 | 5C | D | 1B | 55 | 2F |
| Octal | 337 | 156 | 22 | 0 | 63 | 134 | 15 | 33 | 125 | 57 |
| Binary | 11011111 | 1101110 | 10010 | 0 | 110011 | 1011100 | 1101 | 11011 | 1010101 | 101111 |
Color Harmonies of #DF6E12
Complementary color
Monochromatic Colors of #DF6E12
Black with #DF6E12
Text Example
Text Example
White with #DF6E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E12; }
p { color: rgb(223,110,18); }
H1.HeaderClassName
{
color: #DF6E12;
}
.AnyTagClassName
{
color: #DF6E12;
}
</style>
background-color css
<style>
a { background-color: #DF6E12; }
a { background-color: rgb(223,110,18); }
div.DivClassName
{
background-color: #DF6E12;
}
.BgClassName
{
background-color: #DF6E12;
}
</style>
border-color css
<style>
span { border-color: #DF6E12; }
span { border-color: rgb(223,110,18); }
td.TdClassName
{
border-color: #DF6E12;
}
.TagClassName
{
border-color: #DF6E12;
}
</style>