Shades of Ochre #D87F18
Tints of Ochre #D87F18
RGB
CMYK
RGB Variations
Color information
#D87F18 (or 0xD87F18) is known color: Ochre. HEX triplet: D8, 7F and 18. RGB value is (216,127,24). Sum of RGB (Red+Green+Blue) = 216+127+24=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F18 is #2780E7. Grayscale: #8E8E8E. Windows color (decimal): -2588904 or 1605592. OLE color: 1605592.
HSL color Cylindrical-coordinate representation of color #D87F18: hue angle of 32.19º degrees, saturation: 0.8, 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 #D87F18 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 24 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.15 |
| HSL | 32.19º | 0.8% | 0.47% | - |
| HSV(B) | 32.19º | 0.89% | 0.85% | - |
| XYZ | 36.07 | 29.84 | 4.72 | - |
| YUV | 141.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 24 | 0 | 0.41 | 0.89 | 0.15 | 32.19 | 0.8 | 0.47 |
| Hex | D8 | 7F | 18 | 0 | 29 | 59 | F | 20 | 50 | 2F |
| Octal | 330 | 177 | 30 | 0 | 51 | 131 | 17 | 40 | 120 | 57 |
| Binary | 11011000 | 1111111 | 11000 | 0 | 101001 | 1011001 | 1111 | 100000 | 1010000 | 101111 |
Color Harmonies of #D87F18
Complementary color
Monochromatic Colors of #D87F18
Black with #D87F18
Text Example
Text Example
White with #D87F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F18; }
p { color: rgb(216,127,24); }
H1.HeaderClassName
{
color: #D87F18;
}
.AnyTagClassName
{
color: #D87F18;
}
</style>
background-color css
<style>
a { background-color: #D87F18; }
a { background-color: rgb(216,127,24); }
div.DivClassName
{
background-color: #D87F18;
}
.BgClassName
{
background-color: #D87F18;
}
</style>
border-color css
<style>
span { border-color: #D87F18; }
span { border-color: rgb(216,127,24); }
td.TdClassName
{
border-color: #D87F18;
}
.TagClassName
{
border-color: #D87F18;
}
</style>