Shades of Chocolate #DF6412
Tints of Chocolate #DF6412
RGB
CMYK
RGB Variations
Color information
#DF6412 (or 0xDF6412) is known color: Chocolate. HEX triplet: DF, 64 and 12. RGB value is (223,100,18). Sum of RGB (Red+Green+Blue) = 223+100+18=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6412 is #209BED. Grayscale: #7F7F7F. Windows color (decimal): -2137070 or 1205471. OLE color: 1205471.
HSL color Cylindrical-coordinate representation of color #DF6412: hue angle of 24º 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 #DF6412 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.13 |
| HSL | 24º | 0.85% | 0.47% | - |
| HSV(B) | 24º | 0.92% | 0.87% | - |
| XYZ | 35.1 | 24.85 | 3.52 | - |
| YUV | 127.43 | 66.25 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 18 | 0 | 0.55 | 0.92 | 0.13 | 24 | 0.85 | 0.47 |
| Hex | DF | 64 | 12 | 0 | 37 | 5C | D | 18 | 55 | 2F |
| Octal | 337 | 144 | 22 | 0 | 67 | 134 | 15 | 30 | 125 | 57 |
| Binary | 11011111 | 1100100 | 10010 | 0 | 110111 | 1011100 | 1101 | 11000 | 1010101 | 101111 |
Color Harmonies of #DF6412
Complementary color
Monochromatic Colors of #DF6412
Black with #DF6412
Text Example
Text Example
White with #DF6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6412; }
p { color: rgb(223,100,18); }
H1.HeaderClassName
{
color: #DF6412;
}
.AnyTagClassName
{
color: #DF6412;
}
</style>
background-color css
<style>
a { background-color: #DF6412; }
a { background-color: rgb(223,100,18); }
div.DivClassName
{
background-color: #DF6412;
}
.BgClassName
{
background-color: #DF6412;
}
</style>
border-color css
<style>
span { border-color: #DF6412; }
span { border-color: rgb(223,100,18); }
td.TdClassName
{
border-color: #DF6412;
}
.TagClassName
{
border-color: #DF6412;
}
</style>