Shades of Chocolate #D35916
Tints of Chocolate #D35916
RGB
CMYK
RGB Variations
Color information
#D35916 (or 0xD35916) is known color: Chocolate. HEX triplet: D3, 59 and 16. RGB value is (211,89,22). Sum of RGB (Red+Green+Blue) = 211+89+22=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D35916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35916 is #2CA6E9. Grayscale: #767676. Windows color (decimal): -2926314 or 1464787. OLE color: 1464787.
HSL color Cylindrical-coordinate representation of color #D35916: hue angle of 21.27º 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 #D35916 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 22 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.17 |
| HSL | 21.27º | 0.81% | 0.46% | - |
| HSV(B) | 21.27º | 0.9% | 0.83% | - |
| XYZ | 30.58 | 21.05 | 3.21 | - |
| YUV | 117.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 22 | 0 | 0.58 | 0.90 | 0.17 | 21.27 | 0.81 | 0.46 |
| Hex | D3 | 59 | 16 | 0 | 3A | 5A | 11 | 15 | 51 | 2E |
| Octal | 323 | 131 | 26 | 0 | 72 | 132 | 21 | 25 | 121 | 56 |
| Binary | 11010011 | 1011001 | 10110 | 0 | 111010 | 1011010 | 10001 | 10101 | 1010001 | 101110 |
Color Harmonies of #D35916
Complementary color
Monochromatic Colors of #D35916
Black with #D35916
Text Example
Text Example
White with #D35916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35916; }
p { color: rgb(211,89,22); }
H1.HeaderClassName
{
color: #D35916;
}
.AnyTagClassName
{
color: #D35916;
}
</style>
background-color css
<style>
a { background-color: #D35916; }
a { background-color: rgb(211,89,22); }
div.DivClassName
{
background-color: #D35916;
}
.BgClassName
{
background-color: #D35916;
}
</style>
border-color css
<style>
span { border-color: #D35916; }
span { border-color: rgb(211,89,22); }
td.TdClassName
{
border-color: #D35916;
}
.TagClassName
{
border-color: #D35916;
}
</style>