Shades of Chocolate #D06811
Tints of Chocolate #D06811
RGB
CMYK
RGB Variations
Color information
#D06811 (or 0xD06811) is known color: Chocolate. HEX triplet: D0, 68 and 11. RGB value is (208,104,17). Sum of RGB (Red+Green+Blue) = 208+104+17=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D06811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06811 is #2F97EE. Grayscale: #7D7D7D. Windows color (decimal): -3119087 or 1140944. OLE color: 1140944.
HSL color Cylindrical-coordinate representation of color #D06811: hue angle of 27.33º 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 #D06811 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 17 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.18 |
| HSL | 27.33º | 0.85% | 0.44% | - |
| HSV(B) | 27.33º | 0.92% | 0.82% | - |
| XYZ | 31.06 | 23.35 | 3.4 | - |
| YUV | 125.18 | 66.96 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 17 | 0 | 0.5 | 0.92 | 0.18 | 27.33 | 0.85 | 0.44 |
| Hex | D0 | 68 | 11 | 0 | 32 | 5C | 12 | 1B | 55 | 2C |
| Octal | 320 | 150 | 21 | 0 | 62 | 134 | 22 | 33 | 125 | 54 |
| Binary | 11010000 | 1101000 | 10001 | 0 | 110010 | 1011100 | 10010 | 11011 | 1010101 | 101100 |
Color Harmonies of #D06811
Complementary color
Monochromatic Colors of #D06811
Black with #D06811
Text Example
Text Example
White with #D06811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06811; }
p { color: rgb(208,104,17); }
H1.HeaderClassName
{
color: #D06811;
}
.AnyTagClassName
{
color: #D06811;
}
</style>
background-color css
<style>
a { background-color: #D06811; }
a { background-color: rgb(208,104,17); }
div.DivClassName
{
background-color: #D06811;
}
.BgClassName
{
background-color: #D06811;
}
</style>
border-color css
<style>
span { border-color: #D06811; }
span { border-color: rgb(208,104,17); }
td.TdClassName
{
border-color: #D06811;
}
.TagClassName
{
border-color: #D06811;
}
</style>