Shades of Chocolate #D36510
Tints of Chocolate #D36510
RGB
CMYK
RGB Variations
Color information
#D36510 (or 0xD36510) is known color: Chocolate. HEX triplet: D3, 65 and 10. RGB value is (211,101,16). Sum of RGB (Red+Green+Blue) = 211+101+16=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D36510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36510 is #2C9AEF. Grayscale: #7C7C7C. Windows color (decimal): -2923248 or 1074643. OLE color: 1074643.
HSL color Cylindrical-coordinate representation of color #D36510: hue angle of 26.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D36510 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.17 |
| HSL | 26.15º | 0.86% | 0.45% | - |
| HSV(B) | 26.15º | 0.92% | 0.83% | - |
| XYZ | 31.61 | 23.19 | 3.3 | - |
| YUV | 124.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 16 | 0 | 0.52 | 0.92 | 0.17 | 26.15 | 0.86 | 0.45 |
| Hex | D3 | 65 | 10 | 0 | 34 | 5C | 11 | 1A | 56 | 2D |
| Octal | 323 | 145 | 20 | 0 | 64 | 134 | 21 | 32 | 126 | 55 |
| Binary | 11010011 | 1100101 | 10000 | 0 | 110100 | 1011100 | 10001 | 11010 | 1010110 | 101101 |
Color Harmonies of #D36510
Complementary color
Monochromatic Colors of #D36510
Black with #D36510
Text Example
Text Example
White with #D36510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36510; }
p { color: rgb(211,101,16); }
H1.HeaderClassName
{
color: #D36510;
}
.AnyTagClassName
{
color: #D36510;
}
</style>
background-color css
<style>
a { background-color: #D36510; }
a { background-color: rgb(211,101,16); }
div.DivClassName
{
background-color: #D36510;
}
.BgClassName
{
background-color: #D36510;
}
</style>
border-color css
<style>
span { border-color: #D36510; }
span { border-color: rgb(211,101,16); }
td.TdClassName
{
border-color: #D36510;
}
.TagClassName
{
border-color: #D36510;
}
</style>