Shades of Chocolate #DC6F10
Tints of Chocolate #DC6F10
RGB
CMYK
RGB Variations
Color information
#DC6F10 (or 0xDC6F10) is known color: Chocolate. HEX triplet: DC, 6F and 10. RGB value is (220,111,16). Sum of RGB (Red+Green+Blue) = 220+111+16=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F10 is #2390EF. Grayscale: #858585. Windows color (decimal): -2330864 or 1077212. OLE color: 1077212.
HSL color Cylindrical-coordinate representation of color #DC6F10: hue angle of 27.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC6F10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.14 |
| HSL | 27.94º | 0.86% | 0.46% | - |
| HSV(B) | 27.94º | 0.93% | 0.86% | - |
| XYZ | 35.29 | 26.62 | 3.77 | - |
| YUV | 132.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 16 | 0 | 0.50 | 0.93 | 0.14 | 27.94 | 0.86 | 0.46 |
| Hex | DC | 6F | 10 | 0 | 32 | 5D | E | 1C | 56 | 2E |
| Octal | 334 | 157 | 20 | 0 | 62 | 135 | 16 | 34 | 126 | 56 |
| Binary | 11011100 | 1101111 | 10000 | 0 | 110010 | 1011101 | 1110 | 11100 | 1010110 | 101110 |
Color Harmonies of #DC6F10
Complementary color
Monochromatic Colors of #DC6F10
Black with #DC6F10
Text Example
Text Example
White with #DC6F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F10; }
p { color: rgb(220,111,16); }
H1.HeaderClassName
{
color: #DC6F10;
}
.AnyTagClassName
{
color: #DC6F10;
}
</style>
background-color css
<style>
a { background-color: #DC6F10; }
a { background-color: rgb(220,111,16); }
div.DivClassName
{
background-color: #DC6F10;
}
.BgClassName
{
background-color: #DC6F10;
}
</style>
border-color css
<style>
span { border-color: #DC6F10; }
span { border-color: rgb(220,111,16); }
td.TdClassName
{
border-color: #DC6F10;
}
.TagClassName
{
border-color: #DC6F10;
}
</style>