Shades of Chocolate #D15E24
Tints of Chocolate #D15E24
RGB
CMYK
RGB Variations
Color information
#D15E24 (or 0xD15E24) is known color: Chocolate. HEX triplet: D1, 5E and 24. RGB value is (209,94,36). Sum of RGB (Red+Green+Blue) = 209+94+36=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E24 is #2EA1DB. Grayscale: #7A7A7A. Windows color (decimal): -3056092 or 2383569. OLE color: 2383569.
HSL color Cylindrical-coordinate representation of color #D15E24: hue angle of 20.12º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D15E24 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 36 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.18 |
| HSL | 20.12º | 0.71% | 0.48% | - |
| HSV(B) | 20.12º | 0.83% | 0.82% | - |
| XYZ | 30.62 | 21.69 | 4.24 | - |
| YUV | 121.77 | 79.6 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 36 | 0 | 0.55 | 0.83 | 0.18 | 20.12 | 0.71 | 0.48 |
| Hex | D1 | 5E | 24 | 0 | 37 | 53 | 12 | 14 | 47 | 30 |
| Octal | 321 | 136 | 44 | 0 | 67 | 123 | 22 | 24 | 107 | 60 |
| Binary | 11010001 | 1011110 | 100100 | 0 | 110111 | 1010011 | 10010 | 10100 | 1000111 | 110000 |
Color Harmonies of #D15E24
Complementary color
Monochromatic Colors of #D15E24
Black with #D15E24
Text Example
Text Example
White with #D15E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E24; }
p { color: rgb(209,94,36); }
H1.HeaderClassName
{
color: #D15E24;
}
.AnyTagClassName
{
color: #D15E24;
}
</style>
background-color css
<style>
a { background-color: #D15E24; }
a { background-color: rgb(209,94,36); }
div.DivClassName
{
background-color: #D15E24;
}
.BgClassName
{
background-color: #D15E24;
}
</style>
border-color css
<style>
span { border-color: #D15E24; }
span { border-color: rgb(209,94,36); }
td.TdClassName
{
border-color: #D15E24;
}
.TagClassName
{
border-color: #D15E24;
}
</style>