Shades of Ochre #D87718
Tints of Ochre #D87718
RGB
CMYK
RGB Variations
Color information
#D87718 (or 0xD87718) is known color: Ochre. HEX triplet: D8, 77 and 18. RGB value is (216,119,24). Sum of RGB (Red+Green+Blue) = 216+119+24=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D87718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87718 is #2788E7. Grayscale: #898989. Windows color (decimal): -2590952 or 1603544. OLE color: 1603544.
HSL color Cylindrical-coordinate representation of color #D87718: hue angle of 29.69º 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 #D87718 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 24 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.15 |
| HSL | 29.69º | 0.8% | 0.47% | - |
| HSV(B) | 29.69º | 0.89% | 0.85% | - |
| XYZ | 35.08 | 27.86 | 4.39 | - |
| YUV | 137.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 24 | 0 | 0.45 | 0.89 | 0.15 | 29.69 | 0.8 | 0.47 |
| Hex | D8 | 77 | 18 | 0 | 2D | 59 | F | 1E | 50 | 2F |
| Octal | 330 | 167 | 30 | 0 | 55 | 131 | 17 | 36 | 120 | 57 |
| Binary | 11011000 | 1110111 | 11000 | 0 | 101101 | 1011001 | 1111 | 11110 | 1010000 | 101111 |
Color Harmonies of #D87718
Complementary color
Monochromatic Colors of #D87718
Black with #D87718
Text Example
Text Example
White with #D87718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87718; }
p { color: rgb(216,119,24); }
H1.HeaderClassName
{
color: #D87718;
}
.AnyTagClassName
{
color: #D87718;
}
</style>
background-color css
<style>
a { background-color: #D87718; }
a { background-color: rgb(216,119,24); }
div.DivClassName
{
background-color: #D87718;
}
.BgClassName
{
background-color: #D87718;
}
</style>
border-color css
<style>
span { border-color: #D87718; }
span { border-color: rgb(216,119,24); }
td.TdClassName
{
border-color: #D87718;
}
.TagClassName
{
border-color: #D87718;
}
</style>