Shades of Chocolate #D36916
Tints of Chocolate #D36916
RGB
CMYK
RGB Variations
Color information
#D36916 (or 0xD36916) is known color: Chocolate. HEX triplet: D3, 69 and 16. RGB value is (211,105,22). Sum of RGB (Red+Green+Blue) = 211+105+22=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D36916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36916 is #2C96E9. Grayscale: #7F7F7F. Windows color (decimal): -2922218 or 1468883. OLE color: 1468883.
HSL color Cylindrical-coordinate representation of color #D36916: hue angle of 26.35º degrees, saturation: 0.81, 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 #D36916 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.17 |
| HSL | 26.35º | 0.81% | 0.46% | - |
| HSV(B) | 26.35º | 0.9% | 0.83% | - |
| XYZ | 32.06 | 24.01 | 3.7 | - |
| YUV | 127.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 22 | 0 | 0.50 | 0.90 | 0.17 | 26.35 | 0.81 | 0.46 |
| Hex | D3 | 69 | 16 | 0 | 32 | 5A | 11 | 1A | 51 | 2E |
| Octal | 323 | 151 | 26 | 0 | 62 | 132 | 21 | 32 | 121 | 56 |
| Binary | 11010011 | 1101001 | 10110 | 0 | 110010 | 1011010 | 10001 | 11010 | 1010001 | 101110 |
Color Harmonies of #D36916
Complementary color
Monochromatic Colors of #D36916
Black with #D36916
Text Example
Text Example
White with #D36916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36916; }
p { color: rgb(211,105,22); }
H1.HeaderClassName
{
color: #D36916;
}
.AnyTagClassName
{
color: #D36916;
}
</style>
background-color css
<style>
a { background-color: #D36916; }
a { background-color: rgb(211,105,22); }
div.DivClassName
{
background-color: #D36916;
}
.BgClassName
{
background-color: #D36916;
}
</style>
border-color css
<style>
span { border-color: #D36916; }
span { border-color: rgb(211,105,22); }
td.TdClassName
{
border-color: #D36916;
}
.TagClassName
{
border-color: #D36916;
}
</style>