Shades of Chocolate #D35F16
Tints of Chocolate #D35F16
RGB
CMYK
RGB Variations
Color information
#D35F16 (or 0xD35F16) is known color: Chocolate. HEX triplet: D3, 5F and 16. RGB value is (211,95,22). Sum of RGB (Red+Green+Blue) = 211+95+22=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35F16 is #2CA0E9. Grayscale: #797979. Windows color (decimal): -2924778 or 1466323. OLE color: 1466323.
HSL color Cylindrical-coordinate representation of color #D35F16: hue angle of 23.17º 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 #D35F16 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 22 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.17 |
| HSL | 23.17º | 0.81% | 0.46% | - |
| HSV(B) | 23.17º | 0.9% | 0.83% | - |
| XYZ | 31.1 | 22.09 | 3.38 | - |
| YUV | 121.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 22 | 0 | 0.55 | 0.90 | 0.17 | 23.17 | 0.81 | 0.46 |
| Hex | D3 | 5F | 16 | 0 | 37 | 5A | 11 | 17 | 51 | 2E |
| Octal | 323 | 137 | 26 | 0 | 67 | 132 | 21 | 27 | 121 | 56 |
| Binary | 11010011 | 1011111 | 10110 | 0 | 110111 | 1011010 | 10001 | 10111 | 1010001 | 101110 |
Color Harmonies of #D35F16
Complementary color
Monochromatic Colors of #D35F16
Black with #D35F16
Text Example
Text Example
White with #D35F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35F16; }
p { color: rgb(211,95,22); }
H1.HeaderClassName
{
color: #D35F16;
}
.AnyTagClassName
{
color: #D35F16;
}
</style>
background-color css
<style>
a { background-color: #D35F16; }
a { background-color: rgb(211,95,22); }
div.DivClassName
{
background-color: #D35F16;
}
.BgClassName
{
background-color: #D35F16;
}
</style>
border-color css
<style>
span { border-color: #D35F16; }
span { border-color: rgb(211,95,22); }
td.TdClassName
{
border-color: #D35F16;
}
.TagClassName
{
border-color: #D35F16;
}
</style>