Shades of Ochre #D87D19
Tints of Ochre #D87D19
RGB
CMYK
RGB Variations
Color information
#D87D19 (or 0xD87D19) is known color: Ochre. HEX triplet: D8, 7D and 19. RGB value is (216,125,25). Sum of RGB (Red+Green+Blue) = 216+125+25=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D19 is #2782E6. Grayscale: #8D8D8D. Windows color (decimal): -2589415 or 1670616. OLE color: 1670616.
HSL color Cylindrical-coordinate representation of color #D87D19: hue angle of 31.41º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D87D19 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.15 |
| HSL | 31.41º | 0.79% | 0.47% | - |
| HSV(B) | 31.41º | 0.88% | 0.85% | - |
| XYZ | 35.83 | 29.34 | 4.69 | - |
| YUV | 140.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 25 | 0 | 0.42 | 0.88 | 0.15 | 31.41 | 0.79 | 0.47 |
| Hex | D8 | 7D | 19 | 0 | 2A | 58 | F | 1F | 4F | 2F |
| Octal | 330 | 175 | 31 | 0 | 52 | 130 | 17 | 37 | 117 | 57 |
| Binary | 11011000 | 1111101 | 11001 | 0 | 101010 | 1011000 | 1111 | 11111 | 1001111 | 101111 |
Color Harmonies of #D87D19
Complementary color
Monochromatic Colors of #D87D19
Black with #D87D19
Text Example
Text Example
White with #D87D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D19; }
p { color: rgb(216,125,25); }
H1.HeaderClassName
{
color: #D87D19;
}
.AnyTagClassName
{
color: #D87D19;
}
</style>
background-color css
<style>
a { background-color: #D87D19; }
a { background-color: rgb(216,125,25); }
div.DivClassName
{
background-color: #D87D19;
}
.BgClassName
{
background-color: #D87D19;
}
</style>
border-color css
<style>
span { border-color: #D87D19; }
span { border-color: rgb(216,125,25); }
td.TdClassName
{
border-color: #D87D19;
}
.TagClassName
{
border-color: #D87D19;
}
</style>