Shades of Ochre #D78022
Tints of Ochre #D78022
RGB
CMYK
RGB Variations
Color information
#D78022 (or 0xD78022) is known color: Ochre. HEX triplet: D7, 80 and 22. RGB value is (215,128,34). Sum of RGB (Red+Green+Blue) = 215+128+34=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D78022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78022 is #287FDD. Grayscale: #8F8F8F. Windows color (decimal): -2654174 or 2261207. OLE color: 2261207.
HSL color Cylindrical-coordinate representation of color #D78022: hue angle of 31.16º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D78022 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 34 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.16 |
| HSL | 31.16º | 0.73% | 0.49% | - |
| HSV(B) | 31.16º | 0.84% | 0.84% | - |
| XYZ | 36.03 | 30 | 5.41 | - |
| YUV | 143.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 34 | 0 | 0.40 | 0.84 | 0.16 | 31.16 | 0.73 | 0.49 |
| Hex | D7 | 80 | 22 | 0 | 28 | 54 | 10 | 1F | 49 | 31 |
| Octal | 327 | 200 | 42 | 0 | 50 | 124 | 20 | 37 | 111 | 61 |
| Binary | 11010111 | 10000000 | 100010 | 0 | 101000 | 1010100 | 10000 | 11111 | 1001001 | 110001 |
Color Harmonies of #D78022
Complementary color
Monochromatic Colors of #D78022
Black with #D78022
Text Example
Text Example
White with #D78022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78022; }
p { color: rgb(215,128,34); }
H1.HeaderClassName
{
color: #D78022;
}
.AnyTagClassName
{
color: #D78022;
}
</style>
background-color css
<style>
a { background-color: #D78022; }
a { background-color: rgb(215,128,34); }
div.DivClassName
{
background-color: #D78022;
}
.BgClassName
{
background-color: #D78022;
}
</style>
border-color css
<style>
span { border-color: #D78022; }
span { border-color: rgb(215,128,34); }
td.TdClassName
{
border-color: #D78022;
}
.TagClassName
{
border-color: #D78022;
}
</style>