Shades of Ochre #D17D10
Tints of Ochre #D17D10
RGB
CMYK
RGB Variations
Color information
#D17D10 (or 0xD17D10) is known color: Ochre. HEX triplet: D1, 7D and 10. RGB value is (209,125,16). Sum of RGB (Red+Green+Blue) = 209+125+16=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17D10 is #2E82EF. Grayscale: #8A8A8A. Windows color (decimal): -3048176 or 1080785. OLE color: 1080785.
HSL color Cylindrical-coordinate representation of color #D17D10: hue angle of 33.89º degrees, saturation: 0.86, 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 #D17D10 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 16 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.18 |
| HSL | 33.89º | 0.86% | 0.44% | - |
| HSV(B) | 33.89º | 0.92% | 0.82% | - |
| XYZ | 33.72 | 28.26 | 4.17 | - |
| YUV | 137.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 16 | 0 | 0.40 | 0.92 | 0.18 | 33.89 | 0.86 | 0.44 |
| Hex | D1 | 7D | 10 | 0 | 28 | 5C | 12 | 22 | 56 | 2C |
| Octal | 321 | 175 | 20 | 0 | 50 | 134 | 22 | 42 | 126 | 54 |
| Binary | 11010001 | 1111101 | 10000 | 0 | 101000 | 1011100 | 10010 | 100010 | 1010110 | 101100 |
Color Harmonies of #D17D10
Complementary color
Monochromatic Colors of #D17D10
Black with #D17D10
Text Example
Text Example
White with #D17D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D10; }
p { color: rgb(209,125,16); }
H1.HeaderClassName
{
color: #D17D10;
}
.AnyTagClassName
{
color: #D17D10;
}
</style>
background-color css
<style>
a { background-color: #D17D10; }
a { background-color: rgb(209,125,16); }
div.DivClassName
{
background-color: #D17D10;
}
.BgClassName
{
background-color: #D17D10;
}
</style>
border-color css
<style>
span { border-color: #D17D10; }
span { border-color: rgb(209,125,16); }
td.TdClassName
{
border-color: #D17D10;
}
.TagClassName
{
border-color: #D17D10;
}
</style>