Shades of Ochre #D1741D
Tints of Ochre #D1741D
RGB
CMYK
RGB Variations
Color information
#D1741D (or 0xD1741D) is known color: Ochre. HEX triplet: D1, 74 and 1D. RGB value is (209,116,29). Sum of RGB (Red+Green+Blue) = 209+116+29=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1741D is #2E8BE2. Grayscale: #868686. Windows color (decimal): -3050467 or 1930449. OLE color: 1930449.
HSL color Cylindrical-coordinate representation of color #D1741D: hue angle of 29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1741D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.18 |
| HSL | 29º | 0.76% | 0.47% | - |
| HSV(B) | 29º | 0.86% | 0.82% | - |
| XYZ | 32.76 | 26.13 | 4.48 | - |
| YUV | 133.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 29 | 0 | 0.44 | 0.86 | 0.18 | 29 | 0.76 | 0.47 |
| Hex | D1 | 74 | 1D | 0 | 2C | 56 | 12 | 1D | 4C | 2F |
| Octal | 321 | 164 | 35 | 0 | 54 | 126 | 22 | 35 | 114 | 57 |
| Binary | 11010001 | 1110100 | 11101 | 0 | 101100 | 1010110 | 10010 | 11101 | 1001100 | 101111 |
Color Harmonies of #D1741D
Complementary color
Monochromatic Colors of #D1741D
Black with #D1741D
Text Example
Text Example
White with #D1741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1741D; }
p { color: rgb(209,116,29); }
H1.HeaderClassName
{
color: #D1741D;
}
.AnyTagClassName
{
color: #D1741D;
}
</style>
background-color css
<style>
a { background-color: #D1741D; }
a { background-color: rgb(209,116,29); }
div.DivClassName
{
background-color: #D1741D;
}
.BgClassName
{
background-color: #D1741D;
}
</style>
border-color css
<style>
span { border-color: #D1741D; }
span { border-color: rgb(209,116,29); }
td.TdClassName
{
border-color: #D1741D;
}
.TagClassName
{
border-color: #D1741D;
}
</style>