Shades of Chocolate #D15717
Tints of Chocolate #D15717
RGB
CMYK
RGB Variations
Color information
#D15717 (or 0xD15717) is known color: Chocolate. HEX triplet: D1, 57 and 17. RGB value is (209,87,23). Sum of RGB (Red+Green+Blue) = 209+87+23=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D15717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15717 is #2EA8E8. Grayscale: #747474. Windows color (decimal): -3057897 or 1529809. OLE color: 1529809.
HSL color Cylindrical-coordinate representation of color #D15717: hue angle of 20.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15717 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 23 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.18 |
| HSL | 20.65º | 0.8% | 0.45% | - |
| HSV(B) | 20.65º | 0.89% | 0.82% | - |
| XYZ | 29.86 | 20.43 | 3.18 | - |
| YUV | 116.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 23 | 0 | 0.58 | 0.89 | 0.18 | 20.65 | 0.8 | 0.45 |
| Hex | D1 | 57 | 17 | 0 | 3A | 59 | 12 | 15 | 50 | 2D |
| Octal | 321 | 127 | 27 | 0 | 72 | 131 | 22 | 25 | 120 | 55 |
| Binary | 11010001 | 1010111 | 10111 | 0 | 111010 | 1011001 | 10010 | 10101 | 1010000 | 101101 |
Color Harmonies of #D15717
Complementary color
Monochromatic Colors of #D15717
Black with #D15717
Text Example
Text Example
White with #D15717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15717; }
p { color: rgb(209,87,23); }
H1.HeaderClassName
{
color: #D15717;
}
.AnyTagClassName
{
color: #D15717;
}
</style>
background-color css
<style>
a { background-color: #D15717; }
a { background-color: rgb(209,87,23); }
div.DivClassName
{
background-color: #D15717;
}
.BgClassName
{
background-color: #D15717;
}
</style>
border-color css
<style>
span { border-color: #D15717; }
span { border-color: rgb(209,87,23); }
td.TdClassName
{
border-color: #D15717;
}
.TagClassName
{
border-color: #D15717;
}
</style>