Shades of Chocolate #D36716
Tints of Chocolate #D36716
RGB
CMYK
RGB Variations
Color information
#D36716 (or 0xD36716) is known color: Chocolate. HEX triplet: D3, 67 and 16. RGB value is (211,103,22). Sum of RGB (Red+Green+Blue) = 211+103+22=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D36716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36716 is #2C98E9. Grayscale: #7E7E7E. Windows color (decimal): -2922730 or 1468371. OLE color: 1468371.
HSL color Cylindrical-coordinate representation of color #D36716: hue angle of 25.71º 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 #D36716 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.17 |
| HSL | 25.71º | 0.81% | 0.46% | - |
| HSV(B) | 25.71º | 0.9% | 0.83% | - |
| XYZ | 31.86 | 23.61 | 3.64 | - |
| YUV | 126.06 | 69.28 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 22 | 0 | 0.51 | 0.90 | 0.17 | 25.71 | 0.81 | 0.46 |
| Hex | D3 | 67 | 16 | 0 | 33 | 5A | 11 | 1A | 51 | 2E |
| Octal | 323 | 147 | 26 | 0 | 63 | 132 | 21 | 32 | 121 | 56 |
| Binary | 11010011 | 1100111 | 10110 | 0 | 110011 | 1011010 | 10001 | 11010 | 1010001 | 101110 |
Color Harmonies of #D36716
Complementary color
Monochromatic Colors of #D36716
Black with #D36716
Text Example
Text Example
White with #D36716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36716; }
p { color: rgb(211,103,22); }
H1.HeaderClassName
{
color: #D36716;
}
.AnyTagClassName
{
color: #D36716;
}
</style>
background-color css
<style>
a { background-color: #D36716; }
a { background-color: rgb(211,103,22); }
div.DivClassName
{
background-color: #D36716;
}
.BgClassName
{
background-color: #D36716;
}
</style>
border-color css
<style>
span { border-color: #D36716; }
span { border-color: rgb(211,103,22); }
td.TdClassName
{
border-color: #D36716;
}
.TagClassName
{
border-color: #D36716;
}
</style>