Shades of Chocolate #D35617
Tints of Chocolate #D35617
RGB
CMYK
RGB Variations
Color information
#D35617 (or 0xD35617) is known color: Chocolate. HEX triplet: D3, 56 and 17. RGB value is (211,86,23). Sum of RGB (Red+Green+Blue) = 211+86+23=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D35617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35617 is #2CA9E8. Grayscale: #747474. Windows color (decimal): -2927081 or 1529555. OLE color: 1529555.
HSL color Cylindrical-coordinate representation of color #D35617: hue angle of 20.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D35617 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 23 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.17 |
| HSL | 20.11º | 0.8% | 0.46% | - |
| HSV(B) | 20.11º | 0.89% | 0.83% | - |
| XYZ | 30.35 | 20.57 | 3.18 | - |
| YUV | 116.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 23 | 0 | 0.59 | 0.89 | 0.17 | 20.11 | 0.8 | 0.46 |
| Hex | D3 | 56 | 17 | 0 | 3B | 59 | 11 | 14 | 50 | 2E |
| Octal | 323 | 126 | 27 | 0 | 73 | 131 | 21 | 24 | 120 | 56 |
| Binary | 11010011 | 1010110 | 10111 | 0 | 111011 | 1011001 | 10001 | 10100 | 1010000 | 101110 |
Color Harmonies of #D35617
Complementary color
Monochromatic Colors of #D35617
Black with #D35617
Text Example
Text Example
White with #D35617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35617; }
p { color: rgb(211,86,23); }
H1.HeaderClassName
{
color: #D35617;
}
.AnyTagClassName
{
color: #D35617;
}
</style>
background-color css
<style>
a { background-color: #D35617; }
a { background-color: rgb(211,86,23); }
div.DivClassName
{
background-color: #D35617;
}
.BgClassName
{
background-color: #D35617;
}
</style>
border-color css
<style>
span { border-color: #D35617; }
span { border-color: rgb(211,86,23); }
td.TdClassName
{
border-color: #D35617;
}
.TagClassName
{
border-color: #D35617;
}
</style>