Shades of Chocolate #D76717
Tints of Chocolate #D76717
RGB
CMYK
RGB Variations
Color information
#D76717 (or 0xD76717) is known color: Chocolate. HEX triplet: D7, 67 and 17. RGB value is (215,103,23). Sum of RGB (Red+Green+Blue) = 215+103+23=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D76717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76717 is #2898E8. Grayscale: #7F7F7F. Windows color (decimal): -2660585 or 1533911. OLE color: 1533911.
HSL color Cylindrical-coordinate representation of color #D76717: hue angle of 25º 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 #D76717 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 23 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.16 |
| HSL | 25º | 0.81% | 0.47% | - |
| HSV(B) | 25º | 0.89% | 0.84% | - |
| XYZ | 33.03 | 24.21 | 3.74 | - |
| YUV | 127.37 | 69.11 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 23 | 0 | 0.52 | 0.89 | 0.16 | 25 | 0.81 | 0.47 |
| Hex | D7 | 67 | 17 | 0 | 34 | 59 | 10 | 19 | 51 | 2F |
| Octal | 327 | 147 | 27 | 0 | 64 | 131 | 20 | 31 | 121 | 57 |
| Binary | 11010111 | 1100111 | 10111 | 0 | 110100 | 1011001 | 10000 | 11001 | 1010001 | 101111 |
Color Harmonies of #D76717
Complementary color
Monochromatic Colors of #D76717
Black with #D76717
Text Example
Text Example
White with #D76717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76717; }
p { color: rgb(215,103,23); }
H1.HeaderClassName
{
color: #D76717;
}
.AnyTagClassName
{
color: #D76717;
}
</style>
background-color css
<style>
a { background-color: #D76717; }
a { background-color: rgb(215,103,23); }
div.DivClassName
{
background-color: #D76717;
}
.BgClassName
{
background-color: #D76717;
}
</style>
border-color css
<style>
span { border-color: #D76717; }
span { border-color: rgb(215,103,23); }
td.TdClassName
{
border-color: #D76717;
}
.TagClassName
{
border-color: #D76717;
}
</style>