Shades of Chocolate #D46C11
Tints of Chocolate #D46C11
RGB
CMYK
RGB Variations
Color information
#D46C11 (or 0xD46C11) is known color: Chocolate. HEX triplet: D4, 6C and 11. RGB value is (212,108,17). Sum of RGB (Red+Green+Blue) = 212+108+17=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46C11 is #2B93EE. Grayscale: #818181. Windows color (decimal): -2855919 or 1141972. OLE color: 1141972.
HSL color Cylindrical-coordinate representation of color #D46C11: hue angle of 28º degrees, saturation: 0.85, 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 #D46C11 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.17 |
| HSL | 28º | 0.85% | 0.45% | - |
| HSV(B) | 28º | 0.92% | 0.83% | - |
| XYZ | 32.62 | 24.76 | 3.59 | - |
| YUV | 128.72 | 64.96 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 17 | 0 | 0.49 | 0.92 | 0.17 | 28 | 0.85 | 0.45 |
| Hex | D4 | 6C | 11 | 0 | 31 | 5C | 11 | 1C | 55 | 2D |
| Octal | 324 | 154 | 21 | 0 | 61 | 134 | 21 | 34 | 125 | 55 |
| Binary | 11010100 | 1101100 | 10001 | 0 | 110001 | 1011100 | 10001 | 11100 | 1010101 | 101101 |
Color Harmonies of #D46C11
Complementary color
Monochromatic Colors of #D46C11
Black with #D46C11
Text Example
Text Example
White with #D46C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C11; }
p { color: rgb(212,108,17); }
H1.HeaderClassName
{
color: #D46C11;
}
.AnyTagClassName
{
color: #D46C11;
}
</style>
background-color css
<style>
a { background-color: #D46C11; }
a { background-color: rgb(212,108,17); }
div.DivClassName
{
background-color: #D46C11;
}
.BgClassName
{
background-color: #D46C11;
}
</style>
border-color css
<style>
span { border-color: #D46C11; }
span { border-color: rgb(212,108,17); }
td.TdClassName
{
border-color: #D46C11;
}
.TagClassName
{
border-color: #D46C11;
}
</style>