Shades of Chocolate #D76D17
Tints of Chocolate #D76D17
RGB
CMYK
RGB Variations
Color information
#D76D17 (or 0xD76D17) is known color: Chocolate. HEX triplet: D7, 6D and 17. RGB value is (215,109,23). Sum of RGB (Red+Green+Blue) = 215+109+23=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D17 is #2892E8. Grayscale: #838383. Windows color (decimal): -2659049 or 1535447. OLE color: 1535447.
HSL color Cylindrical-coordinate representation of color #D76D17: hue angle of 26.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D76D17 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 23 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.16 |
| HSL | 26.88º | 0.81% | 0.47% | - |
| HSV(B) | 26.88º | 0.89% | 0.84% | - |
| XYZ | 33.65 | 25.45 | 3.95 | - |
| YUV | 130.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 23 | 0 | 0.49 | 0.89 | 0.16 | 26.88 | 0.81 | 0.47 |
| Hex | D7 | 6D | 17 | 0 | 31 | 59 | 10 | 1B | 51 | 2F |
| Octal | 327 | 155 | 27 | 0 | 61 | 131 | 20 | 33 | 121 | 57 |
| Binary | 11010111 | 1101101 | 10111 | 0 | 110001 | 1011001 | 10000 | 11011 | 1010001 | 101111 |
Color Harmonies of #D76D17
Complementary color
Monochromatic Colors of #D76D17
Black with #D76D17
Text Example
Text Example
White with #D76D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D17; }
p { color: rgb(215,109,23); }
H1.HeaderClassName
{
color: #D76D17;
}
.AnyTagClassName
{
color: #D76D17;
}
</style>
background-color css
<style>
a { background-color: #D76D17; }
a { background-color: rgb(215,109,23); }
div.DivClassName
{
background-color: #D76D17;
}
.BgClassName
{
background-color: #D76D17;
}
</style>
border-color css
<style>
span { border-color: #D76D17; }
span { border-color: rgb(215,109,23); }
td.TdClassName
{
border-color: #D76D17;
}
.TagClassName
{
border-color: #D76D17;
}
</style>