Shades of Ochre #D78516
Tints of Ochre #D78516
RGB
CMYK
RGB Variations
Color information
#D78516 (or 0xD78516) is known color: Ochre. HEX triplet: D7, 85 and 16. RGB value is (215,133,22). Sum of RGB (Red+Green+Blue) = 215+133+22=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D78516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78516 is #287AE9. Grayscale: #919191. Windows color (decimal): -2652906 or 1476055. OLE color: 1476055.
HSL color Cylindrical-coordinate representation of color #D78516: hue angle of 34.51º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D78516 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 22 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.16 |
| HSL | 34.51º | 0.81% | 0.46% | - |
| HSV(B) | 34.51º | 0.9% | 0.84% | - |
| XYZ | 36.56 | 31.28 | 4.87 | - |
| YUV | 144.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 22 | 0 | 0.38 | 0.90 | 0.16 | 34.51 | 0.81 | 0.46 |
| Hex | D7 | 85 | 16 | 0 | 26 | 5A | 10 | 23 | 51 | 2E |
| Octal | 327 | 205 | 26 | 0 | 46 | 132 | 20 | 43 | 121 | 56 |
| Binary | 11010111 | 10000101 | 10110 | 0 | 100110 | 1011010 | 10000 | 100011 | 1010001 | 101110 |
Color Harmonies of #D78516
Complementary color
Monochromatic Colors of #D78516
Black with #D78516
Text Example
Text Example
White with #D78516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78516; }
p { color: rgb(215,133,22); }
H1.HeaderClassName
{
color: #D78516;
}
.AnyTagClassName
{
color: #D78516;
}
</style>
background-color css
<style>
a { background-color: #D78516; }
a { background-color: rgb(215,133,22); }
div.DivClassName
{
background-color: #D78516;
}
.BgClassName
{
background-color: #D78516;
}
</style>
border-color css
<style>
span { border-color: #D78516; }
span { border-color: rgb(215,133,22); }
td.TdClassName
{
border-color: #D78516;
}
.TagClassName
{
border-color: #D78516;
}
</style>