Shades of Chocolate #D76C0E
Tints of Chocolate #D76C0E
RGB
CMYK
RGB Variations
Color information
#D76C0E (or 0xD76C0E) is known color: Chocolate. HEX triplet: D7, 6C and 0E. RGB value is (215,108,14). Sum of RGB (Red+Green+Blue) = 215+108+14=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C0E is #2893F1. Grayscale: #818181. Windows color (decimal): -2659314 or 945367. OLE color: 945367.
HSL color Cylindrical-coordinate representation of color #D76C0E: hue angle of 28.06º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D76C0E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.16 |
| HSL | 28.06º | 0.88% | 0.45% | - |
| HSV(B) | 28.06º | 0.93% | 0.84% | - |
| XYZ | 33.47 | 25.2 | 3.52 | - |
| YUV | 129.28 | 62.95 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 14 | 0 | 0.50 | 0.93 | 0.16 | 28.06 | 0.88 | 0.45 |
| Hex | D7 | 6C | E | 0 | 32 | 5D | 10 | 1C | 58 | 2D |
| Octal | 327 | 154 | 16 | 0 | 62 | 135 | 20 | 34 | 130 | 55 |
| Binary | 11010111 | 1101100 | 1110 | 0 | 110010 | 1011101 | 10000 | 11100 | 1011000 | 101101 |
Color Harmonies of #D76C0E
Complementary color
Monochromatic Colors of #D76C0E
Black with #D76C0E
Text Example
Text Example
White with #D76C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C0E; }
p { color: rgb(215,108,14); }
H1.HeaderClassName
{
color: #D76C0E;
}
.AnyTagClassName
{
color: #D76C0E;
}
</style>
background-color css
<style>
a { background-color: #D76C0E; }
a { background-color: rgb(215,108,14); }
div.DivClassName
{
background-color: #D76C0E;
}
.BgClassName
{
background-color: #D76C0E;
}
</style>
border-color css
<style>
span { border-color: #D76C0E; }
span { border-color: rgb(215,108,14); }
td.TdClassName
{
border-color: #D76C0E;
}
.TagClassName
{
border-color: #D76C0E;
}
</style>