Shades of Chocolate #DC6711
Tints of Chocolate #DC6711
RGB
CMYK
RGB Variations
Color information
#DC6711 (or 0xDC6711) is known color: Chocolate. HEX triplet: DC, 67 and 11. RGB value is (220,103,17). Sum of RGB (Red+Green+Blue) = 220+103+17=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6711 is #2398EE. Grayscale: #808080. Windows color (decimal): -2332911 or 1140700. OLE color: 1140700.
HSL color Cylindrical-coordinate representation of color #DC6711: hue angle of 25.42º 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 #DC6711 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.14 |
| HSL | 25.42º | 0.86% | 0.46% | - |
| HSV(B) | 25.42º | 0.92% | 0.86% | - |
| XYZ | 34.47 | 24.96 | 3.53 | - |
| YUV | 128.18 | 65.26 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 17 | 0 | 0.53 | 0.92 | 0.14 | 25.42 | 0.86 | 0.46 |
| Hex | DC | 67 | 11 | 0 | 35 | 5C | E | 19 | 56 | 2E |
| Octal | 334 | 147 | 21 | 0 | 65 | 134 | 16 | 31 | 126 | 56 |
| Binary | 11011100 | 1100111 | 10001 | 0 | 110101 | 1011100 | 1110 | 11001 | 1010110 | 101110 |
Color Harmonies of #DC6711
Complementary color
Monochromatic Colors of #DC6711
Black with #DC6711
Text Example
Text Example
White with #DC6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6711; }
p { color: rgb(220,103,17); }
H1.HeaderClassName
{
color: #DC6711;
}
.AnyTagClassName
{
color: #DC6711;
}
</style>
background-color css
<style>
a { background-color: #DC6711; }
a { background-color: rgb(220,103,17); }
div.DivClassName
{
background-color: #DC6711;
}
.BgClassName
{
background-color: #DC6711;
}
</style>
border-color css
<style>
span { border-color: #DC6711; }
span { border-color: rgb(220,103,17); }
td.TdClassName
{
border-color: #DC6711;
}
.TagClassName
{
border-color: #DC6711;
}
</style>