Shades of Chocolate #DC6310
Tints of Chocolate #DC6310
RGB
CMYK
RGB Variations
Color information
#DC6310 (or 0xDC6310) is known color: Chocolate. HEX triplet: DC, 63 and 10. RGB value is (220,99,16). Sum of RGB (Red+Green+Blue) = 220+99+16=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6310 is #239CEF. Grayscale: #7E7E7E. Windows color (decimal): -2333936 or 1074140. OLE color: 1074140.
HSL color Cylindrical-coordinate representation of color #DC6310: hue angle of 24.41º 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 #DC6310 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.14 |
| HSL | 24.41º | 0.86% | 0.46% | - |
| HSV(B) | 24.41º | 0.93% | 0.86% | - |
| XYZ | 34.07 | 24.18 | 3.36 | - |
| YUV | 125.72 | 66.09 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 16 | 0 | 0.55 | 0.93 | 0.14 | 24.41 | 0.86 | 0.46 |
| Hex | DC | 63 | 10 | 0 | 37 | 5D | E | 18 | 56 | 2E |
| Octal | 334 | 143 | 20 | 0 | 67 | 135 | 16 | 30 | 126 | 56 |
| Binary | 11011100 | 1100011 | 10000 | 0 | 110111 | 1011101 | 1110 | 11000 | 1010110 | 101110 |
Color Harmonies of #DC6310
Complementary color
Monochromatic Colors of #DC6310
Black with #DC6310
Text Example
Text Example
White with #DC6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6310; }
p { color: rgb(220,99,16); }
H1.HeaderClassName
{
color: #DC6310;
}
.AnyTagClassName
{
color: #DC6310;
}
</style>
background-color css
<style>
a { background-color: #DC6310; }
a { background-color: rgb(220,99,16); }
div.DivClassName
{
background-color: #DC6310;
}
.BgClassName
{
background-color: #DC6310;
}
</style>
border-color css
<style>
span { border-color: #DC6310; }
span { border-color: rgb(220,99,16); }
td.TdClassName
{
border-color: #DC6310;
}
.TagClassName
{
border-color: #DC6310;
}
</style>