Shades of Chocolate #D15F18
Tints of Chocolate #D15F18
RGB
CMYK
RGB Variations
Color information
#D15F18 (or 0xD15F18) is known color: Chocolate. HEX triplet: D1, 5F and 18. RGB value is (209,95,24). Sum of RGB (Red+Green+Blue) = 209+95+24=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15F18 is #2EA0E7. Grayscale: #797979. Windows color (decimal): -3055848 or 1597393. OLE color: 1597393.
HSL color Cylindrical-coordinate representation of color #D15F18: hue angle of 23.03º 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 #D15F18 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 24 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.18 |
| HSL | 23.03º | 0.79% | 0.46% | - |
| HSV(B) | 23.03º | 0.89% | 0.82% | - |
| XYZ | 30.55 | 21.81 | 3.46 | - |
| YUV | 120.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 24 | 0 | 0.55 | 0.89 | 0.18 | 23.03 | 0.79 | 0.46 |
| Hex | D1 | 5F | 18 | 0 | 37 | 59 | 12 | 17 | 4F | 2E |
| Octal | 321 | 137 | 30 | 0 | 67 | 131 | 22 | 27 | 117 | 56 |
| Binary | 11010001 | 1011111 | 11000 | 0 | 110111 | 1011001 | 10010 | 10111 | 1001111 | 101110 |
Color Harmonies of #D15F18
Complementary color
Monochromatic Colors of #D15F18
Black with #D15F18
Text Example
Text Example
White with #D15F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F18; }
p { color: rgb(209,95,24); }
H1.HeaderClassName
{
color: #D15F18;
}
.AnyTagClassName
{
color: #D15F18;
}
</style>
background-color css
<style>
a { background-color: #D15F18; }
a { background-color: rgb(209,95,24); }
div.DivClassName
{
background-color: #D15F18;
}
.BgClassName
{
background-color: #D15F18;
}
</style>
border-color css
<style>
span { border-color: #D15F18; }
span { border-color: rgb(209,95,24); }
td.TdClassName
{
border-color: #D15F18;
}
.TagClassName
{
border-color: #D15F18;
}
</style>