Shades of Ochre #D87C0F
Tints of Ochre #D87C0F
RGB
CMYK
RGB Variations
Color information
#D87C0F (or 0xD87C0F) is known color: Ochre. HEX triplet: D8, 7C and 0F. RGB value is (216,124,15). Sum of RGB (Red+Green+Blue) = 216+124+15=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C0F is #2783F0. Grayscale: #8B8B8B. Windows color (decimal): -2589681 or 1015000. OLE color: 1015000.
HSL color Cylindrical-coordinate representation of color #D87C0F: hue angle of 32.54º degrees, saturation: 0.87, 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 #D87C0F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.15 |
| HSL | 32.54º | 0.87% | 0.45% | - |
| HSV(B) | 32.54º | 0.93% | 0.85% | - |
| XYZ | 35.61 | 29.05 | 4.18 | - |
| YUV | 139.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 15 | 0 | 0.43 | 0.93 | 0.15 | 32.54 | 0.87 | 0.45 |
| Hex | D8 | 7C | F | 0 | 2B | 5D | F | 21 | 57 | 2D |
| Octal | 330 | 174 | 17 | 0 | 53 | 135 | 17 | 41 | 127 | 55 |
| Binary | 11011000 | 1111100 | 1111 | 0 | 101011 | 1011101 | 1111 | 100001 | 1010111 | 101101 |
Color Harmonies of #D87C0F
Complementary color
Monochromatic Colors of #D87C0F
Black with #D87C0F
Text Example
Text Example
White with #D87C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C0F; }
p { color: rgb(216,124,15); }
H1.HeaderClassName
{
color: #D87C0F;
}
.AnyTagClassName
{
color: #D87C0F;
}
</style>
background-color css
<style>
a { background-color: #D87C0F; }
a { background-color: rgb(216,124,15); }
div.DivClassName
{
background-color: #D87C0F;
}
.BgClassName
{
background-color: #D87C0F;
}
</style>
border-color css
<style>
span { border-color: #D87C0F; }
span { border-color: rgb(216,124,15); }
td.TdClassName
{
border-color: #D87C0F;
}
.TagClassName
{
border-color: #D87C0F;
}
</style>