Shades of Ochre #D17311
Tints of Ochre #D17311
RGB
CMYK
RGB Variations
Color information
#D17311 (or 0xD17311) is known color: Ochre. HEX triplet: D1, 73 and 11. RGB value is (209,115,17). Sum of RGB (Red+Green+Blue) = 209+115+17=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D17311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17311 is #2E8CEE. Grayscale: #848484. Windows color (decimal): -3050735 or 1143761. OLE color: 1143761.
HSL color Cylindrical-coordinate representation of color #D17311: hue angle of 30.63º 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 #D17311 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.18 |
| HSL | 30.63º | 0.85% | 0.44% | - |
| HSV(B) | 30.63º | 0.92% | 0.82% | - |
| XYZ | 32.53 | 25.86 | 3.81 | - |
| YUV | 131.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 17 | 0 | 0.45 | 0.92 | 0.18 | 30.63 | 0.85 | 0.44 |
| Hex | D1 | 73 | 11 | 0 | 2D | 5C | 12 | 1F | 55 | 2C |
| Octal | 321 | 163 | 21 | 0 | 55 | 134 | 22 | 37 | 125 | 54 |
| Binary | 11010001 | 1110011 | 10001 | 0 | 101101 | 1011100 | 10010 | 11111 | 1010101 | 101100 |
Color Harmonies of #D17311
Complementary color
Monochromatic Colors of #D17311
Black with #D17311
Text Example
Text Example
White with #D17311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17311; }
p { color: rgb(209,115,17); }
H1.HeaderClassName
{
color: #D17311;
}
.AnyTagClassName
{
color: #D17311;
}
</style>
background-color css
<style>
a { background-color: #D17311; }
a { background-color: rgb(209,115,17); }
div.DivClassName
{
background-color: #D17311;
}
.BgClassName
{
background-color: #D17311;
}
</style>
border-color css
<style>
span { border-color: #D17311; }
span { border-color: rgb(209,115,17); }
td.TdClassName
{
border-color: #D17311;
}
.TagClassName
{
border-color: #D17311;
}
</style>