Shades of Ochre #D87D15
Tints of Ochre #D87D15
RGB
CMYK
RGB Variations
Color information
#D87D15 (or 0xD87D15) is known color: Ochre. HEX triplet: D8, 7D and 15. RGB value is (216,125,21). Sum of RGB (Red+Green+Blue) = 216+125+21=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D15 is #2782EA. Grayscale: #8C8C8C. Windows color (decimal): -2589419 or 1408472. OLE color: 1408472.
HSL color Cylindrical-coordinate representation of color #D87D15: hue angle of 32º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D87D15 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.15 |
| HSL | 32º | 0.82% | 0.46% | - |
| HSV(B) | 32º | 0.9% | 0.85% | - |
| XYZ | 35.79 | 29.32 | 4.48 | - |
| YUV | 140.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 21 | 0 | 0.42 | 0.90 | 0.15 | 32 | 0.82 | 0.46 |
| Hex | D8 | 7D | 15 | 0 | 2A | 5A | F | 20 | 52 | 2E |
| Octal | 330 | 175 | 25 | 0 | 52 | 132 | 17 | 40 | 122 | 56 |
| Binary | 11011000 | 1111101 | 10101 | 0 | 101010 | 1011010 | 1111 | 100000 | 1010010 | 101110 |
Color Harmonies of #D87D15
Complementary color
Monochromatic Colors of #D87D15
Black with #D87D15
Text Example
Text Example
White with #D87D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D15; }
p { color: rgb(216,125,21); }
H1.HeaderClassName
{
color: #D87D15;
}
.AnyTagClassName
{
color: #D87D15;
}
</style>
background-color css
<style>
a { background-color: #D87D15; }
a { background-color: rgb(216,125,21); }
div.DivClassName
{
background-color: #D87D15;
}
.BgClassName
{
background-color: #D87D15;
}
</style>
border-color css
<style>
span { border-color: #D87D15; }
span { border-color: rgb(216,125,21); }
td.TdClassName
{
border-color: #D87D15;
}
.TagClassName
{
border-color: #D87D15;
}
</style>