Shades of Chocolate #D06A12
Tints of Chocolate #D06A12
RGB
CMYK
RGB Variations
Color information
#D06A12 (or 0xD06A12) is known color: Chocolate. HEX triplet: D0, 6A and 12. RGB value is (208,106,18). Sum of RGB (Red+Green+Blue) = 208+106+18=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06A12 is #2F95ED. Grayscale: #7E7E7E. Windows color (decimal): -3118574 or 1206992. OLE color: 1206992.
HSL color Cylindrical-coordinate representation of color #D06A12: hue angle of 27.79º 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 #D06A12 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.18 |
| HSL | 27.79º | 0.84% | 0.44% | - |
| HSV(B) | 27.79º | 0.91% | 0.82% | - |
| XYZ | 31.28 | 23.76 | 3.51 | - |
| YUV | 126.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 18 | 0 | 0.49 | 0.91 | 0.18 | 27.79 | 0.84 | 0.44 |
| Hex | D0 | 6A | 12 | 0 | 31 | 5B | 12 | 1C | 54 | 2C |
| Octal | 320 | 152 | 22 | 0 | 61 | 133 | 22 | 34 | 124 | 54 |
| Binary | 11010000 | 1101010 | 10010 | 0 | 110001 | 1011011 | 10010 | 11100 | 1010100 | 101100 |
Color Harmonies of #D06A12
Complementary color
Monochromatic Colors of #D06A12
Black with #D06A12
Text Example
Text Example
White with #D06A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A12; }
p { color: rgb(208,106,18); }
H1.HeaderClassName
{
color: #D06A12;
}
.AnyTagClassName
{
color: #D06A12;
}
</style>
background-color css
<style>
a { background-color: #D06A12; }
a { background-color: rgb(208,106,18); }
div.DivClassName
{
background-color: #D06A12;
}
.BgClassName
{
background-color: #D06A12;
}
</style>
border-color css
<style>
span { border-color: #D06A12; }
span { border-color: rgb(208,106,18); }
td.TdClassName
{
border-color: #D06A12;
}
.TagClassName
{
border-color: #D06A12;
}
</style>