Shades of Ochre #D1731F
Tints of Ochre #D1731F
RGB
CMYK
RGB Variations
Color information
#D1731F (or 0xD1731F) is known color: Ochre. HEX triplet: D1, 73 and 1F. RGB value is (209,115,31). Sum of RGB (Red+Green+Blue) = 209+115+31=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1731F is #2E8CE0. Grayscale: #858585. Windows color (decimal): -3050721 or 2061265. OLE color: 2061265.
HSL color Cylindrical-coordinate representation of color #D1731F: hue angle of 28.31º 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 #D1731F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 31 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.18 |
| HSL | 28.31º | 0.74% | 0.47% | - |
| HSV(B) | 28.31º | 0.85% | 0.82% | - |
| XYZ | 32.67 | 25.92 | 4.58 | - |
| YUV | 133.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 31 | 0 | 0.45 | 0.85 | 0.18 | 28.31 | 0.74 | 0.47 |
| Hex | D1 | 73 | 1F | 0 | 2D | 55 | 12 | 1C | 4A | 2F |
| Octal | 321 | 163 | 37 | 0 | 55 | 125 | 22 | 34 | 112 | 57 |
| Binary | 11010001 | 1110011 | 11111 | 0 | 101101 | 1010101 | 10010 | 11100 | 1001010 | 101111 |
Color Harmonies of #D1731F
Complementary color
Monochromatic Colors of #D1731F
Black with #D1731F
Text Example
Text Example
White with #D1731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1731F; }
p { color: rgb(209,115,31); }
H1.HeaderClassName
{
color: #D1731F;
}
.AnyTagClassName
{
color: #D1731F;
}
</style>
background-color css
<style>
a { background-color: #D1731F; }
a { background-color: rgb(209,115,31); }
div.DivClassName
{
background-color: #D1731F;
}
.BgClassName
{
background-color: #D1731F;
}
</style>
border-color css
<style>
span { border-color: #D1731F; }
span { border-color: rgb(209,115,31); }
td.TdClassName
{
border-color: #D1731F;
}
.TagClassName
{
border-color: #D1731F;
}
</style>