Shades of Ochre #D87C17
Tints of Ochre #D87C17
RGB
CMYK
RGB Variations
Color information
#D87C17 (or 0xD87C17) is known color: Ochre. HEX triplet: D8, 7C and 17. RGB value is (216,124,23). Sum of RGB (Red+Green+Blue) = 216+124+23=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C17 is #2783E8. Grayscale: #8C8C8C. Windows color (decimal): -2589673 or 1539288. OLE color: 1539288.
HSL color Cylindrical-coordinate representation of color #D87C17: hue angle of 31.4º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D87C17 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.15 |
| HSL | 31.4º | 0.81% | 0.47% | - |
| HSV(B) | 31.4º | 0.89% | 0.85% | - |
| XYZ | 35.68 | 29.08 | 4.54 | - |
| YUV | 139.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 23 | 0 | 0.43 | 0.89 | 0.15 | 31.4 | 0.81 | 0.47 |
| Hex | D8 | 7C | 17 | 0 | 2B | 59 | F | 1F | 51 | 2F |
| Octal | 330 | 174 | 27 | 0 | 53 | 131 | 17 | 37 | 121 | 57 |
| Binary | 11011000 | 1111100 | 10111 | 0 | 101011 | 1011001 | 1111 | 11111 | 1010001 | 101111 |
Color Harmonies of #D87C17
Complementary color
Monochromatic Colors of #D87C17
Black with #D87C17
Text Example
Text Example
White with #D87C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C17; }
p { color: rgb(216,124,23); }
H1.HeaderClassName
{
color: #D87C17;
}
.AnyTagClassName
{
color: #D87C17;
}
</style>
background-color css
<style>
a { background-color: #D87C17; }
a { background-color: rgb(216,124,23); }
div.DivClassName
{
background-color: #D87C17;
}
.BgClassName
{
background-color: #D87C17;
}
</style>
border-color css
<style>
span { border-color: #D87C17; }
span { border-color: rgb(216,124,23); }
td.TdClassName
{
border-color: #D87C17;
}
.TagClassName
{
border-color: #D87C17;
}
</style>