Shades of Ochre #D17A11
Tints of Ochre #D17A11
RGB
CMYK
RGB Variations
Color information
#D17A11 (or 0xD17A11) is known color: Ochre. HEX triplet: D1, 7A and 11. RGB value is (209,122,17). Sum of RGB (Red+Green+Blue) = 209+122+17=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17A11 is #2E85EE. Grayscale: #888888. Windows color (decimal): -3048943 or 1145553. OLE color: 1145553.
HSL color Cylindrical-coordinate representation of color #D17A11: hue angle of 32.81º 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 #D17A11 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.18 |
| HSL | 32.81º | 0.85% | 0.44% | - |
| HSV(B) | 32.81º | 0.92% | 0.82% | - |
| XYZ | 33.36 | 27.51 | 4.08 | - |
| YUV | 136.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 17 | 0 | 0.42 | 0.92 | 0.18 | 32.81 | 0.85 | 0.44 |
| Hex | D1 | 7A | 11 | 0 | 2A | 5C | 12 | 21 | 55 | 2C |
| Octal | 321 | 172 | 21 | 0 | 52 | 134 | 22 | 41 | 125 | 54 |
| Binary | 11010001 | 1111010 | 10001 | 0 | 101010 | 1011100 | 10010 | 100001 | 1010101 | 101100 |
Color Harmonies of #D17A11
Complementary color
Monochromatic Colors of #D17A11
Black with #D17A11
Text Example
Text Example
White with #D17A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A11; }
p { color: rgb(209,122,17); }
H1.HeaderClassName
{
color: #D17A11;
}
.AnyTagClassName
{
color: #D17A11;
}
</style>
background-color css
<style>
a { background-color: #D17A11; }
a { background-color: rgb(209,122,17); }
div.DivClassName
{
background-color: #D17A11;
}
.BgClassName
{
background-color: #D17A11;
}
</style>
border-color css
<style>
span { border-color: #D17A11; }
span { border-color: rgb(209,122,17); }
td.TdClassName
{
border-color: #D17A11;
}
.TagClassName
{
border-color: #D17A11;
}
</style>