Shades of Ochre #D78115
Tints of Ochre #D78115
RGB
CMYK
RGB Variations
Color information
#D78115 (or 0xD78115) is known color: Ochre. HEX triplet: D7, 81 and 15. RGB value is (215,129,21). Sum of RGB (Red+Green+Blue) = 215+129+21=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D78115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78115 is #287EEA. Grayscale: #8E8E8E. Windows color (decimal): -2653931 or 1409495. OLE color: 1409495.
HSL color Cylindrical-coordinate representation of color #D78115: hue angle of 33.4º degrees, saturation: 0.82, 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 #D78115 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 21 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.16 |
| HSL | 33.4º | 0.82% | 0.46% | - |
| HSV(B) | 33.4º | 0.9% | 0.84% | - |
| XYZ | 36.01 | 30.2 | 4.64 | - |
| YUV | 142.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 21 | 0 | 0.4 | 0.90 | 0.16 | 33.4 | 0.82 | 0.46 |
| Hex | D7 | 81 | 15 | 0 | 28 | 5A | 10 | 21 | 52 | 2E |
| Octal | 327 | 201 | 25 | 0 | 50 | 132 | 20 | 41 | 122 | 56 |
| Binary | 11010111 | 10000001 | 10101 | 0 | 101000 | 1011010 | 10000 | 100001 | 1010010 | 101110 |
Color Harmonies of #D78115
Complementary color
Monochromatic Colors of #D78115
Black with #D78115
Text Example
Text Example
White with #D78115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78115; }
p { color: rgb(215,129,21); }
H1.HeaderClassName
{
color: #D78115;
}
.AnyTagClassName
{
color: #D78115;
}
</style>
background-color css
<style>
a { background-color: #D78115; }
a { background-color: rgb(215,129,21); }
div.DivClassName
{
background-color: #D78115;
}
.BgClassName
{
background-color: #D78115;
}
</style>
border-color css
<style>
span { border-color: #D78115; }
span { border-color: rgb(215,129,21); }
td.TdClassName
{
border-color: #D78115;
}
.TagClassName
{
border-color: #D78115;
}
</style>