Shades of Chocolate #DC6710
Tints of Chocolate #DC6710
RGB
CMYK
RGB Variations
Color information
#DC6710 (or 0xDC6710) is known color: Chocolate. HEX triplet: DC, 67 and 10. RGB value is (220,103,16). Sum of RGB (Red+Green+Blue) = 220+103+16=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6710 is #2398EF. Grayscale: #808080. Windows color (decimal): -2332912 or 1075164. OLE color: 1075164.
HSL color Cylindrical-coordinate representation of color #DC6710: hue angle of 25.59º 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 #DC6710 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.14 |
| HSL | 25.59º | 0.86% | 0.46% | - |
| HSV(B) | 25.59º | 0.93% | 0.86% | - |
| XYZ | 34.46 | 24.95 | 3.49 | - |
| YUV | 128.07 | 64.76 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 16 | 0 | 0.53 | 0.93 | 0.14 | 25.59 | 0.86 | 0.46 |
| Hex | DC | 67 | 10 | 0 | 35 | 5D | E | 1A | 56 | 2E |
| Octal | 334 | 147 | 20 | 0 | 65 | 135 | 16 | 32 | 126 | 56 |
| Binary | 11011100 | 1100111 | 10000 | 0 | 110101 | 1011101 | 1110 | 11010 | 1010110 | 101110 |
Color Harmonies of #DC6710
Complementary color
Monochromatic Colors of #DC6710
Black with #DC6710
Text Example
Text Example
White with #DC6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6710; }
p { color: rgb(220,103,16); }
H1.HeaderClassName
{
color: #DC6710;
}
.AnyTagClassName
{
color: #DC6710;
}
</style>
background-color css
<style>
a { background-color: #DC6710; }
a { background-color: rgb(220,103,16); }
div.DivClassName
{
background-color: #DC6710;
}
.BgClassName
{
background-color: #DC6710;
}
</style>
border-color css
<style>
span { border-color: #DC6710; }
span { border-color: rgb(220,103,16); }
td.TdClassName
{
border-color: #DC6710;
}
.TagClassName
{
border-color: #DC6710;
}
</style>