Shades of Chocolate #D37115
Tints of Chocolate #D37115
RGB
CMYK
RGB Variations
Color information
#D37115 (or 0xD37115) is known color: Chocolate. HEX triplet: D3, 71 and 15. RGB value is (211,113,21). Sum of RGB (Red+Green+Blue) = 211+113+21=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D37115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37115 is #2C8EEA. Grayscale: #848484. Windows color (decimal): -2920171 or 1405395. OLE color: 1405395.
HSL color Cylindrical-coordinate representation of color #D37115: hue angle of 29.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D37115 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 21 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.17 |
| HSL | 29.05º | 0.82% | 0.45% | - |
| HSV(B) | 29.05º | 0.9% | 0.83% | - |
| XYZ | 32.9 | 25.71 | 3.94 | - |
| YUV | 131.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 21 | 0 | 0.46 | 0.90 | 0.17 | 29.05 | 0.82 | 0.45 |
| Hex | D3 | 71 | 15 | 0 | 2E | 5A | 11 | 1D | 52 | 2D |
| Octal | 323 | 161 | 25 | 0 | 56 | 132 | 21 | 35 | 122 | 55 |
| Binary | 11010011 | 1110001 | 10101 | 0 | 101110 | 1011010 | 10001 | 11101 | 1010010 | 101101 |
Color Harmonies of #D37115
Complementary color
Monochromatic Colors of #D37115
Black with #D37115
Text Example
Text Example
White with #D37115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37115; }
p { color: rgb(211,113,21); }
H1.HeaderClassName
{
color: #D37115;
}
.AnyTagClassName
{
color: #D37115;
}
</style>
background-color css
<style>
a { background-color: #D37115; }
a { background-color: rgb(211,113,21); }
div.DivClassName
{
background-color: #D37115;
}
.BgClassName
{
background-color: #D37115;
}
</style>
border-color css
<style>
span { border-color: #D37115; }
span { border-color: rgb(211,113,21); }
td.TdClassName
{
border-color: #D37115;
}
.TagClassName
{
border-color: #D37115;
}
</style>