Shades of Ochre #D87C24
Tints of Ochre #D87C24
RGB
CMYK
RGB Variations
Color information
#D87C24 (or 0xD87C24) is known color: Ochre. HEX triplet: D8, 7C and 24. RGB value is (216,124,36). Sum of RGB (Red+Green+Blue) = 216+124+36=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87C24 is #2783DB. Grayscale: #8D8D8D. Windows color (decimal): -2589660 or 2391256. OLE color: 2391256.
HSL color Cylindrical-coordinate representation of color #D87C24: hue angle of 29.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D87C24 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 36 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.15 |
| HSL | 29.33º | 0.71% | 0.49% | - |
| HSV(B) | 29.33º | 0.83% | 0.85% | - |
| XYZ | 35.84 | 29.14 | 5.4 | - |
| YUV | 141.48 | 68.48 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 36 | 0 | 0.43 | 0.83 | 0.15 | 29.33 | 0.71 | 0.49 |
| Hex | D8 | 7C | 24 | 0 | 2B | 53 | F | 1D | 47 | 31 |
| Octal | 330 | 174 | 44 | 0 | 53 | 123 | 17 | 35 | 107 | 61 |
| Binary | 11011000 | 1111100 | 100100 | 0 | 101011 | 1010011 | 1111 | 11101 | 1000111 | 110001 |
Color Harmonies of #D87C24
Complementary color
Monochromatic Colors of #D87C24
Black with #D87C24
Text Example
Text Example
White with #D87C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C24; }
p { color: rgb(216,124,36); }
H1.HeaderClassName
{
color: #D87C24;
}
.AnyTagClassName
{
color: #D87C24;
}
</style>
background-color css
<style>
a { background-color: #D87C24; }
a { background-color: rgb(216,124,36); }
div.DivClassName
{
background-color: #D87C24;
}
.BgClassName
{
background-color: #D87C24;
}
</style>
border-color css
<style>
span { border-color: #D87C24; }
span { border-color: rgb(216,124,36); }
td.TdClassName
{
border-color: #D87C24;
}
.TagClassName
{
border-color: #D87C24;
}
</style>