Shades of Ochre #D87918
Tints of Ochre #D87918
RGB
CMYK
RGB Variations
Color information
#D87918 (or 0xD87918) is known color: Ochre. HEX triplet: D8, 79 and 18. RGB value is (216,121,24). Sum of RGB (Red+Green+Blue) = 216+121+24=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D87918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87918 is #2786E7. Grayscale: #8A8A8A. Windows color (decimal): -2590440 or 1604056. OLE color: 1604056.
HSL color Cylindrical-coordinate representation of color #D87918: hue angle of 30.31º 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 #D87918 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 24 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.15 |
| HSL | 30.31º | 0.8% | 0.47% | - |
| HSV(B) | 30.31º | 0.89% | 0.85% | - |
| XYZ | 35.32 | 28.34 | 4.47 | - |
| YUV | 138.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 24 | 0 | 0.44 | 0.89 | 0.15 | 30.31 | 0.8 | 0.47 |
| Hex | D8 | 79 | 18 | 0 | 2C | 59 | F | 1E | 50 | 2F |
| Octal | 330 | 171 | 30 | 0 | 54 | 131 | 17 | 36 | 120 | 57 |
| Binary | 11011000 | 1111001 | 11000 | 0 | 101100 | 1011001 | 1111 | 11110 | 1010000 | 101111 |
Color Harmonies of #D87918
Complementary color
Monochromatic Colors of #D87918
Black with #D87918
Text Example
Text Example
White with #D87918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87918; }
p { color: rgb(216,121,24); }
H1.HeaderClassName
{
color: #D87918;
}
.AnyTagClassName
{
color: #D87918;
}
</style>
background-color css
<style>
a { background-color: #D87918; }
a { background-color: rgb(216,121,24); }
div.DivClassName
{
background-color: #D87918;
}
.BgClassName
{
background-color: #D87918;
}
</style>
border-color css
<style>
span { border-color: #D87918; }
span { border-color: rgb(216,121,24); }
td.TdClassName
{
border-color: #D87918;
}
.TagClassName
{
border-color: #D87918;
}
</style>