Shades of Chocolate #D46F16
Tints of Chocolate #D46F16
RGB
CMYK
RGB Variations
Color information
#D46F16 (or 0xD46F16) is known color: Chocolate. HEX triplet: D4, 6F and 16. RGB value is (212,111,22). Sum of RGB (Red+Green+Blue) = 212+111+22=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46F16 is #2B90E9. Grayscale: #838383. Windows color (decimal): -2855146 or 1470420. OLE color: 1470420.
HSL color Cylindrical-coordinate representation of color #D46F16: hue angle of 28.11º 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 #D46F16 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 22 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.17 |
| HSL | 28.11º | 0.81% | 0.46% | - |
| HSV(B) | 28.11º | 0.9% | 0.83% | - |
| XYZ | 32.98 | 25.42 | 3.93 | - |
| YUV | 131.05 | 66.46 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 22 | 0 | 0.48 | 0.90 | 0.17 | 28.11 | 0.81 | 0.46 |
| Hex | D4 | 6F | 16 | 0 | 30 | 5A | 11 | 1C | 51 | 2E |
| Octal | 324 | 157 | 26 | 0 | 60 | 132 | 21 | 34 | 121 | 56 |
| Binary | 11010100 | 1101111 | 10110 | 0 | 110000 | 1011010 | 10001 | 11100 | 1010001 | 101110 |
Color Harmonies of #D46F16
Complementary color
Monochromatic Colors of #D46F16
Black with #D46F16
Text Example
Text Example
White with #D46F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F16; }
p { color: rgb(212,111,22); }
H1.HeaderClassName
{
color: #D46F16;
}
.AnyTagClassName
{
color: #D46F16;
}
</style>
background-color css
<style>
a { background-color: #D46F16; }
a { background-color: rgb(212,111,22); }
div.DivClassName
{
background-color: #D46F16;
}
.BgClassName
{
background-color: #D46F16;
}
</style>
border-color css
<style>
span { border-color: #D46F16; }
span { border-color: rgb(212,111,22); }
td.TdClassName
{
border-color: #D46F16;
}
.TagClassName
{
border-color: #D46F16;
}
</style>