Shades of Chocolate #D85E14
Tints of Chocolate #D85E14
RGB
CMYK
RGB Variations
Color information
#D85E14 (or 0xD85E14) is known color: Chocolate. HEX triplet: D8, 5E and 14. RGB value is (216,94,20). Sum of RGB (Red+Green+Blue) = 216+94+20=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E14 is #27A1EB. Grayscale: #7A7A7A. Windows color (decimal): -2597356 or 1335000. OLE color: 1335000.
HSL color Cylindrical-coordinate representation of color #D85E14: hue angle of 22.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D85E14 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 20 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.15 |
| HSL | 22.65º | 0.83% | 0.46% | - |
| HSV(B) | 22.65º | 0.91% | 0.85% | - |
| XYZ | 32.45 | 22.65 | 3.32 | - |
| YUV | 122.04 | 70.42 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 20 | 0 | 0.56 | 0.91 | 0.15 | 22.65 | 0.83 | 0.46 |
| Hex | D8 | 5E | 14 | 0 | 38 | 5B | F | 17 | 53 | 2E |
| Octal | 330 | 136 | 24 | 0 | 70 | 133 | 17 | 27 | 123 | 56 |
| Binary | 11011000 | 1011110 | 10100 | 0 | 111000 | 1011011 | 1111 | 10111 | 1010011 | 101110 |
Color Harmonies of #D85E14
Complementary color
Monochromatic Colors of #D85E14
Black with #D85E14
Text Example
Text Example
White with #D85E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E14; }
p { color: rgb(216,94,20); }
H1.HeaderClassName
{
color: #D85E14;
}
.AnyTagClassName
{
color: #D85E14;
}
</style>
background-color css
<style>
a { background-color: #D85E14; }
a { background-color: rgb(216,94,20); }
div.DivClassName
{
background-color: #D85E14;
}
.BgClassName
{
background-color: #D85E14;
}
</style>
border-color css
<style>
span { border-color: #D85E14; }
span { border-color: rgb(216,94,20); }
td.TdClassName
{
border-color: #D85E14;
}
.TagClassName
{
border-color: #D85E14;
}
</style>