Shades of Chocolate #D06F10
Tints of Chocolate #D06F10
RGB
CMYK
RGB Variations
Color information
#D06F10 (or 0xD06F10) is known color: Chocolate. HEX triplet: D0, 6F and 10. RGB value is (208,111,16). Sum of RGB (Red+Green+Blue) = 208+111+16=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F10 is #2F90EF. Grayscale: #818181. Windows color (decimal): -3117296 or 1077200. OLE color: 1077200.
HSL color Cylindrical-coordinate representation of color #D06F10: hue angle of 29.69º 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 #D06F10 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.18 |
| HSL | 29.69º | 0.86% | 0.44% | - |
| HSV(B) | 29.69º | 0.92% | 0.82% | - |
| XYZ | 31.79 | 24.82 | 3.6 | - |
| YUV | 129.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 16 | 0 | 0.47 | 0.92 | 0.18 | 29.69 | 0.86 | 0.44 |
| Hex | D0 | 6F | 10 | 0 | 2F | 5C | 12 | 1E | 56 | 2C |
| Octal | 320 | 157 | 20 | 0 | 57 | 134 | 22 | 36 | 126 | 54 |
| Binary | 11010000 | 1101111 | 10000 | 0 | 101111 | 1011100 | 10010 | 11110 | 1010110 | 101100 |
Color Harmonies of #D06F10
Complementary color
Monochromatic Colors of #D06F10
Black with #D06F10
Text Example
Text Example
White with #D06F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F10; }
p { color: rgb(208,111,16); }
H1.HeaderClassName
{
color: #D06F10;
}
.AnyTagClassName
{
color: #D06F10;
}
</style>
background-color css
<style>
a { background-color: #D06F10; }
a { background-color: rgb(208,111,16); }
div.DivClassName
{
background-color: #D06F10;
}
.BgClassName
{
background-color: #D06F10;
}
</style>
border-color css
<style>
span { border-color: #D06F10; }
span { border-color: rgb(208,111,16); }
td.TdClassName
{
border-color: #D06F10;
}
.TagClassName
{
border-color: #D06F10;
}
</style>