Shades of Ochre #D1851A
Tints of Ochre #D1851A
RGB
CMYK
RGB Variations
Color information
#D1851A (or 0xD1851A) is known color: Ochre. HEX triplet: D1, 85 and 1A. RGB value is (209,133,26). Sum of RGB (Red+Green+Blue) = 209+133+26=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1851A is #2E7AE5. Grayscale: #909090. Windows color (decimal): -3046118 or 1738193. OLE color: 1738193.
HSL color Cylindrical-coordinate representation of color #D1851A: hue angle of 35.08º 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 #D1851A is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 26 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.18 |
| HSL | 35.08º | 0.78% | 0.46% | - |
| HSV(B) | 35.08º | 0.88% | 0.82% | - |
| XYZ | 34.87 | 30.4 | 5.01 | - |
| YUV | 143.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 26 | 0 | 0.36 | 0.88 | 0.18 | 35.08 | 0.78 | 0.46 |
| Hex | D1 | 85 | 1A | 0 | 24 | 58 | 12 | 23 | 4E | 2E |
| Octal | 321 | 205 | 32 | 0 | 44 | 130 | 22 | 43 | 116 | 56 |
| Binary | 11010001 | 10000101 | 11010 | 0 | 100100 | 1011000 | 10010 | 100011 | 1001110 | 101110 |
Color Harmonies of #D1851A
Complementary color
Monochromatic Colors of #D1851A
Black with #D1851A
Text Example
Text Example
White with #D1851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1851A; }
p { color: rgb(209,133,26); }
H1.HeaderClassName
{
color: #D1851A;
}
.AnyTagClassName
{
color: #D1851A;
}
</style>
background-color css
<style>
a { background-color: #D1851A; }
a { background-color: rgb(209,133,26); }
div.DivClassName
{
background-color: #D1851A;
}
.BgClassName
{
background-color: #D1851A;
}
</style>
border-color css
<style>
span { border-color: #D1851A; }
span { border-color: rgb(209,133,26); }
td.TdClassName
{
border-color: #D1851A;
}
.TagClassName
{
border-color: #D1851A;
}
</style>