Shades of Chocolate #DC6410
Tints of Chocolate #DC6410
RGB
CMYK
RGB Variations
Color information
#DC6410 (or 0xDC6410) is known color: Chocolate. HEX triplet: DC, 64 and 10. RGB value is (220,100,16). Sum of RGB (Red+Green+Blue) = 220+100+16=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6410 is #239BEF. Grayscale: #7E7E7E. Windows color (decimal): -2333680 or 1074396. OLE color: 1074396.
HSL color Cylindrical-coordinate representation of color #DC6410: hue angle of 24.71º 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 #DC6410 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.14 |
| HSL | 24.71º | 0.86% | 0.46% | - |
| HSV(B) | 24.71º | 0.93% | 0.86% | - |
| XYZ | 34.17 | 24.37 | 3.39 | - |
| YUV | 126.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 16 | 0 | 0.55 | 0.93 | 0.14 | 24.71 | 0.86 | 0.46 |
| Hex | DC | 64 | 10 | 0 | 37 | 5D | E | 19 | 56 | 2E |
| Octal | 334 | 144 | 20 | 0 | 67 | 135 | 16 | 31 | 126 | 56 |
| Binary | 11011100 | 1100100 | 10000 | 0 | 110111 | 1011101 | 1110 | 11001 | 1010110 | 101110 |
Color Harmonies of #DC6410
Complementary color
Monochromatic Colors of #DC6410
Black with #DC6410
Text Example
Text Example
White with #DC6410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6410; }
p { color: rgb(220,100,16); }
H1.HeaderClassName
{
color: #DC6410;
}
.AnyTagClassName
{
color: #DC6410;
}
</style>
background-color css
<style>
a { background-color: #DC6410; }
a { background-color: rgb(220,100,16); }
div.DivClassName
{
background-color: #DC6410;
}
.BgClassName
{
background-color: #DC6410;
}
</style>
border-color css
<style>
span { border-color: #DC6410; }
span { border-color: rgb(220,100,16); }
td.TdClassName
{
border-color: #DC6410;
}
.TagClassName
{
border-color: #DC6410;
}
</style>