Shades of Ochre #D18710
Tints of Ochre #D18710
RGB
CMYK
RGB Variations
Color information
#D18710 (or 0xD18710) is known color: Ochre. HEX triplet: D1, 87 and 10. RGB value is (209,135,16). Sum of RGB (Red+Green+Blue) = 209+135+16=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D18710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18710 is #2E78EF. Grayscale: #909090. Windows color (decimal): -3045616 or 1083345. OLE color: 1083345.
HSL color Cylindrical-coordinate representation of color #D18710: hue angle of 36.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D18710 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 16 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.18 |
| HSL | 36.99º | 0.86% | 0.44% | - |
| HSV(B) | 36.99º | 0.92% | 0.82% | - |
| XYZ | 35.05 | 30.92 | 4.61 | - |
| YUV | 143.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 16 | 0 | 0.35 | 0.92 | 0.18 | 36.99 | 0.86 | 0.44 |
| Hex | D1 | 87 | 10 | 0 | 23 | 5C | 12 | 25 | 56 | 2C |
| Octal | 321 | 207 | 20 | 0 | 43 | 134 | 22 | 45 | 126 | 54 |
| Binary | 11010001 | 10000111 | 10000 | 0 | 100011 | 1011100 | 10010 | 100101 | 1010110 | 101100 |
Color Harmonies of #D18710
Complementary color
Monochromatic Colors of #D18710
Black with #D18710
Text Example
Text Example
White with #D18710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18710; }
p { color: rgb(209,135,16); }
H1.HeaderClassName
{
color: #D18710;
}
.AnyTagClassName
{
color: #D18710;
}
</style>
background-color css
<style>
a { background-color: #D18710; }
a { background-color: rgb(209,135,16); }
div.DivClassName
{
background-color: #D18710;
}
.BgClassName
{
background-color: #D18710;
}
</style>
border-color css
<style>
span { border-color: #D18710; }
span { border-color: rgb(209,135,16); }
td.TdClassName
{
border-color: #D18710;
}
.TagClassName
{
border-color: #D18710;
}
</style>