Shades of Ochre #D17610
Tints of Ochre #D17610
RGB
CMYK
RGB Variations
Color information
#D17610 (or 0xD17610) is known color: Ochre. HEX triplet: D1, 76 and 10. RGB value is (209,118,16). Sum of RGB (Red+Green+Blue) = 209+118+16=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D17610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17610 is #2E89EF. Grayscale: #868686. Windows color (decimal): -3049968 or 1078993. OLE color: 1078993.
HSL color Cylindrical-coordinate representation of color #D17610: hue angle of 31.71º 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 #D17610 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.18 |
| HSL | 31.71º | 0.86% | 0.44% | - |
| HSV(B) | 31.71º | 0.92% | 0.82% | - |
| XYZ | 32.87 | 26.55 | 3.88 | - |
| YUV | 133.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 16 | 0 | 0.44 | 0.92 | 0.18 | 31.71 | 0.86 | 0.44 |
| Hex | D1 | 76 | 10 | 0 | 2C | 5C | 12 | 20 | 56 | 2C |
| Octal | 321 | 166 | 20 | 0 | 54 | 134 | 22 | 40 | 126 | 54 |
| Binary | 11010001 | 1110110 | 10000 | 0 | 101100 | 1011100 | 10010 | 100000 | 1010110 | 101100 |
Color Harmonies of #D17610
Complementary color
Monochromatic Colors of #D17610
Black with #D17610
Text Example
Text Example
White with #D17610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17610; }
p { color: rgb(209,118,16); }
H1.HeaderClassName
{
color: #D17610;
}
.AnyTagClassName
{
color: #D17610;
}
</style>
background-color css
<style>
a { background-color: #D17610; }
a { background-color: rgb(209,118,16); }
div.DivClassName
{
background-color: #D17610;
}
.BgClassName
{
background-color: #D17610;
}
</style>
border-color css
<style>
span { border-color: #D17610; }
span { border-color: rgb(209,118,16); }
td.TdClassName
{
border-color: #D17610;
}
.TagClassName
{
border-color: #D17610;
}
</style>