Shades of Ochre #D17511
Tints of Ochre #D17511
RGB
CMYK
RGB Variations
Color information
#D17511 (or 0xD17511) is known color: Ochre. HEX triplet: D1, 75 and 11. RGB value is (209,117,17). Sum of RGB (Red+Green+Blue) = 209+117+17=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D17511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17511 is #2E8AEE. Grayscale: #858585. Windows color (decimal): -3050223 or 1144273. OLE color: 1144273.
HSL color Cylindrical-coordinate representation of color #D17511: hue angle of 31.25º 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 #D17511 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 17 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.18 |
| HSL | 31.25º | 0.85% | 0.44% | - |
| HSV(B) | 31.25º | 0.92% | 0.82% | - |
| XYZ | 32.76 | 26.32 | 3.88 | - |
| YUV | 133.11 | 62.48 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 17 | 0 | 0.44 | 0.92 | 0.18 | 31.25 | 0.85 | 0.44 |
| Hex | D1 | 75 | 11 | 0 | 2C | 5C | 12 | 1F | 55 | 2C |
| Octal | 321 | 165 | 21 | 0 | 54 | 134 | 22 | 37 | 125 | 54 |
| Binary | 11010001 | 1110101 | 10001 | 0 | 101100 | 1011100 | 10010 | 11111 | 1010101 | 101100 |
Color Harmonies of #D17511
Complementary color
Monochromatic Colors of #D17511
Black with #D17511
Text Example
Text Example
White with #D17511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17511; }
p { color: rgb(209,117,17); }
H1.HeaderClassName
{
color: #D17511;
}
.AnyTagClassName
{
color: #D17511;
}
</style>
background-color css
<style>
a { background-color: #D17511; }
a { background-color: rgb(209,117,17); }
div.DivClassName
{
background-color: #D17511;
}
.BgClassName
{
background-color: #D17511;
}
</style>
border-color css
<style>
span { border-color: #D17511; }
span { border-color: rgb(209,117,17); }
td.TdClassName
{
border-color: #D17511;
}
.TagClassName
{
border-color: #D17511;
}
</style>