Shades of Chocolate #DC6B11
Tints of Chocolate #DC6B11
RGB
CMYK
RGB Variations
Color information
#DC6B11 (or 0xDC6B11) is known color: Chocolate. HEX triplet: DC, 6B and 11. RGB value is (220,107,17). Sum of RGB (Red+Green+Blue) = 220+107+17=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B11 is #2394EE. Grayscale: #838383. Windows color (decimal): -2331887 or 1141724. OLE color: 1141724.
HSL color Cylindrical-coordinate representation of color #DC6B11: hue angle of 26.6º 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 #DC6B11 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.14 |
| HSL | 26.6º | 0.86% | 0.46% | - |
| HSV(B) | 26.6º | 0.92% | 0.86% | - |
| XYZ | 34.87 | 25.77 | 3.67 | - |
| YUV | 130.53 | 63.94 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 17 | 0 | 0.51 | 0.92 | 0.14 | 26.6 | 0.86 | 0.46 |
| Hex | DC | 6B | 11 | 0 | 33 | 5C | E | 1B | 56 | 2E |
| Octal | 334 | 153 | 21 | 0 | 63 | 134 | 16 | 33 | 126 | 56 |
| Binary | 11011100 | 1101011 | 10001 | 0 | 110011 | 1011100 | 1110 | 11011 | 1010110 | 101110 |
Color Harmonies of #DC6B11
Complementary color
Monochromatic Colors of #DC6B11
Black with #DC6B11
Text Example
Text Example
White with #DC6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B11; }
p { color: rgb(220,107,17); }
H1.HeaderClassName
{
color: #DC6B11;
}
.AnyTagClassName
{
color: #DC6B11;
}
</style>
background-color css
<style>
a { background-color: #DC6B11; }
a { background-color: rgb(220,107,17); }
div.DivClassName
{
background-color: #DC6B11;
}
.BgClassName
{
background-color: #DC6B11;
}
</style>
border-color css
<style>
span { border-color: #DC6B11; }
span { border-color: rgb(220,107,17); }
td.TdClassName
{
border-color: #DC6B11;
}
.TagClassName
{
border-color: #DC6B11;
}
</style>