Shades of Chocolate #D46A12
Tints of Chocolate #D46A12
RGB
CMYK
RGB Variations
Color information
#D46A12 (or 0xD46A12) is known color: Chocolate. HEX triplet: D4, 6A and 12. RGB value is (212,106,18). Sum of RGB (Red+Green+Blue) = 212+106+18=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A12 is #2B95ED. Grayscale: #808080. Windows color (decimal): -2856430 or 1206996. OLE color: 1206996.
HSL color Cylindrical-coordinate representation of color #D46A12: hue angle of 27.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D46A12 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 18 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.17 |
| HSL | 27.22º | 0.84% | 0.45% | - |
| HSV(B) | 27.22º | 0.92% | 0.83% | - |
| XYZ | 32.41 | 24.35 | 3.56 | - |
| YUV | 127.66 | 66.12 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 18 | 0 | 0.5 | 0.92 | 0.17 | 27.22 | 0.84 | 0.45 |
| Hex | D4 | 6A | 12 | 0 | 32 | 5C | 11 | 1B | 54 | 2D |
| Octal | 324 | 152 | 22 | 0 | 62 | 134 | 21 | 33 | 124 | 55 |
| Binary | 11010100 | 1101010 | 10010 | 0 | 110010 | 1011100 | 10001 | 11011 | 1010100 | 101101 |
Color Harmonies of #D46A12
Complementary color
Monochromatic Colors of #D46A12
Black with #D46A12
Text Example
Text Example
White with #D46A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A12; }
p { color: rgb(212,106,18); }
H1.HeaderClassName
{
color: #D46A12;
}
.AnyTagClassName
{
color: #D46A12;
}
</style>
background-color css
<style>
a { background-color: #D46A12; }
a { background-color: rgb(212,106,18); }
div.DivClassName
{
background-color: #D46A12;
}
.BgClassName
{
background-color: #D46A12;
}
</style>
border-color css
<style>
span { border-color: #D46A12; }
span { border-color: rgb(212,106,18); }
td.TdClassName
{
border-color: #D46A12;
}
.TagClassName
{
border-color: #D46A12;
}
</style>