Shades of Ochre #D17D11
Tints of Ochre #D17D11
RGB
CMYK
RGB Variations
Color information
#D17D11 (or 0xD17D11) is known color: Ochre. HEX triplet: D1, 7D and 11. RGB value is (209,125,17). Sum of RGB (Red+Green+Blue) = 209+125+17=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17D11 is #2E82EE. Grayscale: #8A8A8A. Windows color (decimal): -3048175 or 1146321. OLE color: 1146321.
HSL color Cylindrical-coordinate representation of color #D17D11: hue angle of 33.75º 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 #D17D11 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 17 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.18 |
| HSL | 33.75º | 0.85% | 0.44% | - |
| HSV(B) | 33.75º | 0.92% | 0.82% | - |
| XYZ | 33.73 | 28.26 | 4.21 | - |
| YUV | 137.8 | 59.83 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 17 | 0 | 0.40 | 0.92 | 0.18 | 33.75 | 0.85 | 0.44 |
| Hex | D1 | 7D | 11 | 0 | 28 | 5C | 12 | 22 | 55 | 2C |
| Octal | 321 | 175 | 21 | 0 | 50 | 134 | 22 | 42 | 125 | 54 |
| Binary | 11010001 | 1111101 | 10001 | 0 | 101000 | 1011100 | 10010 | 100010 | 1010101 | 101100 |
Color Harmonies of #D17D11
Complementary color
Monochromatic Colors of #D17D11
Black with #D17D11
Text Example
Text Example
White with #D17D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D11; }
p { color: rgb(209,125,17); }
H1.HeaderClassName
{
color: #D17D11;
}
.AnyTagClassName
{
color: #D17D11;
}
</style>
background-color css
<style>
a { background-color: #D17D11; }
a { background-color: rgb(209,125,17); }
div.DivClassName
{
background-color: #D17D11;
}
.BgClassName
{
background-color: #D17D11;
}
</style>
border-color css
<style>
span { border-color: #D17D11; }
span { border-color: rgb(209,125,17); }
td.TdClassName
{
border-color: #D17D11;
}
.TagClassName
{
border-color: #D17D11;
}
</style>