Shades of Ochre #D1861A
Tints of Ochre #D1861A
RGB
CMYK
RGB Variations
Color information
#D1861A (or 0xD1861A) is known color: Ochre. HEX triplet: D1, 86 and 1A. RGB value is (209,134,26). Sum of RGB (Red+Green+Blue) = 209+134+26=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1861A is #2E79E5. Grayscale: #909090. Windows color (decimal): -3045862 or 1738449. OLE color: 1738449.
HSL color Cylindrical-coordinate representation of color #D1861A: hue angle of 35.41º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1861A is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 26 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.18 |
| HSL | 35.41º | 0.78% | 0.46% | - |
| HSV(B) | 35.41º | 0.88% | 0.82% | - |
| XYZ | 35.01 | 30.68 | 5.05 | - |
| YUV | 144.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 26 | 0 | 0.36 | 0.88 | 0.18 | 35.41 | 0.78 | 0.46 |
| Hex | D1 | 86 | 1A | 0 | 24 | 58 | 12 | 23 | 4E | 2E |
| Octal | 321 | 206 | 32 | 0 | 44 | 130 | 22 | 43 | 116 | 56 |
| Binary | 11010001 | 10000110 | 11010 | 0 | 100100 | 1011000 | 10010 | 100011 | 1001110 | 101110 |
Color Harmonies of #D1861A
Complementary color
Monochromatic Colors of #D1861A
Black with #D1861A
Text Example
Text Example
White with #D1861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1861A; }
p { color: rgb(209,134,26); }
H1.HeaderClassName
{
color: #D1861A;
}
.AnyTagClassName
{
color: #D1861A;
}
</style>
background-color css
<style>
a { background-color: #D1861A; }
a { background-color: rgb(209,134,26); }
div.DivClassName
{
background-color: #D1861A;
}
.BgClassName
{
background-color: #D1861A;
}
</style>
border-color css
<style>
span { border-color: #D1861A; }
span { border-color: rgb(209,134,26); }
td.TdClassName
{
border-color: #D1861A;
}
.TagClassName
{
border-color: #D1861A;
}
</style>