Shades of Ochre #D1860F
Tints of Ochre #D1860F
RGB
CMYK
RGB Variations
Color information
#D1860F (or 0xD1860F) is known color: Ochre. HEX triplet: D1, 86 and 0F. RGB value is (209,134,15). Sum of RGB (Red+Green+Blue) = 209+134+15=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1860F is #2E79F0. Grayscale: #8F8F8F. Windows color (decimal): -3045873 or 1017553. OLE color: 1017553.
HSL color Cylindrical-coordinate representation of color #D1860F: hue angle of 36.8º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1860F is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 15 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.18 |
| HSL | 36.8º | 0.87% | 0.44% | - |
| HSV(B) | 36.8º | 0.93% | 0.82% | - |
| XYZ | 34.91 | 30.64 | 4.53 | - |
| YUV | 142.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 15 | 0 | 0.36 | 0.93 | 0.18 | 36.8 | 0.87 | 0.44 |
| Hex | D1 | 86 | F | 0 | 24 | 5D | 12 | 25 | 57 | 2C |
| Octal | 321 | 206 | 17 | 0 | 44 | 135 | 22 | 45 | 127 | 54 |
| Binary | 11010001 | 10000110 | 1111 | 0 | 100100 | 1011101 | 10010 | 100101 | 1010111 | 101100 |
Color Harmonies of #D1860F
Complementary color
Monochromatic Colors of #D1860F
Black with #D1860F
Text Example
Text Example
White with #D1860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1860F; }
p { color: rgb(209,134,15); }
H1.HeaderClassName
{
color: #D1860F;
}
.AnyTagClassName
{
color: #D1860F;
}
</style>
background-color css
<style>
a { background-color: #D1860F; }
a { background-color: rgb(209,134,15); }
div.DivClassName
{
background-color: #D1860F;
}
.BgClassName
{
background-color: #D1860F;
}
</style>
border-color css
<style>
span { border-color: #D1860F; }
span { border-color: rgb(209,134,15); }
td.TdClassName
{
border-color: #D1860F;
}
.TagClassName
{
border-color: #D1860F;
}
</style>