Shades of Chocolate #D46C10
Tints of Chocolate #D46C10
RGB
CMYK
RGB Variations
Color information
#D46C10 (or 0xD46C10) is known color: Chocolate. HEX triplet: D4, 6C and 10. RGB value is (212,108,16). Sum of RGB (Red+Green+Blue) = 212+108+16=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46C10 is #2B93EF. Grayscale: #818181. Windows color (decimal): -2855920 or 1076436. OLE color: 1076436.
HSL color Cylindrical-coordinate representation of color #D46C10: hue angle of 28.16º degrees, saturation: 0.86, 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 #D46C10 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 16 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.17 |
| HSL | 28.16º | 0.86% | 0.45% | - |
| HSV(B) | 28.16º | 0.92% | 0.83% | - |
| XYZ | 32.61 | 24.76 | 3.55 | - |
| YUV | 128.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 16 | 0 | 0.49 | 0.92 | 0.17 | 28.16 | 0.86 | 0.45 |
| Hex | D4 | 6C | 10 | 0 | 31 | 5C | 11 | 1C | 56 | 2D |
| Octal | 324 | 154 | 20 | 0 | 61 | 134 | 21 | 34 | 126 | 55 |
| Binary | 11010100 | 1101100 | 10000 | 0 | 110001 | 1011100 | 10001 | 11100 | 1010110 | 101101 |
Color Harmonies of #D46C10
Complementary color
Monochromatic Colors of #D46C10
Black with #D46C10
Text Example
Text Example
White with #D46C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C10; }
p { color: rgb(212,108,16); }
H1.HeaderClassName
{
color: #D46C10;
}
.AnyTagClassName
{
color: #D46C10;
}
</style>
background-color css
<style>
a { background-color: #D46C10; }
a { background-color: rgb(212,108,16); }
div.DivClassName
{
background-color: #D46C10;
}
.BgClassName
{
background-color: #D46C10;
}
</style>
border-color css
<style>
span { border-color: #D46C10; }
span { border-color: rgb(212,108,16); }
td.TdClassName
{
border-color: #D46C10;
}
.TagClassName
{
border-color: #D46C10;
}
</style>