Shades of Ochre #D87F13
Tints of Ochre #D87F13
RGB
CMYK
RGB Variations
Color information
#D87F13 (or 0xD87F13) is known color: Ochre. HEX triplet: D8, 7F and 13. RGB value is (216,127,19). Sum of RGB (Red+Green+Blue) = 216+127+19=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F13 is #2780EC. Grayscale: #8D8D8D. Windows color (decimal): -2588909 or 1277912. OLE color: 1277912.
HSL color Cylindrical-coordinate representation of color #D87F13: hue angle of 32.89º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D87F13 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.15 |
| HSL | 32.89º | 0.84% | 0.46% | - |
| HSV(B) | 32.89º | 0.91% | 0.85% | - |
| XYZ | 36.03 | 29.82 | 4.47 | - |
| YUV | 141.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 19 | 0 | 0.41 | 0.91 | 0.15 | 32.89 | 0.84 | 0.46 |
| Hex | D8 | 7F | 13 | 0 | 29 | 5B | F | 21 | 54 | 2E |
| Octal | 330 | 177 | 23 | 0 | 51 | 133 | 17 | 41 | 124 | 56 |
| Binary | 11011000 | 1111111 | 10011 | 0 | 101001 | 1011011 | 1111 | 100001 | 1010100 | 101110 |
Color Harmonies of #D87F13
Complementary color
Monochromatic Colors of #D87F13
Black with #D87F13
Text Example
Text Example
White with #D87F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F13; }
p { color: rgb(216,127,19); }
H1.HeaderClassName
{
color: #D87F13;
}
.AnyTagClassName
{
color: #D87F13;
}
</style>
background-color css
<style>
a { background-color: #D87F13; }
a { background-color: rgb(216,127,19); }
div.DivClassName
{
background-color: #D87F13;
}
.BgClassName
{
background-color: #D87F13;
}
</style>
border-color css
<style>
span { border-color: #D87F13; }
span { border-color: rgb(216,127,19); }
td.TdClassName
{
border-color: #D87F13;
}
.TagClassName
{
border-color: #D87F13;
}
</style>