Shades of Ochre #D6840E
Tints of Ochre #D6840E
RGB
CMYK
RGB Variations
Color information
#D6840E (or 0xD6840E) is known color: Ochre. HEX triplet: D6, 84 and 0E. RGB value is (214,132,14). Sum of RGB (Red+Green+Blue) = 214+132+14=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6840E is #297BF1. Grayscale: #8F8F8F. Windows color (decimal): -2718706 or 951510. OLE color: 951510.
HSL color Cylindrical-coordinate representation of color #D6840E: hue angle of 35.4º 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 #D6840E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 14 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.16 |
| HSL | 35.4º | 0.88% | 0.45% | - |
| HSV(B) | 35.4º | 0.93% | 0.84% | - |
| XYZ | 36.06 | 30.83 | 4.47 | - |
| YUV | 143.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 14 | 0 | 0.38 | 0.93 | 0.16 | 35.4 | 0.88 | 0.45 |
| Hex | D6 | 84 | E | 0 | 26 | 5D | 10 | 23 | 58 | 2D |
| Octal | 326 | 204 | 16 | 0 | 46 | 135 | 20 | 43 | 130 | 55 |
| Binary | 11010110 | 10000100 | 1110 | 0 | 100110 | 1011101 | 10000 | 100011 | 1011000 | 101101 |
Color Harmonies of #D6840E
Complementary color
Monochromatic Colors of #D6840E
Black with #D6840E
Text Example
Text Example
White with #D6840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6840E; }
p { color: rgb(214,132,14); }
H1.HeaderClassName
{
color: #D6840E;
}
.AnyTagClassName
{
color: #D6840E;
}
</style>
background-color css
<style>
a { background-color: #D6840E; }
a { background-color: rgb(214,132,14); }
div.DivClassName
{
background-color: #D6840E;
}
.BgClassName
{
background-color: #D6840E;
}
</style>
border-color css
<style>
span { border-color: #D6840E; }
span { border-color: rgb(214,132,14); }
td.TdClassName
{
border-color: #D6840E;
}
.TagClassName
{
border-color: #D6840E;
}
</style>