Shades of Ochre #D17C11
Tints of Ochre #D17C11
RGB
CMYK
RGB Variations
Color information
#D17C11 (or 0xD17C11) is known color: Ochre. HEX triplet: D1, 7C and 11. RGB value is (209,124,17). Sum of RGB (Red+Green+Blue) = 209+124+17=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17C11 is #2E83EE. Grayscale: #898989. Windows color (decimal): -3048431 or 1146065. OLE color: 1146065.
HSL color Cylindrical-coordinate representation of color #D17C11: hue angle of 33.44º 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 #D17C11 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.18 |
| HSL | 33.44º | 0.85% | 0.44% | - |
| HSV(B) | 33.44º | 0.92% | 0.82% | - |
| XYZ | 33.6 | 28.01 | 4.17 | - |
| YUV | 137.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 17 | 0 | 0.41 | 0.92 | 0.18 | 33.44 | 0.85 | 0.44 |
| Hex | D1 | 7C | 11 | 0 | 29 | 5C | 12 | 21 | 55 | 2C |
| Octal | 321 | 174 | 21 | 0 | 51 | 134 | 22 | 41 | 125 | 54 |
| Binary | 11010001 | 1111100 | 10001 | 0 | 101001 | 1011100 | 10010 | 100001 | 1010101 | 101100 |
Color Harmonies of #D17C11
Complementary color
Monochromatic Colors of #D17C11
Black with #D17C11
Text Example
Text Example
White with #D17C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17C11; }
p { color: rgb(209,124,17); }
H1.HeaderClassName
{
color: #D17C11;
}
.AnyTagClassName
{
color: #D17C11;
}
</style>
background-color css
<style>
a { background-color: #D17C11; }
a { background-color: rgb(209,124,17); }
div.DivClassName
{
background-color: #D17C11;
}
.BgClassName
{
background-color: #D17C11;
}
</style>
border-color css
<style>
span { border-color: #D17C11; }
span { border-color: rgb(209,124,17); }
td.TdClassName
{
border-color: #D17C11;
}
.TagClassName
{
border-color: #D17C11;
}
</style>