Shades of Ochre #D78210
Tints of Ochre #D78210
RGB
CMYK
RGB Variations
Color information
#D78210 (or 0xD78210) is known color: Ochre. HEX triplet: D7, 82 and 10. RGB value is (215,130,16). Sum of RGB (Red+Green+Blue) = 215+130+16=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D78210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78210 is #287DEF. Grayscale: #8E8E8E. Windows color (decimal): -2653680 or 1082071. OLE color: 1082071.
HSL color Cylindrical-coordinate representation of color #D78210: hue angle of 34.37º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D78210 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 16 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.16 |
| HSL | 34.37º | 0.86% | 0.45% | - |
| HSV(B) | 34.37º | 0.93% | 0.84% | - |
| XYZ | 36.1 | 30.45 | 4.46 | - |
| YUV | 142.42 | 56.66 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 16 | 0 | 0.40 | 0.93 | 0.16 | 34.37 | 0.86 | 0.45 |
| Hex | D7 | 82 | 10 | 0 | 28 | 5D | 10 | 22 | 56 | 2D |
| Octal | 327 | 202 | 20 | 0 | 50 | 135 | 20 | 42 | 126 | 55 |
| Binary | 11010111 | 10000010 | 10000 | 0 | 101000 | 1011101 | 10000 | 100010 | 1010110 | 101101 |
Color Harmonies of #D78210
Complementary color
Monochromatic Colors of #D78210
Black with #D78210
Text Example
Text Example
White with #D78210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78210; }
p { color: rgb(215,130,16); }
H1.HeaderClassName
{
color: #D78210;
}
.AnyTagClassName
{
color: #D78210;
}
</style>
background-color css
<style>
a { background-color: #D78210; }
a { background-color: rgb(215,130,16); }
div.DivClassName
{
background-color: #D78210;
}
.BgClassName
{
background-color: #D78210;
}
</style>
border-color css
<style>
span { border-color: #D78210; }
span { border-color: rgb(215,130,16); }
td.TdClassName
{
border-color: #D78210;
}
.TagClassName
{
border-color: #D78210;
}
</style>