Shades of Chocolate #D85E1E
Tints of Chocolate #D85E1E
RGB
CMYK
RGB Variations
Color information
#D85E1E (or 0xD85E1E) is known color: Chocolate. HEX triplet: D8, 5E and 1E. RGB value is (216,94,30). Sum of RGB (Red+Green+Blue) = 216+94+30=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E1E is #27A1E1. Grayscale: #7B7B7B. Windows color (decimal): -2597346 or 1990360. OLE color: 1990360.
HSL color Cylindrical-coordinate representation of color #D85E1E: hue angle of 20.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D85E1E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 30 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.15 |
| HSL | 20.65º | 0.76% | 0.48% | - |
| HSV(B) | 20.65º | 0.86% | 0.85% | - |
| XYZ | 32.56 | 22.7 | 3.89 | - |
| YUV | 123.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 30 | 0 | 0.56 | 0.86 | 0.15 | 20.65 | 0.76 | 0.48 |
| Hex | D8 | 5E | 1E | 0 | 38 | 56 | F | 15 | 4C | 30 |
| Octal | 330 | 136 | 36 | 0 | 70 | 126 | 17 | 25 | 114 | 60 |
| Binary | 11011000 | 1011110 | 11110 | 0 | 111000 | 1010110 | 1111 | 10101 | 1001100 | 110000 |
Color Harmonies of #D85E1E
Complementary color
Monochromatic Colors of #D85E1E
Black with #D85E1E
Text Example
Text Example
White with #D85E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E1E; }
p { color: rgb(216,94,30); }
H1.HeaderClassName
{
color: #D85E1E;
}
.AnyTagClassName
{
color: #D85E1E;
}
</style>
background-color css
<style>
a { background-color: #D85E1E; }
a { background-color: rgb(216,94,30); }
div.DivClassName
{
background-color: #D85E1E;
}
.BgClassName
{
background-color: #D85E1E;
}
</style>
border-color css
<style>
span { border-color: #D85E1E; }
span { border-color: rgb(216,94,30); }
td.TdClassName
{
border-color: #D85E1E;
}
.TagClassName
{
border-color: #D85E1E;
}
</style>