Shades of Ochre #D87F11
Tints of Ochre #D87F11
RGB
CMYK
RGB Variations
Color information
#D87F11 (or 0xD87F11) is known color: Ochre. HEX triplet: D8, 7F and 11. RGB value is (216,127,17). Sum of RGB (Red+Green+Blue) = 216+127+17=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F11 is #2780EE. Grayscale: #8D8D8D. Windows color (decimal): -2588911 or 1146840. OLE color: 1146840.
HSL color Cylindrical-coordinate representation of color #D87F11: hue angle of 33.17º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D87F11 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.15 |
| HSL | 33.17º | 0.85% | 0.46% | - |
| HSV(B) | 33.17º | 0.92% | 0.85% | - |
| XYZ | 36.01 | 29.82 | 4.39 | - |
| YUV | 141.07 | 57.99 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 17 | 0 | 0.41 | 0.92 | 0.15 | 33.17 | 0.85 | 0.46 |
| Hex | D8 | 7F | 11 | 0 | 29 | 5C | F | 21 | 55 | 2E |
| Octal | 330 | 177 | 21 | 0 | 51 | 134 | 17 | 41 | 125 | 56 |
| Binary | 11011000 | 1111111 | 10001 | 0 | 101001 | 1011100 | 1111 | 100001 | 1010101 | 101110 |
Color Harmonies of #D87F11
Complementary color
Monochromatic Colors of #D87F11
Black with #D87F11
Text Example
Text Example
White with #D87F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F11; }
p { color: rgb(216,127,17); }
H1.HeaderClassName
{
color: #D87F11;
}
.AnyTagClassName
{
color: #D87F11;
}
</style>
background-color css
<style>
a { background-color: #D87F11; }
a { background-color: rgb(216,127,17); }
div.DivClassName
{
background-color: #D87F11;
}
.BgClassName
{
background-color: #D87F11;
}
</style>
border-color css
<style>
span { border-color: #D87F11; }
span { border-color: rgb(216,127,17); }
td.TdClassName
{
border-color: #D87F11;
}
.TagClassName
{
border-color: #D87F11;
}
</style>