Shades of Ochre #D1741A
Tints of Ochre #D1741A
RGB
CMYK
RGB Variations
Color information
#D1741A (or 0xD1741A) is known color: Ochre. HEX triplet: D1, 74 and 1A. RGB value is (209,116,26). Sum of RGB (Red+Green+Blue) = 209+116+26=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1741A is #2E8BE5. Grayscale: #868686. Windows color (decimal): -3050470 or 1733841. OLE color: 1733841.
HSL color Cylindrical-coordinate representation of color #D1741A: hue angle of 29.51º 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 #D1741A is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 26 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.18 |
| HSL | 29.51º | 0.78% | 0.46% | - |
| HSV(B) | 29.51º | 0.88% | 0.82% | - |
| XYZ | 32.73 | 26.12 | 4.29 | - |
| YUV | 133.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 26 | 0 | 0.44 | 0.88 | 0.18 | 29.51 | 0.78 | 0.46 |
| Hex | D1 | 74 | 1A | 0 | 2C | 58 | 12 | 1E | 4E | 2E |
| Octal | 321 | 164 | 32 | 0 | 54 | 130 | 22 | 36 | 116 | 56 |
| Binary | 11010001 | 1110100 | 11010 | 0 | 101100 | 1011000 | 10010 | 11110 | 1001110 | 101110 |
Color Harmonies of #D1741A
Complementary color
Monochromatic Colors of #D1741A
Black with #D1741A
Text Example
Text Example
White with #D1741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1741A; }
p { color: rgb(209,116,26); }
H1.HeaderClassName
{
color: #D1741A;
}
.AnyTagClassName
{
color: #D1741A;
}
</style>
background-color css
<style>
a { background-color: #D1741A; }
a { background-color: rgb(209,116,26); }
div.DivClassName
{
background-color: #D1741A;
}
.BgClassName
{
background-color: #D1741A;
}
</style>
border-color css
<style>
span { border-color: #D1741A; }
span { border-color: rgb(209,116,26); }
td.TdClassName
{
border-color: #D1741A;
}
.TagClassName
{
border-color: #D1741A;
}
</style>