Shades of Chocolate #D46410
Tints of Chocolate #D46410
RGB
CMYK
RGB Variations
Color information
#D46410 (or 0xD46410) is known color: Chocolate. HEX triplet: D4, 64 and 10. RGB value is (212,100,16). Sum of RGB (Red+Green+Blue) = 212+100+16=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D46410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46410 is #2B9BEF. Grayscale: #7C7C7C. Windows color (decimal): -2857968 or 1074388. OLE color: 1074388.
HSL color Cylindrical-coordinate representation of color #D46410: hue angle of 25.71º 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 #D46410 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.17 |
| HSL | 25.71º | 0.86% | 0.45% | - |
| HSV(B) | 25.71º | 0.92% | 0.83% | - |
| XYZ | 31.8 | 23.15 | 3.28 | - |
| YUV | 123.91 | 67.11 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 16 | 0 | 0.53 | 0.92 | 0.17 | 25.71 | 0.86 | 0.45 |
| Hex | D4 | 64 | 10 | 0 | 35 | 5C | 11 | 1A | 56 | 2D |
| Octal | 324 | 144 | 20 | 0 | 65 | 134 | 21 | 32 | 126 | 55 |
| Binary | 11010100 | 1100100 | 10000 | 0 | 110101 | 1011100 | 10001 | 11010 | 1010110 | 101101 |
Color Harmonies of #D46410
Complementary color
Monochromatic Colors of #D46410
Black with #D46410
Text Example
Text Example
White with #D46410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46410; }
p { color: rgb(212,100,16); }
H1.HeaderClassName
{
color: #D46410;
}
.AnyTagClassName
{
color: #D46410;
}
</style>
background-color css
<style>
a { background-color: #D46410; }
a { background-color: rgb(212,100,16); }
div.DivClassName
{
background-color: #D46410;
}
.BgClassName
{
background-color: #D46410;
}
</style>
border-color css
<style>
span { border-color: #D46410; }
span { border-color: rgb(212,100,16); }
td.TdClassName
{
border-color: #D46410;
}
.TagClassName
{
border-color: #D46410;
}
</style>