Shades of Chocolate #D8660E
Tints of Chocolate #D8660E
RGB
CMYK
RGB Variations
Color information
#D8660E (or 0xD8660E) is known color: Chocolate. HEX triplet: D8, 66 and 0E. RGB value is (216,102,14). Sum of RGB (Red+Green+Blue) = 216+102+14=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8660E is #2799F1. Grayscale: #7E7E7E. Windows color (decimal): -2595314 or 943832. OLE color: 943832.
HSL color Cylindrical-coordinate representation of color #D8660E: hue angle of 26.14º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8660E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.15 |
| HSL | 26.14º | 0.88% | 0.45% | - |
| HSV(B) | 26.14º | 0.94% | 0.85% | - |
| XYZ | 33.15 | 24.13 | 3.33 | - |
| YUV | 126.05 | 64.77 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 14 | 0 | 0.53 | 0.94 | 0.15 | 26.14 | 0.88 | 0.45 |
| Hex | D8 | 66 | E | 0 | 35 | 5E | F | 1A | 58 | 2D |
| Octal | 330 | 146 | 16 | 0 | 65 | 136 | 17 | 32 | 130 | 55 |
| Binary | 11011000 | 1100110 | 1110 | 0 | 110101 | 1011110 | 1111 | 11010 | 1011000 | 101101 |
Color Harmonies of #D8660E
Complementary color
Monochromatic Colors of #D8660E
Black with #D8660E
Text Example
Text Example
White with #D8660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8660E; }
p { color: rgb(216,102,14); }
H1.HeaderClassName
{
color: #D8660E;
}
.AnyTagClassName
{
color: #D8660E;
}
</style>
background-color css
<style>
a { background-color: #D8660E; }
a { background-color: rgb(216,102,14); }
div.DivClassName
{
background-color: #D8660E;
}
.BgClassName
{
background-color: #D8660E;
}
</style>
border-color css
<style>
span { border-color: #D8660E; }
span { border-color: rgb(216,102,14); }
td.TdClassName
{
border-color: #D8660E;
}
.TagClassName
{
border-color: #D8660E;
}
</style>