Shades of Ochre #D87F23
Tints of Ochre #D87F23
RGB
CMYK
RGB Variations
Color information
#D87F23 (or 0xD87F23) is known color: Ochre. HEX triplet: D8, 7F and 23. RGB value is (216,127,35). Sum of RGB (Red+Green+Blue) = 216+127+35=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87F23 is #2780DC. Grayscale: #8F8F8F. Windows color (decimal): -2588893 or 2326488. OLE color: 2326488.
HSL color Cylindrical-coordinate representation of color #D87F23: hue angle of 30.5º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D87F23 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 35 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.15 |
| HSL | 30.5º | 0.72% | 0.49% | - |
| HSV(B) | 30.5º | 0.84% | 0.85% | - |
| XYZ | 36.21 | 29.9 | 5.45 | - |
| YUV | 143.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 35 | 0 | 0.41 | 0.84 | 0.15 | 30.5 | 0.72 | 0.49 |
| Hex | D8 | 7F | 23 | 0 | 29 | 54 | F | 1E | 48 | 31 |
| Octal | 330 | 177 | 43 | 0 | 51 | 124 | 17 | 36 | 110 | 61 |
| Binary | 11011000 | 1111111 | 100011 | 0 | 101001 | 1010100 | 1111 | 11110 | 1001000 | 110001 |
Color Harmonies of #D87F23
Complementary color
Monochromatic Colors of #D87F23
Black with #D87F23
Text Example
Text Example
White with #D87F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F23; }
p { color: rgb(216,127,35); }
H1.HeaderClassName
{
color: #D87F23;
}
.AnyTagClassName
{
color: #D87F23;
}
</style>
background-color css
<style>
a { background-color: #D87F23; }
a { background-color: rgb(216,127,35); }
div.DivClassName
{
background-color: #D87F23;
}
.BgClassName
{
background-color: #D87F23;
}
</style>
border-color css
<style>
span { border-color: #D87F23; }
span { border-color: rgb(216,127,35); }
td.TdClassName
{
border-color: #D87F23;
}
.TagClassName
{
border-color: #D87F23;
}
</style>