Shades of Ochre #D17611
Tints of Ochre #D17611
RGB
CMYK
RGB Variations
Color information
#D17611 (or 0xD17611) is known color: Ochre. HEX triplet: D1, 76 and 11. RGB value is (209,118,17). Sum of RGB (Red+Green+Blue) = 209+118+17=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D17611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17611 is #2E89EE. Grayscale: #868686. Windows color (decimal): -3049967 or 1144529. OLE color: 1144529.
HSL color Cylindrical-coordinate representation of color #D17611: hue angle of 31.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D17611 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 17 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.18 |
| HSL | 31.56º | 0.85% | 0.44% | - |
| HSV(B) | 31.56º | 0.92% | 0.82% | - |
| XYZ | 32.87 | 26.55 | 3.92 | - |
| YUV | 133.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 17 | 0 | 0.44 | 0.92 | 0.18 | 31.56 | 0.85 | 0.44 |
| Hex | D1 | 76 | 11 | 0 | 2C | 5C | 12 | 20 | 55 | 2C |
| Octal | 321 | 166 | 21 | 0 | 54 | 134 | 22 | 40 | 125 | 54 |
| Binary | 11010001 | 1110110 | 10001 | 0 | 101100 | 1011100 | 10010 | 100000 | 1010101 | 101100 |
Color Harmonies of #D17611
Complementary color
Monochromatic Colors of #D17611
Black with #D17611
Text Example
Text Example
White with #D17611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17611; }
p { color: rgb(209,118,17); }
H1.HeaderClassName
{
color: #D17611;
}
.AnyTagClassName
{
color: #D17611;
}
</style>
background-color css
<style>
a { background-color: #D17611; }
a { background-color: rgb(209,118,17); }
div.DivClassName
{
background-color: #D17611;
}
.BgClassName
{
background-color: #D17611;
}
</style>
border-color css
<style>
span { border-color: #D17611; }
span { border-color: rgb(209,118,17); }
td.TdClassName
{
border-color: #D17611;
}
.TagClassName
{
border-color: #D17611;
}
</style>