Shades of Chocolate #D36110
Tints of Chocolate #D36110
RGB
CMYK
RGB Variations
Color information
#D36110 (or 0xD36110) is known color: Chocolate. HEX triplet: D3, 61 and 10. RGB value is (211,97,16). Sum of RGB (Red+Green+Blue) = 211+97+16=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D36110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36110 is #2C9EEF. Grayscale: #7A7A7A. Windows color (decimal): -2924272 or 1073619. OLE color: 1073619.
HSL color Cylindrical-coordinate representation of color #D36110: hue angle of 24.92º 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 #D36110 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.17 |
| HSL | 24.92º | 0.86% | 0.45% | - |
| HSV(B) | 24.92º | 0.92% | 0.83% | - |
| XYZ | 31.23 | 22.44 | 3.17 | - |
| YUV | 121.85 | 68.27 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 16 | 0 | 0.54 | 0.92 | 0.17 | 24.92 | 0.86 | 0.45 |
| Hex | D3 | 61 | 10 | 0 | 36 | 5C | 11 | 19 | 56 | 2D |
| Octal | 323 | 141 | 20 | 0 | 66 | 134 | 21 | 31 | 126 | 55 |
| Binary | 11010011 | 1100001 | 10000 | 0 | 110110 | 1011100 | 10001 | 11001 | 1010110 | 101101 |
Color Harmonies of #D36110
Complementary color
Monochromatic Colors of #D36110
Black with #D36110
Text Example
Text Example
White with #D36110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36110; }
p { color: rgb(211,97,16); }
H1.HeaderClassName
{
color: #D36110;
}
.AnyTagClassName
{
color: #D36110;
}
</style>
background-color css
<style>
a { background-color: #D36110; }
a { background-color: rgb(211,97,16); }
div.DivClassName
{
background-color: #D36110;
}
.BgClassName
{
background-color: #D36110;
}
</style>
border-color css
<style>
span { border-color: #D36110; }
span { border-color: rgb(211,97,16); }
td.TdClassName
{
border-color: #D36110;
}
.TagClassName
{
border-color: #D36110;
}
</style>