Shades of Ochre #D87710
Tints of Ochre #D87710
RGB
CMYK
RGB Variations
Color information
#D87710 (or 0xD87710) is known color: Ochre. HEX triplet: D8, 77 and 10. RGB value is (216,119,16). Sum of RGB (Red+Green+Blue) = 216+119+16=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D87710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87710 is #2788EF. Grayscale: #888888. Windows color (decimal): -2590960 or 1079256. OLE color: 1079256.
HSL color Cylindrical-coordinate representation of color #D87710: hue angle of 30.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D87710 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.15 |
| HSL | 30.9º | 0.86% | 0.45% | - |
| HSV(B) | 30.9º | 0.93% | 0.85% | - |
| XYZ | 35.01 | 27.83 | 4.02 | - |
| YUV | 136.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 16 | 0 | 0.45 | 0.93 | 0.15 | 30.9 | 0.86 | 0.45 |
| Hex | D8 | 77 | 10 | 0 | 2D | 5D | F | 1F | 56 | 2D |
| Octal | 330 | 167 | 20 | 0 | 55 | 135 | 17 | 37 | 126 | 55 |
| Binary | 11011000 | 1110111 | 10000 | 0 | 101101 | 1011101 | 1111 | 11111 | 1010110 | 101101 |
Color Harmonies of #D87710
Complementary color
Monochromatic Colors of #D87710
Black with #D87710
Text Example
Text Example
White with #D87710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87710; }
p { color: rgb(216,119,16); }
H1.HeaderClassName
{
color: #D87710;
}
.AnyTagClassName
{
color: #D87710;
}
</style>
background-color css
<style>
a { background-color: #D87710; }
a { background-color: rgb(216,119,16); }
div.DivClassName
{
background-color: #D87710;
}
.BgClassName
{
background-color: #D87710;
}
</style>
border-color css
<style>
span { border-color: #D87710; }
span { border-color: rgb(216,119,16); }
td.TdClassName
{
border-color: #D87710;
}
.TagClassName
{
border-color: #D87710;
}
</style>