Shades of Chocolate #D46D12
Tints of Chocolate #D46D12
RGB
CMYK
RGB Variations
Color information
#D46D12 (or 0xD46D12) is known color: Chocolate. HEX triplet: D4, 6D and 12. RGB value is (212,109,18). Sum of RGB (Red+Green+Blue) = 212+109+18=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46D12 is #2B92ED. Grayscale: #818181. Windows color (decimal): -2855662 or 1207764. OLE color: 1207764.
HSL color Cylindrical-coordinate representation of color #D46D12: hue angle of 28.14º 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 #D46D12 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 18 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.17 |
| HSL | 28.14º | 0.84% | 0.45% | - |
| HSV(B) | 28.14º | 0.92% | 0.83% | - |
| XYZ | 32.73 | 24.98 | 3.67 | - |
| YUV | 129.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 18 | 0 | 0.49 | 0.92 | 0.17 | 28.14 | 0.84 | 0.45 |
| Hex | D4 | 6D | 12 | 0 | 31 | 5C | 11 | 1C | 54 | 2D |
| Octal | 324 | 155 | 22 | 0 | 61 | 134 | 21 | 34 | 124 | 55 |
| Binary | 11010100 | 1101101 | 10010 | 0 | 110001 | 1011100 | 10001 | 11100 | 1010100 | 101101 |
Color Harmonies of #D46D12
Complementary color
Monochromatic Colors of #D46D12
Black with #D46D12
Text Example
Text Example
White with #D46D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D12; }
p { color: rgb(212,109,18); }
H1.HeaderClassName
{
color: #D46D12;
}
.AnyTagClassName
{
color: #D46D12;
}
</style>
background-color css
<style>
a { background-color: #D46D12; }
a { background-color: rgb(212,109,18); }
div.DivClassName
{
background-color: #D46D12;
}
.BgClassName
{
background-color: #D46D12;
}
</style>
border-color css
<style>
span { border-color: #D46D12; }
span { border-color: rgb(212,109,18); }
td.TdClassName
{
border-color: #D46D12;
}
.TagClassName
{
border-color: #D46D12;
}
</style>