Shades of Chocolate #D36016
Tints of Chocolate #D36016
RGB
CMYK
RGB Variations
Color information
#D36016 (or 0xD36016) is known color: Chocolate. HEX triplet: D3, 60 and 16. RGB value is (211,96,22). Sum of RGB (Red+Green+Blue) = 211+96+22=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D36016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36016 is #2C9FE9. Grayscale: #7A7A7A. Windows color (decimal): -2924522 or 1466579. OLE color: 1466579.
HSL color Cylindrical-coordinate representation of color #D36016: hue angle of 23.49º 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 #D36016 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 22 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.17 |
| HSL | 23.49º | 0.81% | 0.46% | - |
| HSV(B) | 23.49º | 0.9% | 0.83% | - |
| XYZ | 31.19 | 22.27 | 3.41 | - |
| YUV | 121.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 22 | 0 | 0.55 | 0.90 | 0.17 | 23.49 | 0.81 | 0.46 |
| Hex | D3 | 60 | 16 | 0 | 37 | 5A | 11 | 17 | 51 | 2E |
| Octal | 323 | 140 | 26 | 0 | 67 | 132 | 21 | 27 | 121 | 56 |
| Binary | 11010011 | 1100000 | 10110 | 0 | 110111 | 1011010 | 10001 | 10111 | 1010001 | 101110 |
Color Harmonies of #D36016
Complementary color
Monochromatic Colors of #D36016
Black with #D36016
Text Example
Text Example
White with #D36016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36016; }
p { color: rgb(211,96,22); }
H1.HeaderClassName
{
color: #D36016;
}
.AnyTagClassName
{
color: #D36016;
}
</style>
background-color css
<style>
a { background-color: #D36016; }
a { background-color: rgb(211,96,22); }
div.DivClassName
{
background-color: #D36016;
}
.BgClassName
{
background-color: #D36016;
}
</style>
border-color css
<style>
span { border-color: #D36016; }
span { border-color: rgb(211,96,22); }
td.TdClassName
{
border-color: #D36016;
}
.TagClassName
{
border-color: #D36016;
}
</style>