Shades of Ochre #D87E10
Tints of Ochre #D87E10
RGB
CMYK
RGB Variations
Color information
#D87E10 (or 0xD87E10) is known color: Ochre. HEX triplet: D8, 7E and 10. RGB value is (216,126,16). Sum of RGB (Red+Green+Blue) = 216+126+16=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87E10 is #2781EF. Grayscale: #8C8C8C. Windows color (decimal): -2589168 or 1081048. OLE color: 1081048.
HSL color Cylindrical-coordinate representation of color #D87E10: hue angle of 33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D87E10 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.15 |
| HSL | 33º | 0.86% | 0.45% | - |
| HSV(B) | 33º | 0.93% | 0.85% | - |
| XYZ | 35.87 | 29.56 | 4.3 | - |
| YUV | 140.37 | 57.82 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 16 | 0 | 0.42 | 0.93 | 0.15 | 33 | 0.86 | 0.45 |
| Hex | D8 | 7E | 10 | 0 | 2A | 5D | F | 21 | 56 | 2D |
| Octal | 330 | 176 | 20 | 0 | 52 | 135 | 17 | 41 | 126 | 55 |
| Binary | 11011000 | 1111110 | 10000 | 0 | 101010 | 1011101 | 1111 | 100001 | 1010110 | 101101 |
Color Harmonies of #D87E10
Complementary color
Monochromatic Colors of #D87E10
Black with #D87E10
Text Example
Text Example
White with #D87E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E10; }
p { color: rgb(216,126,16); }
H1.HeaderClassName
{
color: #D87E10;
}
.AnyTagClassName
{
color: #D87E10;
}
</style>
background-color css
<style>
a { background-color: #D87E10; }
a { background-color: rgb(216,126,16); }
div.DivClassName
{
background-color: #D87E10;
}
.BgClassName
{
background-color: #D87E10;
}
</style>
border-color css
<style>
span { border-color: #D87E10; }
span { border-color: rgb(216,126,16); }
td.TdClassName
{
border-color: #D87E10;
}
.TagClassName
{
border-color: #D87E10;
}
</style>