Shades of Chocolate #D76E18
Tints of Chocolate #D76E18
RGB
CMYK
RGB Variations
Color information
#D76E18 (or 0xD76E18) is known color: Chocolate. HEX triplet: D7, 6E and 18. RGB value is (215,110,24). Sum of RGB (Red+Green+Blue) = 215+110+24=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76E18 is #2891E7. Grayscale: #848484. Windows color (decimal): -2658792 or 1601239. OLE color: 1601239.
HSL color Cylindrical-coordinate representation of color #D76E18: hue angle of 27.02º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D76E18 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 24 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.16 |
| HSL | 27.02º | 0.8% | 0.47% | - |
| HSV(B) | 27.02º | 0.89% | 0.84% | - |
| XYZ | 33.77 | 25.66 | 4.04 | - |
| YUV | 131.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 24 | 0 | 0.49 | 0.89 | 0.16 | 27.02 | 0.8 | 0.47 |
| Hex | D7 | 6E | 18 | 0 | 31 | 59 | 10 | 1B | 50 | 2F |
| Octal | 327 | 156 | 30 | 0 | 61 | 131 | 20 | 33 | 120 | 57 |
| Binary | 11010111 | 1101110 | 11000 | 0 | 110001 | 1011001 | 10000 | 11011 | 1010000 | 101111 |
Color Harmonies of #D76E18
Complementary color
Monochromatic Colors of #D76E18
Black with #D76E18
Text Example
Text Example
White with #D76E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E18; }
p { color: rgb(215,110,24); }
H1.HeaderClassName
{
color: #D76E18;
}
.AnyTagClassName
{
color: #D76E18;
}
</style>
background-color css
<style>
a { background-color: #D76E18; }
a { background-color: rgb(215,110,24); }
div.DivClassName
{
background-color: #D76E18;
}
.BgClassName
{
background-color: #D76E18;
}
</style>
border-color css
<style>
span { border-color: #D76E18; }
span { border-color: rgb(215,110,24); }
td.TdClassName
{
border-color: #D76E18;
}
.TagClassName
{
border-color: #D76E18;
}
</style>