Shades of Chocolate #D36115
Tints of Chocolate #D36115
RGB
CMYK
RGB Variations
Color information
#D36115 (or 0xD36115) is known color: Chocolate. HEX triplet: D3, 61 and 15. RGB value is (211,97,21). Sum of RGB (Red+Green+Blue) = 211+97+21=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D36115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36115 is #2C9EEA. Grayscale: #7A7A7A. Windows color (decimal): -2924267 or 1401299. OLE color: 1401299.
HSL color Cylindrical-coordinate representation of color #D36115: hue angle of 24º 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 #D36115 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.17 |
| HSL | 24º | 0.82% | 0.45% | - |
| HSV(B) | 24º | 0.9% | 0.83% | - |
| XYZ | 31.27 | 22.45 | 3.39 | - |
| YUV | 122.42 | 70.77 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 21 | 0 | 0.54 | 0.90 | 0.17 | 24 | 0.82 | 0.45 |
| Hex | D3 | 61 | 15 | 0 | 36 | 5A | 11 | 18 | 52 | 2D |
| Octal | 323 | 141 | 25 | 0 | 66 | 132 | 21 | 30 | 122 | 55 |
| Binary | 11010011 | 1100001 | 10101 | 0 | 110110 | 1011010 | 10001 | 11000 | 1010010 | 101101 |
Color Harmonies of #D36115
Complementary color
Monochromatic Colors of #D36115
Black with #D36115
Text Example
Text Example
White with #D36115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36115; }
p { color: rgb(211,97,21); }
H1.HeaderClassName
{
color: #D36115;
}
.AnyTagClassName
{
color: #D36115;
}
</style>
background-color css
<style>
a { background-color: #D36115; }
a { background-color: rgb(211,97,21); }
div.DivClassName
{
background-color: #D36115;
}
.BgClassName
{
background-color: #D36115;
}
</style>
border-color css
<style>
span { border-color: #D36115; }
span { border-color: rgb(211,97,21); }
td.TdClassName
{
border-color: #D36115;
}
.TagClassName
{
border-color: #D36115;
}
</style>