Shades of Ochre #D87A22
Tints of Ochre #D87A22
RGB
CMYK
RGB Variations
Color information
#D87A22 (or 0xD87A22) is known color: Ochre. HEX triplet: D8, 7A and 22. RGB value is (216,122,34). Sum of RGB (Red+Green+Blue) = 216+122+34=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87A22 is #2785DD. Grayscale: #8C8C8C. Windows color (decimal): -2590174 or 2259672. OLE color: 2259672.
HSL color Cylindrical-coordinate representation of color #D87A22: hue angle of 29.01º degrees, saturation: 0.73, 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 #D87A22 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 34 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.15 |
| HSL | 29.01º | 0.73% | 0.49% | - |
| HSV(B) | 29.01º | 0.84% | 0.85% | - |
| XYZ | 35.57 | 28.63 | 5.17 | - |
| YUV | 140.07 | 68.14 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 34 | 0 | 0.44 | 0.84 | 0.15 | 29.01 | 0.73 | 0.49 |
| Hex | D8 | 7A | 22 | 0 | 2C | 54 | F | 1D | 49 | 31 |
| Octal | 330 | 172 | 42 | 0 | 54 | 124 | 17 | 35 | 111 | 61 |
| Binary | 11011000 | 1111010 | 100010 | 0 | 101100 | 1010100 | 1111 | 11101 | 1001001 | 110001 |
Color Harmonies of #D87A22
Complementary color
Monochromatic Colors of #D87A22
Black with #D87A22
Text Example
Text Example
White with #D87A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A22; }
p { color: rgb(216,122,34); }
H1.HeaderClassName
{
color: #D87A22;
}
.AnyTagClassName
{
color: #D87A22;
}
</style>
background-color css
<style>
a { background-color: #D87A22; }
a { background-color: rgb(216,122,34); }
div.DivClassName
{
background-color: #D87A22;
}
.BgClassName
{
background-color: #D87A22;
}
</style>
border-color css
<style>
span { border-color: #D87A22; }
span { border-color: rgb(216,122,34); }
td.TdClassName
{
border-color: #D87A22;
}
.TagClassName
{
border-color: #D87A22;
}
</style>