Shades of Chocolate #D15217
Tints of Chocolate #D15217
RGB
CMYK
RGB Variations
Color information
#D15217 (or 0xD15217) is known color: Chocolate. HEX triplet: D1, 52 and 17. RGB value is (209,82,23). Sum of RGB (Red+Green+Blue) = 209+82+23=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D15217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15217 is #2EADE8. Grayscale: #717171. Windows color (decimal): -3059177 or 1528529. OLE color: 1528529.
HSL color Cylindrical-coordinate representation of color #D15217: hue angle of 19.03º 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 #D15217 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 23 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.18 |
| HSL | 19.03º | 0.8% | 0.45% | - |
| HSV(B) | 19.03º | 0.89% | 0.82% | - |
| XYZ | 29.47 | 19.65 | 3.05 | - |
| YUV | 113.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 23 | 0 | 0.61 | 0.89 | 0.18 | 19.03 | 0.8 | 0.45 |
| Hex | D1 | 52 | 17 | 0 | 3D | 59 | 12 | 13 | 50 | 2D |
| Octal | 321 | 122 | 27 | 0 | 75 | 131 | 22 | 23 | 120 | 55 |
| Binary | 11010001 | 1010010 | 10111 | 0 | 111101 | 1011001 | 10010 | 10011 | 1010000 | 101101 |
Color Harmonies of #D15217
Complementary color
Monochromatic Colors of #D15217
Black with #D15217
Text Example
Text Example
White with #D15217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15217; }
p { color: rgb(209,82,23); }
H1.HeaderClassName
{
color: #D15217;
}
.AnyTagClassName
{
color: #D15217;
}
</style>
background-color css
<style>
a { background-color: #D15217; }
a { background-color: rgb(209,82,23); }
div.DivClassName
{
background-color: #D15217;
}
.BgClassName
{
background-color: #D15217;
}
</style>
border-color css
<style>
span { border-color: #D15217; }
span { border-color: rgb(209,82,23); }
td.TdClassName
{
border-color: #D15217;
}
.TagClassName
{
border-color: #D15217;
}
</style>