Shades of Ochre #D78412
Tints of Ochre #D78412
RGB
CMYK
RGB Variations
Color information
#D78412 (or 0xD78412) is known color: Ochre. HEX triplet: D7, 84 and 12. RGB value is (215,132,18). Sum of RGB (Red+Green+Blue) = 215+132+18=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D78412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78412 is #287BED. Grayscale: #909090. Windows color (decimal): -2653166 or 1213655. OLE color: 1213655.
HSL color Cylindrical-coordinate representation of color #D78412: hue angle of 34.72º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D78412 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.16 |
| HSL | 34.72º | 0.85% | 0.46% | - |
| HSV(B) | 34.72º | 0.92% | 0.84% | - |
| XYZ | 36.38 | 30.99 | 4.64 | - |
| YUV | 143.82 | 57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 18 | 0 | 0.39 | 0.92 | 0.16 | 34.72 | 0.85 | 0.46 |
| Hex | D7 | 84 | 12 | 0 | 27 | 5C | 10 | 23 | 55 | 2E |
| Octal | 327 | 204 | 22 | 0 | 47 | 134 | 20 | 43 | 125 | 56 |
| Binary | 11010111 | 10000100 | 10010 | 0 | 100111 | 1011100 | 10000 | 100011 | 1010101 | 101110 |
Color Harmonies of #D78412
Complementary color
Monochromatic Colors of #D78412
Black with #D78412
Text Example
Text Example
White with #D78412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78412; }
p { color: rgb(215,132,18); }
H1.HeaderClassName
{
color: #D78412;
}
.AnyTagClassName
{
color: #D78412;
}
</style>
background-color css
<style>
a { background-color: #D78412; }
a { background-color: rgb(215,132,18); }
div.DivClassName
{
background-color: #D78412;
}
.BgClassName
{
background-color: #D78412;
}
</style>
border-color css
<style>
span { border-color: #D78412; }
span { border-color: rgb(215,132,18); }
td.TdClassName
{
border-color: #D78412;
}
.TagClassName
{
border-color: #D78412;
}
</style>