Shades of Chocolate #D85E24
Tints of Chocolate #D85E24
RGB
CMYK
RGB Variations
Color information
#D85E24 (or 0xD85E24) is known color: Chocolate. HEX triplet: D8, 5E and 24. RGB value is (216,94,36). Sum of RGB (Red+Green+Blue) = 216+94+36=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E24 is #27A1DB. Grayscale: #7C7C7C. Windows color (decimal): -2597340 or 2383576. OLE color: 2383576.
HSL color Cylindrical-coordinate representation of color #D85E24: hue angle of 19.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D85E24 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 36 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.15 |
| HSL | 19.33º | 0.71% | 0.49% | - |
| HSV(B) | 19.33º | 0.83% | 0.85% | - |
| XYZ | 32.64 | 22.73 | 4.34 | - |
| YUV | 123.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 36 | 0 | 0.56 | 0.83 | 0.15 | 19.33 | 0.71 | 0.49 |
| Hex | D8 | 5E | 24 | 0 | 38 | 53 | F | 13 | 47 | 31 |
| Octal | 330 | 136 | 44 | 0 | 70 | 123 | 17 | 23 | 107 | 61 |
| Binary | 11011000 | 1011110 | 100100 | 0 | 111000 | 1010011 | 1111 | 10011 | 1000111 | 110001 |
Color Harmonies of #D85E24
Complementary color
Monochromatic Colors of #D85E24
Black with #D85E24
Text Example
Text Example
White with #D85E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E24; }
p { color: rgb(216,94,36); }
H1.HeaderClassName
{
color: #D85E24;
}
.AnyTagClassName
{
color: #D85E24;
}
</style>
background-color css
<style>
a { background-color: #D85E24; }
a { background-color: rgb(216,94,36); }
div.DivClassName
{
background-color: #D85E24;
}
.BgClassName
{
background-color: #D85E24;
}
</style>
border-color css
<style>
span { border-color: #D85E24; }
span { border-color: rgb(216,94,36); }
td.TdClassName
{
border-color: #D85E24;
}
.TagClassName
{
border-color: #D85E24;
}
</style>