Shades of Chocolate #D06C11
Tints of Chocolate #D06C11
RGB
CMYK
RGB Variations
Color information
#D06C11 (or 0xD06C11) is known color: Chocolate. HEX triplet: D0, 6C and 11. RGB value is (208,108,17). Sum of RGB (Red+Green+Blue) = 208+108+17=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C11 is #2F93EE. Grayscale: #7F7F7F. Windows color (decimal): -3118063 or 1141968. OLE color: 1141968.
HSL color Cylindrical-coordinate representation of color #D06C11: hue angle of 28.59º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D06C11 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 17 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.18 |
| HSL | 28.59º | 0.85% | 0.44% | - |
| HSV(B) | 28.59º | 0.92% | 0.82% | - |
| XYZ | 31.48 | 24.18 | 3.54 | - |
| YUV | 127.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 17 | 0 | 0.48 | 0.92 | 0.18 | 28.59 | 0.85 | 0.44 |
| Hex | D0 | 6C | 11 | 0 | 30 | 5C | 12 | 1D | 55 | 2C |
| Octal | 320 | 154 | 21 | 0 | 60 | 134 | 22 | 35 | 125 | 54 |
| Binary | 11010000 | 1101100 | 10001 | 0 | 110000 | 1011100 | 10010 | 11101 | 1010101 | 101100 |
Color Harmonies of #D06C11
Complementary color
Monochromatic Colors of #D06C11
Black with #D06C11
Text Example
Text Example
White with #D06C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C11; }
p { color: rgb(208,108,17); }
H1.HeaderClassName
{
color: #D06C11;
}
.AnyTagClassName
{
color: #D06C11;
}
</style>
background-color css
<style>
a { background-color: #D06C11; }
a { background-color: rgb(208,108,17); }
div.DivClassName
{
background-color: #D06C11;
}
.BgClassName
{
background-color: #D06C11;
}
</style>
border-color css
<style>
span { border-color: #D06C11; }
span { border-color: rgb(208,108,17); }
td.TdClassName
{
border-color: #D06C11;
}
.TagClassName
{
border-color: #D06C11;
}
</style>