Shades of Chocolate #D47115
Tints of Chocolate #D47115
RGB
CMYK
RGB Variations
Color information
#D47115 (or 0xD47115) is known color: Chocolate. HEX triplet: D4, 71 and 15. RGB value is (212,113,21). Sum of RGB (Red+Green+Blue) = 212+113+21=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D47115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47115 is #2B8EEA. Grayscale: #848484. Windows color (decimal): -2854635 or 1405396. OLE color: 1405396.
HSL color Cylindrical-coordinate representation of color #D47115: hue angle of 28.9º 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 #D47115 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.17 |
| HSL | 28.9º | 0.82% | 0.46% | - |
| HSV(B) | 28.9º | 0.9% | 0.83% | - |
| XYZ | 33.19 | 25.86 | 3.95 | - |
| YUV | 132.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 21 | 0 | 0.47 | 0.90 | 0.17 | 28.9 | 0.82 | 0.46 |
| Hex | D4 | 71 | 15 | 0 | 2F | 5A | 11 | 1D | 52 | 2E |
| Octal | 324 | 161 | 25 | 0 | 57 | 132 | 21 | 35 | 122 | 56 |
| Binary | 11010100 | 1110001 | 10101 | 0 | 101111 | 1011010 | 10001 | 11101 | 1010010 | 101110 |
Color Harmonies of #D47115
Complementary color
Monochromatic Colors of #D47115
Black with #D47115
Text Example
Text Example
White with #D47115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47115; }
p { color: rgb(212,113,21); }
H1.HeaderClassName
{
color: #D47115;
}
.AnyTagClassName
{
color: #D47115;
}
</style>
background-color css
<style>
a { background-color: #D47115; }
a { background-color: rgb(212,113,21); }
div.DivClassName
{
background-color: #D47115;
}
.BgClassName
{
background-color: #D47115;
}
</style>
border-color css
<style>
span { border-color: #D47115; }
span { border-color: rgb(212,113,21); }
td.TdClassName
{
border-color: #D47115;
}
.TagClassName
{
border-color: #D47115;
}
</style>