Shades of Chocolate #D46A15
Tints of Chocolate #D46A15
RGB
CMYK
RGB Variations
Color information
#D46A15 (or 0xD46A15) is known color: Chocolate. HEX triplet: D4, 6A and 15. RGB value is (212,106,21). Sum of RGB (Red+Green+Blue) = 212+106+21=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A15 is #2B95EA. Grayscale: #808080. Windows color (decimal): -2856427 or 1403604. OLE color: 1403604.
HSL color Cylindrical-coordinate representation of color #D46A15: hue angle of 26.7º degrees, saturation: 0.82, 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 #D46A15 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 21 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.17 |
| HSL | 26.7º | 0.82% | 0.46% | - |
| HSV(B) | 26.7º | 0.9% | 0.83% | - |
| XYZ | 32.44 | 24.36 | 3.7 | - |
| YUV | 128 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 21 | 0 | 0.5 | 0.90 | 0.17 | 26.7 | 0.82 | 0.46 |
| Hex | D4 | 6A | 15 | 0 | 32 | 5A | 11 | 1B | 52 | 2E |
| Octal | 324 | 152 | 25 | 0 | 62 | 132 | 21 | 33 | 122 | 56 |
| Binary | 11010100 | 1101010 | 10101 | 0 | 110010 | 1011010 | 10001 | 11011 | 1010010 | 101110 |
Color Harmonies of #D46A15
Complementary color
Monochromatic Colors of #D46A15
Black with #D46A15
Text Example
Text Example
White with #D46A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A15; }
p { color: rgb(212,106,21); }
H1.HeaderClassName
{
color: #D46A15;
}
.AnyTagClassName
{
color: #D46A15;
}
</style>
background-color css
<style>
a { background-color: #D46A15; }
a { background-color: rgb(212,106,21); }
div.DivClassName
{
background-color: #D46A15;
}
.BgClassName
{
background-color: #D46A15;
}
</style>
border-color css
<style>
span { border-color: #D46A15; }
span { border-color: rgb(212,106,21); }
td.TdClassName
{
border-color: #D46A15;
}
.TagClassName
{
border-color: #D46A15;
}
</style>