Shades of Chocolate #DC6210
Tints of Chocolate #DC6210
RGB
CMYK
RGB Variations
Color information
#DC6210 (or 0xDC6210) is known color: Chocolate. HEX triplet: DC, 62 and 10. RGB value is (220,98,16). Sum of RGB (Red+Green+Blue) = 220+98+16=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6210 is #239DEF. Grayscale: #7D7D7D. Windows color (decimal): -2334192 or 1073884. OLE color: 1073884.
HSL color Cylindrical-coordinate representation of color #DC6210: hue angle of 24.12º 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 #DC6210 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.14 |
| HSL | 24.12º | 0.86% | 0.46% | - |
| HSV(B) | 24.12º | 0.93% | 0.86% | - |
| XYZ | 33.98 | 23.99 | 3.33 | - |
| YUV | 125.13 | 66.42 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 16 | 0 | 0.55 | 0.93 | 0.14 | 24.12 | 0.86 | 0.46 |
| Hex | DC | 62 | 10 | 0 | 37 | 5D | E | 18 | 56 | 2E |
| Octal | 334 | 142 | 20 | 0 | 67 | 135 | 16 | 30 | 126 | 56 |
| Binary | 11011100 | 1100010 | 10000 | 0 | 110111 | 1011101 | 1110 | 11000 | 1010110 | 101110 |
Color Harmonies of #DC6210
Complementary color
Monochromatic Colors of #DC6210
Black with #DC6210
Text Example
Text Example
White with #DC6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6210; }
p { color: rgb(220,98,16); }
H1.HeaderClassName
{
color: #DC6210;
}
.AnyTagClassName
{
color: #DC6210;
}
</style>
background-color css
<style>
a { background-color: #DC6210; }
a { background-color: rgb(220,98,16); }
div.DivClassName
{
background-color: #DC6210;
}
.BgClassName
{
background-color: #DC6210;
}
</style>
border-color css
<style>
span { border-color: #DC6210; }
span { border-color: rgb(220,98,16); }
td.TdClassName
{
border-color: #DC6210;
}
.TagClassName
{
border-color: #DC6210;
}
</style>