Shades of Ochre #D1741B
Tints of Ochre #D1741B
RGB
CMYK
RGB Variations
Color information
#D1741B (or 0xD1741B) is known color: Ochre. HEX triplet: D1, 74 and 1B. RGB value is (209,116,27). Sum of RGB (Red+Green+Blue) = 209+116+27=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1741B is #2E8BE4. Grayscale: #868686. Windows color (decimal): -3050469 or 1799377. OLE color: 1799377.
HSL color Cylindrical-coordinate representation of color #D1741B: hue angle of 29.34º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1741B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 27 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.18 |
| HSL | 29.34º | 0.77% | 0.46% | - |
| HSV(B) | 29.34º | 0.87% | 0.82% | - |
| XYZ | 32.74 | 26.13 | 4.35 | - |
| YUV | 133.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 27 | 0 | 0.44 | 0.87 | 0.18 | 29.34 | 0.77 | 0.46 |
| Hex | D1 | 74 | 1B | 0 | 2C | 57 | 12 | 1D | 4D | 2E |
| Octal | 321 | 164 | 33 | 0 | 54 | 127 | 22 | 35 | 115 | 56 |
| Binary | 11010001 | 1110100 | 11011 | 0 | 101100 | 1010111 | 10010 | 11101 | 1001101 | 101110 |
Color Harmonies of #D1741B
Complementary color
Monochromatic Colors of #D1741B
Black with #D1741B
Text Example
Text Example
White with #D1741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1741B; }
p { color: rgb(209,116,27); }
H1.HeaderClassName
{
color: #D1741B;
}
.AnyTagClassName
{
color: #D1741B;
}
</style>
background-color css
<style>
a { background-color: #D1741B; }
a { background-color: rgb(209,116,27); }
div.DivClassName
{
background-color: #D1741B;
}
.BgClassName
{
background-color: #D1741B;
}
</style>
border-color css
<style>
span { border-color: #D1741B; }
span { border-color: rgb(209,116,27); }
td.TdClassName
{
border-color: #D1741B;
}
.TagClassName
{
border-color: #D1741B;
}
</style>