Shades of Ochre #D78124
Tints of Ochre #D78124
RGB
CMYK
RGB Variations
Color information
#D78124 (or 0xD78124) is known color: Ochre. HEX triplet: D7, 81 and 24. RGB value is (215,129,36). Sum of RGB (Red+Green+Blue) = 215+129+36=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D78124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78124 is #287EDB. Grayscale: #909090. Windows color (decimal): -2653916 or 2392535. OLE color: 2392535.
HSL color Cylindrical-coordinate representation of color #D78124: hue angle of 31.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D78124 is Cyan = 0, Magento = 0.4, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 36 | - |
| CMYK | 0 | 0.4 | 0.83 | 0.16 |
| HSL | 31.17º | 0.71% | 0.49% | - |
| HSV(B) | 31.17º | 0.83% | 0.84% | - |
| XYZ | 36.19 | 30.27 | 5.61 | - |
| YUV | 144.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 36 | 0 | 0.4 | 0.83 | 0.16 | 31.17 | 0.71 | 0.49 |
| Hex | D7 | 81 | 24 | 0 | 28 | 53 | 10 | 1F | 47 | 31 |
| Octal | 327 | 201 | 44 | 0 | 50 | 123 | 20 | 37 | 107 | 61 |
| Binary | 11010111 | 10000001 | 100100 | 0 | 101000 | 1010011 | 10000 | 11111 | 1000111 | 110001 |
Color Harmonies of #D78124
Complementary color
Monochromatic Colors of #D78124
Black with #D78124
Text Example
Text Example
White with #D78124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78124; }
p { color: rgb(215,129,36); }
H1.HeaderClassName
{
color: #D78124;
}
.AnyTagClassName
{
color: #D78124;
}
</style>
background-color css
<style>
a { background-color: #D78124; }
a { background-color: rgb(215,129,36); }
div.DivClassName
{
background-color: #D78124;
}
.BgClassName
{
background-color: #D78124;
}
</style>
border-color css
<style>
span { border-color: #D78124; }
span { border-color: rgb(215,129,36); }
td.TdClassName
{
border-color: #D78124;
}
.TagClassName
{
border-color: #D78124;
}
</style>