Shades of Chocolate #DC6B10
Tints of Chocolate #DC6B10
RGB
CMYK
RGB Variations
Color information
#DC6B10 (or 0xDC6B10) is known color: Chocolate. HEX triplet: DC, 6B and 10. RGB value is (220,107,16). Sum of RGB (Red+Green+Blue) = 220+107+16=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B10 is #2394EF. Grayscale: #828282. Windows color (decimal): -2331888 or 1076188. OLE color: 1076188.
HSL color Cylindrical-coordinate representation of color #DC6B10: hue angle of 26.76º 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 #DC6B10 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.14 |
| HSL | 26.76º | 0.86% | 0.46% | - |
| HSV(B) | 26.76º | 0.93% | 0.86% | - |
| XYZ | 34.87 | 25.77 | 3.63 | - |
| YUV | 130.41 | 63.44 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 16 | 0 | 0.51 | 0.93 | 0.14 | 26.76 | 0.86 | 0.46 |
| Hex | DC | 6B | 10 | 0 | 33 | 5D | E | 1B | 56 | 2E |
| Octal | 334 | 153 | 20 | 0 | 63 | 135 | 16 | 33 | 126 | 56 |
| Binary | 11011100 | 1101011 | 10000 | 0 | 110011 | 1011101 | 1110 | 11011 | 1010110 | 101110 |
Color Harmonies of #DC6B10
Complementary color
Monochromatic Colors of #DC6B10
Black with #DC6B10
Text Example
Text Example
White with #DC6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B10; }
p { color: rgb(220,107,16); }
H1.HeaderClassName
{
color: #DC6B10;
}
.AnyTagClassName
{
color: #DC6B10;
}
</style>
background-color css
<style>
a { background-color: #DC6B10; }
a { background-color: rgb(220,107,16); }
div.DivClassName
{
background-color: #DC6B10;
}
.BgClassName
{
background-color: #DC6B10;
}
</style>
border-color css
<style>
span { border-color: #DC6B10; }
span { border-color: rgb(220,107,16); }
td.TdClassName
{
border-color: #DC6B10;
}
.TagClassName
{
border-color: #DC6B10;
}
</style>