Shades of Chocolate #DC6112
Tints of Chocolate #DC6112
RGB
CMYK
RGB Variations
Color information
#DC6112 (or 0xDC6112) is known color: Chocolate. HEX triplet: DC, 61 and 12. RGB value is (220,97,18). Sum of RGB (Red+Green+Blue) = 220+97+18=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6112 is #239EED. Grayscale: #7D7D7D. Windows color (decimal): -2334446 or 1204700. OLE color: 1204700.
HSL color Cylindrical-coordinate representation of color #DC6112: hue angle of 23.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC6112 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.14 |
| HSL | 23.47º | 0.85% | 0.47% | - |
| HSV(B) | 23.47º | 0.92% | 0.86% | - |
| XYZ | 33.9 | 23.81 | 3.38 | - |
| YUV | 124.77 | 67.75 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 18 | 0 | 0.56 | 0.92 | 0.14 | 23.47 | 0.85 | 0.47 |
| Hex | DC | 61 | 12 | 0 | 38 | 5C | E | 17 | 55 | 2F |
| Octal | 334 | 141 | 22 | 0 | 70 | 134 | 16 | 27 | 125 | 57 |
| Binary | 11011100 | 1100001 | 10010 | 0 | 111000 | 1011100 | 1110 | 10111 | 1010101 | 101111 |
Color Harmonies of #DC6112
Complementary color
Monochromatic Colors of #DC6112
Black with #DC6112
Text Example
Text Example
White with #DC6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6112; }
p { color: rgb(220,97,18); }
H1.HeaderClassName
{
color: #DC6112;
}
.AnyTagClassName
{
color: #DC6112;
}
</style>
background-color css
<style>
a { background-color: #DC6112; }
a { background-color: rgb(220,97,18); }
div.DivClassName
{
background-color: #DC6112;
}
.BgClassName
{
background-color: #DC6112;
}
</style>
border-color css
<style>
span { border-color: #DC6112; }
span { border-color: rgb(220,97,18); }
td.TdClassName
{
border-color: #DC6112;
}
.TagClassName
{
border-color: #DC6112;
}
</style>