Shades of Chocolate #D46F15
Tints of Chocolate #D46F15
RGB
CMYK
RGB Variations
Color information
#D46F15 (or 0xD46F15) is known color: Chocolate. HEX triplet: D4, 6F and 15. RGB value is (212,111,21). Sum of RGB (Red+Green+Blue) = 212+111+21=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46F15 is #2B90EA. Grayscale: #838383. Windows color (decimal): -2855147 or 1404884. OLE color: 1404884.
HSL color Cylindrical-coordinate representation of color #D46F15: hue angle of 28.27º 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 #D46F15 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 21 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.17 |
| HSL | 28.27º | 0.82% | 0.46% | - |
| HSV(B) | 28.27º | 0.9% | 0.83% | - |
| XYZ | 32.97 | 25.42 | 3.88 | - |
| YUV | 130.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 21 | 0 | 0.48 | 0.90 | 0.17 | 28.27 | 0.82 | 0.46 |
| Hex | D4 | 6F | 15 | 0 | 30 | 5A | 11 | 1C | 52 | 2E |
| Octal | 324 | 157 | 25 | 0 | 60 | 132 | 21 | 34 | 122 | 56 |
| Binary | 11010100 | 1101111 | 10101 | 0 | 110000 | 1011010 | 10001 | 11100 | 1010010 | 101110 |
Color Harmonies of #D46F15
Complementary color
Monochromatic Colors of #D46F15
Black with #D46F15
Text Example
Text Example
White with #D46F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F15; }
p { color: rgb(212,111,21); }
H1.HeaderClassName
{
color: #D46F15;
}
.AnyTagClassName
{
color: #D46F15;
}
</style>
background-color css
<style>
a { background-color: #D46F15; }
a { background-color: rgb(212,111,21); }
div.DivClassName
{
background-color: #D46F15;
}
.BgClassName
{
background-color: #D46F15;
}
</style>
border-color css
<style>
span { border-color: #D46F15; }
span { border-color: rgb(212,111,21); }
td.TdClassName
{
border-color: #D46F15;
}
.TagClassName
{
border-color: #D46F15;
}
</style>