Shades of Chocolate #D15718
Tints of Chocolate #D15718
RGB
CMYK
RGB Variations
Color information
#D15718 (or 0xD15718) is known color: Chocolate. HEX triplet: D1, 57 and 18. RGB value is (209,87,24). Sum of RGB (Red+Green+Blue) = 209+87+24=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D15718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15718 is #2EA8E7. Grayscale: #747474. Windows color (decimal): -3057896 or 1595345. OLE color: 1595345.
HSL color Cylindrical-coordinate representation of color #D15718: hue angle of 20.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15718 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 24 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.18 |
| HSL | 20.43º | 0.79% | 0.46% | - |
| HSV(B) | 20.43º | 0.89% | 0.82% | - |
| XYZ | 29.87 | 20.44 | 3.23 | - |
| YUV | 116.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 24 | 0 | 0.58 | 0.89 | 0.18 | 20.43 | 0.79 | 0.46 |
| Hex | D1 | 57 | 18 | 0 | 3A | 59 | 12 | 14 | 4F | 2E |
| Octal | 321 | 127 | 30 | 0 | 72 | 131 | 22 | 24 | 117 | 56 |
| Binary | 11010001 | 1010111 | 11000 | 0 | 111010 | 1011001 | 10010 | 10100 | 1001111 | 101110 |
Color Harmonies of #D15718
Complementary color
Monochromatic Colors of #D15718
Black with #D15718
Text Example
Text Example
White with #D15718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15718; }
p { color: rgb(209,87,24); }
H1.HeaderClassName
{
color: #D15718;
}
.AnyTagClassName
{
color: #D15718;
}
</style>
background-color css
<style>
a { background-color: #D15718; }
a { background-color: rgb(209,87,24); }
div.DivClassName
{
background-color: #D15718;
}
.BgClassName
{
background-color: #D15718;
}
</style>
border-color css
<style>
span { border-color: #D15718; }
span { border-color: rgb(209,87,24); }
td.TdClassName
{
border-color: #D15718;
}
.TagClassName
{
border-color: #D15718;
}
</style>