Shades of Chocolate #D06112
Tints of Chocolate #D06112
RGB
CMYK
RGB Variations
Color information
#D06112 (or 0xD06112) is known color: Chocolate. HEX triplet: D0, 61 and 12. RGB value is (208,97,18). Sum of RGB (Red+Green+Blue) = 208+97+18=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D06112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06112 is #2F9EED. Grayscale: #797979. Windows color (decimal): -3120878 or 1204688. OLE color: 1204688.
HSL color Cylindrical-coordinate representation of color #D06112: hue angle of 24.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06112 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.18 |
| HSL | 24.95º | 0.84% | 0.44% | - |
| HSV(B) | 24.95º | 0.91% | 0.82% | - |
| XYZ | 30.4 | 22 | 3.22 | - |
| YUV | 121.18 | 69.77 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 18 | 0 | 0.53 | 0.91 | 0.18 | 24.95 | 0.84 | 0.44 |
| Hex | D0 | 61 | 12 | 0 | 35 | 5B | 12 | 19 | 54 | 2C |
| Octal | 320 | 141 | 22 | 0 | 65 | 133 | 22 | 31 | 124 | 54 |
| Binary | 11010000 | 1100001 | 10010 | 0 | 110101 | 1011011 | 10010 | 11001 | 1010100 | 101100 |
Color Harmonies of #D06112
Complementary color
Monochromatic Colors of #D06112
Black with #D06112
Text Example
Text Example
White with #D06112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06112; }
p { color: rgb(208,97,18); }
H1.HeaderClassName
{
color: #D06112;
}
.AnyTagClassName
{
color: #D06112;
}
</style>
background-color css
<style>
a { background-color: #D06112; }
a { background-color: rgb(208,97,18); }
div.DivClassName
{
background-color: #D06112;
}
.BgClassName
{
background-color: #D06112;
}
</style>
border-color css
<style>
span { border-color: #D06112; }
span { border-color: rgb(208,97,18); }
td.TdClassName
{
border-color: #D06112;
}
.TagClassName
{
border-color: #D06112;
}
</style>