Shades of Chocolate #DC6311
Tints of Chocolate #DC6311
RGB
CMYK
RGB Variations
Color information
#DC6311 (or 0xDC6311) is known color: Chocolate. HEX triplet: DC, 63 and 11. RGB value is (220,99,17). Sum of RGB (Red+Green+Blue) = 220+99+17=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6311 is #239CEE. Grayscale: #7E7E7E. Windows color (decimal): -2333935 or 1139676. OLE color: 1139676.
HSL color Cylindrical-coordinate representation of color #DC6311: hue angle of 24.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC6311 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.14 |
| HSL | 24.24º | 0.86% | 0.46% | - |
| HSV(B) | 24.24º | 0.92% | 0.86% | - |
| XYZ | 34.08 | 24.18 | 3.4 | - |
| YUV | 125.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 17 | 0 | 0.55 | 0.92 | 0.14 | 24.24 | 0.86 | 0.46 |
| Hex | DC | 63 | 11 | 0 | 37 | 5C | E | 18 | 56 | 2E |
| Octal | 334 | 143 | 21 | 0 | 67 | 134 | 16 | 30 | 126 | 56 |
| Binary | 11011100 | 1100011 | 10001 | 0 | 110111 | 1011100 | 1110 | 11000 | 1010110 | 101110 |
Color Harmonies of #DC6311
Complementary color
Monochromatic Colors of #DC6311
Black with #DC6311
Text Example
Text Example
White with #DC6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6311; }
p { color: rgb(220,99,17); }
H1.HeaderClassName
{
color: #DC6311;
}
.AnyTagClassName
{
color: #DC6311;
}
</style>
background-color css
<style>
a { background-color: #DC6311; }
a { background-color: rgb(220,99,17); }
div.DivClassName
{
background-color: #DC6311;
}
.BgClassName
{
background-color: #DC6311;
}
</style>
border-color css
<style>
span { border-color: #DC6311; }
span { border-color: rgb(220,99,17); }
td.TdClassName
{
border-color: #DC6311;
}
.TagClassName
{
border-color: #DC6311;
}
</style>