Shades of Ochre #D7810E
Tints of Ochre #D7810E
RGB
CMYK
RGB Variations
Color information
#D7810E (or 0xD7810E) is known color: Ochre. HEX triplet: D7, 81 and 0E. RGB value is (215,129,14). Sum of RGB (Red+Green+Blue) = 215+129+14=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7810E is #287EF1. Grayscale: #8E8E8E. Windows color (decimal): -2653938 or 950743. OLE color: 950743.
HSL color Cylindrical-coordinate representation of color #D7810E: hue angle of 34.33º 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 #D7810E is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 14 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.16 |
| HSL | 34.33º | 0.88% | 0.45% | - |
| HSV(B) | 34.33º | 0.93% | 0.84% | - |
| XYZ | 35.95 | 30.18 | 4.35 | - |
| YUV | 141.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 14 | 0 | 0.4 | 0.93 | 0.16 | 34.33 | 0.88 | 0.45 |
| Hex | D7 | 81 | E | 0 | 28 | 5D | 10 | 22 | 58 | 2D |
| Octal | 327 | 201 | 16 | 0 | 50 | 135 | 20 | 42 | 130 | 55 |
| Binary | 11010111 | 10000001 | 1110 | 0 | 101000 | 1011101 | 10000 | 100010 | 1011000 | 101101 |
Color Harmonies of #D7810E
Complementary color
Monochromatic Colors of #D7810E
Black with #D7810E
Text Example
Text Example
White with #D7810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7810E; }
p { color: rgb(215,129,14); }
H1.HeaderClassName
{
color: #D7810E;
}
.AnyTagClassName
{
color: #D7810E;
}
</style>
background-color css
<style>
a { background-color: #D7810E; }
a { background-color: rgb(215,129,14); }
div.DivClassName
{
background-color: #D7810E;
}
.BgClassName
{
background-color: #D7810E;
}
</style>
border-color css
<style>
span { border-color: #D7810E; }
span { border-color: rgb(215,129,14); }
td.TdClassName
{
border-color: #D7810E;
}
.TagClassName
{
border-color: #D7810E;
}
</style>