Shades of Ochre #D87F14
Tints of Ochre #D87F14
RGB
CMYK
RGB Variations
Color information
#D87F14 (or 0xD87F14) is known color: Ochre. HEX triplet: D8, 7F and 14. RGB value is (216,127,20). Sum of RGB (Red+Green+Blue) = 216+127+20=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F14 is #2780EB. Grayscale: #8D8D8D. Windows color (decimal): -2588908 or 1343448. OLE color: 1343448.
HSL color Cylindrical-coordinate representation of color #D87F14: hue angle of 32.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D87F14 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.15 |
| HSL | 32.76º | 0.83% | 0.46% | - |
| HSV(B) | 32.76º | 0.91% | 0.85% | - |
| XYZ | 36.03 | 29.83 | 4.52 | - |
| YUV | 141.41 | 59.49 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 20 | 0 | 0.41 | 0.91 | 0.15 | 32.76 | 0.83 | 0.46 |
| Hex | D8 | 7F | 14 | 0 | 29 | 5B | F | 21 | 53 | 2E |
| Octal | 330 | 177 | 24 | 0 | 51 | 133 | 17 | 41 | 123 | 56 |
| Binary | 11011000 | 1111111 | 10100 | 0 | 101001 | 1011011 | 1111 | 100001 | 1010011 | 101110 |
Color Harmonies of #D87F14
Complementary color
Monochromatic Colors of #D87F14
Black with #D87F14
Text Example
Text Example
White with #D87F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F14; }
p { color: rgb(216,127,20); }
H1.HeaderClassName
{
color: #D87F14;
}
.AnyTagClassName
{
color: #D87F14;
}
</style>
background-color css
<style>
a { background-color: #D87F14; }
a { background-color: rgb(216,127,20); }
div.DivClassName
{
background-color: #D87F14;
}
.BgClassName
{
background-color: #D87F14;
}
</style>
border-color css
<style>
span { border-color: #D87F14; }
span { border-color: rgb(216,127,20); }
td.TdClassName
{
border-color: #D87F14;
}
.TagClassName
{
border-color: #D87F14;
}
</style>