Shades of Chocolate #DC6910
Tints of Chocolate #DC6910
RGB
CMYK
RGB Variations
Color information
#DC6910 (or 0xDC6910) is known color: Chocolate. HEX triplet: DC, 69 and 10. RGB value is (220,105,16). Sum of RGB (Red+Green+Blue) = 220+105+16=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6910 is #2396EF. Grayscale: #818181. Windows color (decimal): -2332400 or 1075676. OLE color: 1075676.
HSL color Cylindrical-coordinate representation of color #DC6910: hue angle of 26.18º 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 #DC6910 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.14 |
| HSL | 26.18º | 0.86% | 0.46% | - |
| HSV(B) | 26.18º | 0.93% | 0.86% | - |
| XYZ | 34.66 | 25.36 | 3.56 | - |
| YUV | 129.24 | 64.1 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 16 | 0 | 0.52 | 0.93 | 0.14 | 26.18 | 0.86 | 0.46 |
| Hex | DC | 69 | 10 | 0 | 34 | 5D | E | 1A | 56 | 2E |
| Octal | 334 | 151 | 20 | 0 | 64 | 135 | 16 | 32 | 126 | 56 |
| Binary | 11011100 | 1101001 | 10000 | 0 | 110100 | 1011101 | 1110 | 11010 | 1010110 | 101110 |
Color Harmonies of #DC6910
Complementary color
Monochromatic Colors of #DC6910
Black with #DC6910
Text Example
Text Example
White with #DC6910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6910; }
p { color: rgb(220,105,16); }
H1.HeaderClassName
{
color: #DC6910;
}
.AnyTagClassName
{
color: #DC6910;
}
</style>
background-color css
<style>
a { background-color: #DC6910; }
a { background-color: rgb(220,105,16); }
div.DivClassName
{
background-color: #DC6910;
}
.BgClassName
{
background-color: #DC6910;
}
</style>
border-color css
<style>
span { border-color: #DC6910; }
span { border-color: rgb(220,105,16); }
td.TdClassName
{
border-color: #DC6910;
}
.TagClassName
{
border-color: #DC6910;
}
</style>