Shades of Chocolate #D36617
Tints of Chocolate #D36617
RGB
CMYK
RGB Variations
Color information
#D36617 (or 0xD36617) is known color: Chocolate. HEX triplet: D3, 66 and 17. RGB value is (211,102,23). Sum of RGB (Red+Green+Blue) = 211+102+23=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D36617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36617 is #2C99E8. Grayscale: #7E7E7E. Windows color (decimal): -2922985 or 1533651. OLE color: 1533651.
HSL color Cylindrical-coordinate representation of color #D36617: hue angle of 25.21º 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 #D36617 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 23 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.17 |
| HSL | 25.21º | 0.8% | 0.46% | - |
| HSV(B) | 25.21º | 0.89% | 0.83% | - |
| XYZ | 31.77 | 23.41 | 3.66 | - |
| YUV | 125.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 23 | 0 | 0.52 | 0.89 | 0.17 | 25.21 | 0.8 | 0.46 |
| Hex | D3 | 66 | 17 | 0 | 34 | 59 | 11 | 19 | 50 | 2E |
| Octal | 323 | 146 | 27 | 0 | 64 | 131 | 21 | 31 | 120 | 56 |
| Binary | 11010011 | 1100110 | 10111 | 0 | 110100 | 1011001 | 10001 | 11001 | 1010000 | 101110 |
Color Harmonies of #D36617
Complementary color
Monochromatic Colors of #D36617
Black with #D36617
Text Example
Text Example
White with #D36617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36617; }
p { color: rgb(211,102,23); }
H1.HeaderClassName
{
color: #D36617;
}
.AnyTagClassName
{
color: #D36617;
}
</style>
background-color css
<style>
a { background-color: #D36617; }
a { background-color: rgb(211,102,23); }
div.DivClassName
{
background-color: #D36617;
}
.BgClassName
{
background-color: #D36617;
}
</style>
border-color css
<style>
span { border-color: #D36617; }
span { border-color: rgb(211,102,23); }
td.TdClassName
{
border-color: #D36617;
}
.TagClassName
{
border-color: #D36617;
}
</style>