Shades of Chocolate #D06012
Tints of Chocolate #D06012
RGB
CMYK
RGB Variations
Color information
#D06012 (or 0xD06012) is known color: Chocolate. HEX triplet: D0, 60 and 12. RGB value is (208,96,18). Sum of RGB (Red+Green+Blue) = 208+96+18=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D06012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06012 is #2F9FED. Grayscale: #797979. Windows color (decimal): -3121134 or 1204432. OLE color: 1204432.
HSL color Cylindrical-coordinate representation of color #D06012: hue angle of 24.63º 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 #D06012 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 18 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.18 |
| HSL | 24.63º | 0.84% | 0.44% | - |
| HSV(B) | 24.63º | 0.91% | 0.82% | - |
| XYZ | 30.3 | 21.82 | 3.19 | - |
| YUV | 120.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 18 | 0 | 0.54 | 0.91 | 0.18 | 24.63 | 0.84 | 0.44 |
| Hex | D0 | 60 | 12 | 0 | 36 | 5B | 12 | 19 | 54 | 2C |
| Octal | 320 | 140 | 22 | 0 | 66 | 133 | 22 | 31 | 124 | 54 |
| Binary | 11010000 | 1100000 | 10010 | 0 | 110110 | 1011011 | 10010 | 11001 | 1010100 | 101100 |
Color Harmonies of #D06012
Complementary color
Monochromatic Colors of #D06012
Black with #D06012
Text Example
Text Example
White with #D06012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06012; }
p { color: rgb(208,96,18); }
H1.HeaderClassName
{
color: #D06012;
}
.AnyTagClassName
{
color: #D06012;
}
</style>
background-color css
<style>
a { background-color: #D06012; }
a { background-color: rgb(208,96,18); }
div.DivClassName
{
background-color: #D06012;
}
.BgClassName
{
background-color: #D06012;
}
</style>
border-color css
<style>
span { border-color: #D06012; }
span { border-color: rgb(208,96,18); }
td.TdClassName
{
border-color: #D06012;
}
.TagClassName
{
border-color: #D06012;
}
</style>