Shades of Chocolate #D06E10
Tints of Chocolate #D06E10
RGB
CMYK
RGB Variations
Color information
#D06E10 (or 0xD06E10) is known color: Chocolate. HEX triplet: D0, 6E and 10. RGB value is (208,110,16). Sum of RGB (Red+Green+Blue) = 208+110+16=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06E10 is #2F91EF. Grayscale: #818181. Windows color (decimal): -3117552 or 1076944. OLE color: 1076944.
HSL color Cylindrical-coordinate representation of color #D06E10: hue angle of 29.38º degrees, saturation: 0.86, 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 #D06E10 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.18 |
| HSL | 29.38º | 0.86% | 0.44% | - |
| HSV(B) | 29.38º | 0.92% | 0.82% | - |
| XYZ | 31.68 | 24.6 | 3.57 | - |
| YUV | 128.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 16 | 0 | 0.47 | 0.92 | 0.18 | 29.38 | 0.86 | 0.44 |
| Hex | D0 | 6E | 10 | 0 | 2F | 5C | 12 | 1D | 56 | 2C |
| Octal | 320 | 156 | 20 | 0 | 57 | 134 | 22 | 35 | 126 | 54 |
| Binary | 11010000 | 1101110 | 10000 | 0 | 101111 | 1011100 | 10010 | 11101 | 1010110 | 101100 |
Color Harmonies of #D06E10
Complementary color
Monochromatic Colors of #D06E10
Black with #D06E10
Text Example
Text Example
White with #D06E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E10; }
p { color: rgb(208,110,16); }
H1.HeaderClassName
{
color: #D06E10;
}
.AnyTagClassName
{
color: #D06E10;
}
</style>
background-color css
<style>
a { background-color: #D06E10; }
a { background-color: rgb(208,110,16); }
div.DivClassName
{
background-color: #D06E10;
}
.BgClassName
{
background-color: #D06E10;
}
</style>
border-color css
<style>
span { border-color: #D06E10; }
span { border-color: rgb(208,110,16); }
td.TdClassName
{
border-color: #D06E10;
}
.TagClassName
{
border-color: #D06E10;
}
</style>