Shades of Ochre #D1861B
Tints of Ochre #D1861B
RGB
CMYK
RGB Variations
Color information
#D1861B (or 0xD1861B) is known color: Ochre. HEX triplet: D1, 86 and 1B. RGB value is (209,134,27). Sum of RGB (Red+Green+Blue) = 209+134+27=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1861B is #2E79E4. Grayscale: #909090. Windows color (decimal): -3045861 or 1803985. OLE color: 1803985.
HSL color Cylindrical-coordinate representation of color #D1861B: hue angle of 35.27º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1861B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 27 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.18 |
| HSL | 35.27º | 0.77% | 0.46% | - |
| HSV(B) | 35.27º | 0.87% | 0.82% | - |
| XYZ | 35.02 | 30.68 | 5.11 | - |
| YUV | 144.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 27 | 0 | 0.36 | 0.87 | 0.18 | 35.27 | 0.77 | 0.46 |
| Hex | D1 | 86 | 1B | 0 | 24 | 57 | 12 | 23 | 4D | 2E |
| Octal | 321 | 206 | 33 | 0 | 44 | 127 | 22 | 43 | 115 | 56 |
| Binary | 11010001 | 10000110 | 11011 | 0 | 100100 | 1010111 | 10010 | 100011 | 1001101 | 101110 |
Color Harmonies of #D1861B
Complementary color
Monochromatic Colors of #D1861B
Black with #D1861B
Text Example
Text Example
White with #D1861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1861B; }
p { color: rgb(209,134,27); }
H1.HeaderClassName
{
color: #D1861B;
}
.AnyTagClassName
{
color: #D1861B;
}
</style>
background-color css
<style>
a { background-color: #D1861B; }
a { background-color: rgb(209,134,27); }
div.DivClassName
{
background-color: #D1861B;
}
.BgClassName
{
background-color: #D1861B;
}
</style>
border-color css
<style>
span { border-color: #D1861B; }
span { border-color: rgb(209,134,27); }
td.TdClassName
{
border-color: #D1861B;
}
.TagClassName
{
border-color: #D1861B;
}
</style>