Shades of Chocolate #D35616
Tints of Chocolate #D35616
RGB
CMYK
RGB Variations
Color information
#D35616 (or 0xD35616) is known color: Chocolate. HEX triplet: D3, 56 and 16. RGB value is (211,86,22). Sum of RGB (Red+Green+Blue) = 211+86+22=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D35616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35616 is #2CA9E9. Grayscale: #747474. Windows color (decimal): -2927082 or 1464019. OLE color: 1464019.
HSL color Cylindrical-coordinate representation of color #D35616: hue angle of 20.32º 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 #D35616 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.17 |
| HSL | 20.32º | 0.81% | 0.46% | - |
| HSV(B) | 20.32º | 0.9% | 0.83% | - |
| XYZ | 30.34 | 20.56 | 3.13 | - |
| YUV | 116.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 22 | 0 | 0.59 | 0.90 | 0.17 | 20.32 | 0.81 | 0.46 |
| Hex | D3 | 56 | 16 | 0 | 3B | 5A | 11 | 14 | 51 | 2E |
| Octal | 323 | 126 | 26 | 0 | 73 | 132 | 21 | 24 | 121 | 56 |
| Binary | 11010011 | 1010110 | 10110 | 0 | 111011 | 1011010 | 10001 | 10100 | 1010001 | 101110 |
Color Harmonies of #D35616
Complementary color
Monochromatic Colors of #D35616
Black with #D35616
Text Example
Text Example
White with #D35616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35616; }
p { color: rgb(211,86,22); }
H1.HeaderClassName
{
color: #D35616;
}
.AnyTagClassName
{
color: #D35616;
}
</style>
background-color css
<style>
a { background-color: #D35616; }
a { background-color: rgb(211,86,22); }
div.DivClassName
{
background-color: #D35616;
}
.BgClassName
{
background-color: #D35616;
}
</style>
border-color css
<style>
span { border-color: #D35616; }
span { border-color: rgb(211,86,22); }
td.TdClassName
{
border-color: #D35616;
}
.TagClassName
{
border-color: #D35616;
}
</style>