Shades of Ochre #D87D22
Tints of Ochre #D87D22
RGB
CMYK
RGB Variations
Color information
#D87D22 (or 0xD87D22) is known color: Ochre. HEX triplet: D8, 7D and 22. RGB value is (216,125,34). Sum of RGB (Red+Green+Blue) = 216+125+34=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87D22 is #2782DD. Grayscale: #8E8E8E. Windows color (decimal): -2589406 or 2260440. OLE color: 2260440.
HSL color Cylindrical-coordinate representation of color #D87D22: hue angle of 30º 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 #D87D22 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 34 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.15 |
| HSL | 30º | 0.73% | 0.49% | - |
| HSV(B) | 30º | 0.84% | 0.85% | - |
| XYZ | 35.94 | 29.38 | 5.29 | - |
| YUV | 141.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 34 | 0 | 0.42 | 0.84 | 0.15 | 30 | 0.73 | 0.49 |
| Hex | D8 | 7D | 22 | 0 | 2A | 54 | F | 1E | 49 | 31 |
| Octal | 330 | 175 | 42 | 0 | 52 | 124 | 17 | 36 | 111 | 61 |
| Binary | 11011000 | 1111101 | 100010 | 0 | 101010 | 1010100 | 1111 | 11110 | 1001001 | 110001 |
Color Harmonies of #D87D22
Complementary color
Monochromatic Colors of #D87D22
Black with #D87D22
Text Example
Text Example
White with #D87D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D22; }
p { color: rgb(216,125,34); }
H1.HeaderClassName
{
color: #D87D22;
}
.AnyTagClassName
{
color: #D87D22;
}
</style>
background-color css
<style>
a { background-color: #D87D22; }
a { background-color: rgb(216,125,34); }
div.DivClassName
{
background-color: #D87D22;
}
.BgClassName
{
background-color: #D87D22;
}
</style>
border-color css
<style>
span { border-color: #D87D22; }
span { border-color: rgb(216,125,34); }
td.TdClassName
{
border-color: #D87D22;
}
.TagClassName
{
border-color: #D87D22;
}
</style>