Shades of Ochre #D87D14
Tints of Ochre #D87D14
RGB
CMYK
RGB Variations
Color information
#D87D14 (or 0xD87D14) is known color: Ochre. HEX triplet: D8, 7D and 14. RGB value is (216,125,20). Sum of RGB (Red+Green+Blue) = 216+125+20=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D14 is #2782EB. Grayscale: #8C8C8C. Windows color (decimal): -2589420 or 1342936. OLE color: 1342936.
HSL color Cylindrical-coordinate representation of color #D87D14: hue angle of 32.14º degrees, saturation: 0.83, 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 #D87D14 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 20 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.15 |
| HSL | 32.14º | 0.83% | 0.46% | - |
| HSV(B) | 32.14º | 0.91% | 0.85% | - |
| XYZ | 35.78 | 29.32 | 4.43 | - |
| YUV | 140.24 | 60.15 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 20 | 0 | 0.42 | 0.91 | 0.15 | 32.14 | 0.83 | 0.46 |
| Hex | D8 | 7D | 14 | 0 | 2A | 5B | F | 20 | 53 | 2E |
| Octal | 330 | 175 | 24 | 0 | 52 | 133 | 17 | 40 | 123 | 56 |
| Binary | 11011000 | 1111101 | 10100 | 0 | 101010 | 1011011 | 1111 | 100000 | 1010011 | 101110 |
Color Harmonies of #D87D14
Complementary color
Monochromatic Colors of #D87D14
Black with #D87D14
Text Example
Text Example
White with #D87D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D14; }
p { color: rgb(216,125,20); }
H1.HeaderClassName
{
color: #D87D14;
}
.AnyTagClassName
{
color: #D87D14;
}
</style>
background-color css
<style>
a { background-color: #D87D14; }
a { background-color: rgb(216,125,20); }
div.DivClassName
{
background-color: #D87D14;
}
.BgClassName
{
background-color: #D87D14;
}
</style>
border-color css
<style>
span { border-color: #D87D14; }
span { border-color: rgb(216,125,20); }
td.TdClassName
{
border-color: #D87D14;
}
.TagClassName
{
border-color: #D87D14;
}
</style>