Shades of Chocolate #D06611
Tints of Chocolate #D06611
RGB
CMYK
RGB Variations
Color information
#D06611 (or 0xD06611) is known color: Chocolate. HEX triplet: D0, 66 and 11. RGB value is (208,102,17). Sum of RGB (Red+Green+Blue) = 208+102+17=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D06611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06611 is #2F99EE. Grayscale: #7C7C7C. Windows color (decimal): -3119599 or 1140432. OLE color: 1140432.
HSL color Cylindrical-coordinate representation of color #D06611: hue angle of 26.7º 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 #D06611 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.18 |
| HSL | 26.7º | 0.85% | 0.44% | - |
| HSV(B) | 26.7º | 0.92% | 0.82% | - |
| XYZ | 30.86 | 22.95 | 3.33 | - |
| YUV | 124 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 17 | 0 | 0.51 | 0.92 | 0.18 | 26.7 | 0.85 | 0.44 |
| Hex | D0 | 66 | 11 | 0 | 33 | 5C | 12 | 1B | 55 | 2C |
| Octal | 320 | 146 | 21 | 0 | 63 | 134 | 22 | 33 | 125 | 54 |
| Binary | 11010000 | 1100110 | 10001 | 0 | 110011 | 1011100 | 10010 | 11011 | 1010101 | 101100 |
Color Harmonies of #D06611
Complementary color
Monochromatic Colors of #D06611
Black with #D06611
Text Example
Text Example
White with #D06611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06611; }
p { color: rgb(208,102,17); }
H1.HeaderClassName
{
color: #D06611;
}
.AnyTagClassName
{
color: #D06611;
}
</style>
background-color css
<style>
a { background-color: #D06611; }
a { background-color: rgb(208,102,17); }
div.DivClassName
{
background-color: #D06611;
}
.BgClassName
{
background-color: #D06611;
}
</style>
border-color css
<style>
span { border-color: #D06611; }
span { border-color: rgb(208,102,17); }
td.TdClassName
{
border-color: #D06611;
}
.TagClassName
{
border-color: #D06611;
}
</style>