Shades of Ochre #D87F25
Tints of Ochre #D87F25
RGB
CMYK
RGB Variations
Color information
#D87F25 (or 0xD87F25) is known color: Ochre. HEX triplet: D8, 7F and 25. RGB value is (216,127,37). Sum of RGB (Red+Green+Blue) = 216+127+37=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87F25 is #2780DA. Grayscale: #8F8F8F. Windows color (decimal): -2588891 or 2457560. OLE color: 2457560.
HSL color Cylindrical-coordinate representation of color #D87F25: hue angle of 30.17º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D87F25 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 37 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.15 |
| HSL | 30.17º | 0.71% | 0.5% | - |
| HSV(B) | 30.17º | 0.83% | 0.85% | - |
| XYZ | 36.24 | 29.91 | 5.61 | - |
| YUV | 143.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 37 | 0 | 0.41 | 0.83 | 0.15 | 30.17 | 0.71 | 0.5 |
| Hex | D8 | 7F | 25 | 0 | 29 | 53 | F | 1E | 47 | 32 |
| Octal | 330 | 177 | 45 | 0 | 51 | 123 | 17 | 36 | 107 | 62 |
| Binary | 11011000 | 1111111 | 100101 | 0 | 101001 | 1010011 | 1111 | 11110 | 1000111 | 110010 |
Color Harmonies of #D87F25
Complementary color
Monochromatic Colors of #D87F25
Black with #D87F25
Text Example
Text Example
White with #D87F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F25; }
p { color: rgb(216,127,37); }
H1.HeaderClassName
{
color: #D87F25;
}
.AnyTagClassName
{
color: #D87F25;
}
</style>
background-color css
<style>
a { background-color: #D87F25; }
a { background-color: rgb(216,127,37); }
div.DivClassName
{
background-color: #D87F25;
}
.BgClassName
{
background-color: #D87F25;
}
</style>
border-color css
<style>
span { border-color: #D87F25; }
span { border-color: rgb(216,127,37); }
td.TdClassName
{
border-color: #D87F25;
}
.TagClassName
{
border-color: #D87F25;
}
</style>