Shades of Chocolate #D77017
Tints of Chocolate #D77017
RGB
CMYK
RGB Variations
Color information
#D77017 (or 0xD77017) is known color: Chocolate. HEX triplet: D7, 70 and 17. RGB value is (215,112,23). Sum of RGB (Red+Green+Blue) = 215+112+23=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77017 is #288FE8. Grayscale: #858585. Windows color (decimal): -2658281 or 1536215. OLE color: 1536215.
HSL color Cylindrical-coordinate representation of color #D77017: hue angle of 27.81º 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 #D77017 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 23 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.16 |
| HSL | 27.81º | 0.81% | 0.47% | - |
| HSV(B) | 27.81º | 0.89% | 0.84% | - |
| XYZ | 33.97 | 26.1 | 4.06 | - |
| YUV | 132.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 23 | 0 | 0.48 | 0.89 | 0.16 | 27.81 | 0.81 | 0.47 |
| Hex | D7 | 70 | 17 | 0 | 30 | 59 | 10 | 1C | 51 | 2F |
| Octal | 327 | 160 | 27 | 0 | 60 | 131 | 20 | 34 | 121 | 57 |
| Binary | 11010111 | 1110000 | 10111 | 0 | 110000 | 1011001 | 10000 | 11100 | 1010001 | 101111 |
Color Harmonies of #D77017
Complementary color
Monochromatic Colors of #D77017
Black with #D77017
Text Example
Text Example
White with #D77017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77017; }
p { color: rgb(215,112,23); }
H1.HeaderClassName
{
color: #D77017;
}
.AnyTagClassName
{
color: #D77017;
}
</style>
background-color css
<style>
a { background-color: #D77017; }
a { background-color: rgb(215,112,23); }
div.DivClassName
{
background-color: #D77017;
}
.BgClassName
{
background-color: #D77017;
}
</style>
border-color css
<style>
span { border-color: #D77017; }
span { border-color: rgb(215,112,23); }
td.TdClassName
{
border-color: #D77017;
}
.TagClassName
{
border-color: #D77017;
}
</style>