Shades of Ochre #D87C16
Tints of Ochre #D87C16
RGB
CMYK
RGB Variations
Color information
#D87C16 (or 0xD87C16) is known color: Ochre. HEX triplet: D8, 7C and 16. RGB value is (216,124,22). Sum of RGB (Red+Green+Blue) = 216+124+22=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87C16 is #2783E9. Grayscale: #8C8C8C. Windows color (decimal): -2589674 or 1473752. OLE color: 1473752.
HSL color Cylindrical-coordinate representation of color #D87C16: hue angle of 31.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D87C16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.15 |
| HSL | 31.55º | 0.82% | 0.47% | - |
| HSV(B) | 31.55º | 0.9% | 0.85% | - |
| XYZ | 35.67 | 29.07 | 4.49 | - |
| YUV | 139.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 22 | 0 | 0.43 | 0.90 | 0.15 | 31.55 | 0.82 | 0.47 |
| Hex | D8 | 7C | 16 | 0 | 2B | 5A | F | 20 | 52 | 2F |
| Octal | 330 | 174 | 26 | 0 | 53 | 132 | 17 | 40 | 122 | 57 |
| Binary | 11011000 | 1111100 | 10110 | 0 | 101011 | 1011010 | 1111 | 100000 | 1010010 | 101111 |
Color Harmonies of #D87C16
Complementary color
Monochromatic Colors of #D87C16
Black with #D87C16
Text Example
Text Example
White with #D87C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C16; }
p { color: rgb(216,124,22); }
H1.HeaderClassName
{
color: #D87C16;
}
.AnyTagClassName
{
color: #D87C16;
}
</style>
background-color css
<style>
a { background-color: #D87C16; }
a { background-color: rgb(216,124,22); }
div.DivClassName
{
background-color: #D87C16;
}
.BgClassName
{
background-color: #D87C16;
}
</style>
border-color css
<style>
span { border-color: #D87C16; }
span { border-color: rgb(216,124,22); }
td.TdClassName
{
border-color: #D87C16;
}
.TagClassName
{
border-color: #D87C16;
}
</style>