Shades of Chocolate #D46316
Tints of Chocolate #D46316
RGB
CMYK
RGB Variations
Color information
#D46316 (or 0xD46316) is known color: Chocolate. HEX triplet: D4, 63 and 16. RGB value is (212,99,22). Sum of RGB (Red+Green+Blue) = 212+99+22=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D46316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46316 is #2B9CE9. Grayscale: #7C7C7C. Windows color (decimal): -2858218 or 1467348. OLE color: 1467348.
HSL color Cylindrical-coordinate representation of color #D46316: hue angle of 24.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D46316 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.17 |
| HSL | 24.32º | 0.81% | 0.46% | - |
| HSV(B) | 24.32º | 0.9% | 0.83% | - |
| XYZ | 31.76 | 22.98 | 3.52 | - |
| YUV | 124.01 | 70.44 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 22 | 0 | 0.53 | 0.90 | 0.17 | 24.32 | 0.81 | 0.46 |
| Hex | D4 | 63 | 16 | 0 | 35 | 5A | 11 | 18 | 51 | 2E |
| Octal | 324 | 143 | 26 | 0 | 65 | 132 | 21 | 30 | 121 | 56 |
| Binary | 11010100 | 1100011 | 10110 | 0 | 110101 | 1011010 | 10001 | 11000 | 1010001 | 101110 |
Color Harmonies of #D46316
Complementary color
Monochromatic Colors of #D46316
Black with #D46316
Text Example
Text Example
White with #D46316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46316; }
p { color: rgb(212,99,22); }
H1.HeaderClassName
{
color: #D46316;
}
.AnyTagClassName
{
color: #D46316;
}
</style>
background-color css
<style>
a { background-color: #D46316; }
a { background-color: rgb(212,99,22); }
div.DivClassName
{
background-color: #D46316;
}
.BgClassName
{
background-color: #D46316;
}
</style>
border-color css
<style>
span { border-color: #D46316; }
span { border-color: rgb(212,99,22); }
td.TdClassName
{
border-color: #D46316;
}
.TagClassName
{
border-color: #D46316;
}
</style>