Shades of Ochre #D1841F
Tints of Ochre #D1841F
RGB
CMYK
RGB Variations
Color information
#D1841F (or 0xD1841F) is known color: Ochre. HEX triplet: D1, 84 and 1F. RGB value is (209,132,31). Sum of RGB (Red+Green+Blue) = 209+132+31=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1841F is #2E7BE0. Grayscale: #8F8F8F. Windows color (decimal): -3046369 or 2065617. OLE color: 2065617.
HSL color Cylindrical-coordinate representation of color #D1841F: hue angle of 34.04º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1841F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 31 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.18 |
| HSL | 34.04º | 0.74% | 0.47% | - |
| HSV(B) | 34.04º | 0.85% | 0.82% | - |
| XYZ | 34.79 | 30.16 | 5.28 | - |
| YUV | 143.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 31 | 0 | 0.37 | 0.85 | 0.18 | 34.04 | 0.74 | 0.47 |
| Hex | D1 | 84 | 1F | 0 | 25 | 55 | 12 | 22 | 4A | 2F |
| Octal | 321 | 204 | 37 | 0 | 45 | 125 | 22 | 42 | 112 | 57 |
| Binary | 11010001 | 10000100 | 11111 | 0 | 100101 | 1010101 | 10010 | 100010 | 1001010 | 101111 |
Color Harmonies of #D1841F
Complementary color
Monochromatic Colors of #D1841F
Black with #D1841F
Text Example
Text Example
White with #D1841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1841F; }
p { color: rgb(209,132,31); }
H1.HeaderClassName
{
color: #D1841F;
}
.AnyTagClassName
{
color: #D1841F;
}
</style>
background-color css
<style>
a { background-color: #D1841F; }
a { background-color: rgb(209,132,31); }
div.DivClassName
{
background-color: #D1841F;
}
.BgClassName
{
background-color: #D1841F;
}
</style>
border-color css
<style>
span { border-color: #D1841F; }
span { border-color: rgb(209,132,31); }
td.TdClassName
{
border-color: #D1841F;
}
.TagClassName
{
border-color: #D1841F;
}
</style>