Shades of Ochre #D1871F
Tints of Ochre #D1871F
RGB
CMYK
RGB Variations
Color information
#D1871F (or 0xD1871F) is known color: Ochre. HEX triplet: D1, 87 and 1F. RGB value is (209,135,31). Sum of RGB (Red+Green+Blue) = 209+135+31=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1871F is #2E78E0. Grayscale: #919191. Windows color (decimal): -3045601 or 2066385. OLE color: 2066385.
HSL color Cylindrical-coordinate representation of color #D1871F: hue angle of 35.06º 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 #D1871F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 31 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.18 |
| HSL | 35.06º | 0.74% | 0.47% | - |
| HSV(B) | 35.06º | 0.85% | 0.82% | - |
| XYZ | 35.21 | 30.98 | 5.42 | - |
| YUV | 145.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 31 | 0 | 0.35 | 0.85 | 0.18 | 35.06 | 0.74 | 0.47 |
| Hex | D1 | 87 | 1F | 0 | 23 | 55 | 12 | 23 | 4A | 2F |
| Octal | 321 | 207 | 37 | 0 | 43 | 125 | 22 | 43 | 112 | 57 |
| Binary | 11010001 | 10000111 | 11111 | 0 | 100011 | 1010101 | 10010 | 100011 | 1001010 | 101111 |
Color Harmonies of #D1871F
Complementary color
Monochromatic Colors of #D1871F
Black with #D1871F
Text Example
Text Example
White with #D1871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1871F; }
p { color: rgb(209,135,31); }
H1.HeaderClassName
{
color: #D1871F;
}
.AnyTagClassName
{
color: #D1871F;
}
</style>
background-color css
<style>
a { background-color: #D1871F; }
a { background-color: rgb(209,135,31); }
div.DivClassName
{
background-color: #D1871F;
}
.BgClassName
{
background-color: #D1871F;
}
</style>
border-color css
<style>
span { border-color: #D1871F; }
span { border-color: rgb(209,135,31); }
td.TdClassName
{
border-color: #D1871F;
}
.TagClassName
{
border-color: #D1871F;
}
</style>