Shades of Ochre #D17410
Tints of Ochre #D17410
RGB
CMYK
RGB Variations
Color information
#D17410 (or 0xD17410) is known color: Ochre. HEX triplet: D1, 74 and 10. RGB value is (209,116,16). Sum of RGB (Red+Green+Blue) = 209+116+16=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D17410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17410 is #2E8BEF. Grayscale: #848484. Windows color (decimal): -3050480 or 1078481. OLE color: 1078481.
HSL color Cylindrical-coordinate representation of color #D17410: hue angle of 31.09º 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 #D17410 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.18 |
| HSL | 31.09º | 0.86% | 0.44% | - |
| HSV(B) | 31.09º | 0.92% | 0.82% | - |
| XYZ | 32.63 | 26.08 | 3.8 | - |
| YUV | 132.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 16 | 0 | 0.44 | 0.92 | 0.18 | 31.09 | 0.86 | 0.44 |
| Hex | D1 | 74 | 10 | 0 | 2C | 5C | 12 | 1F | 56 | 2C |
| Octal | 321 | 164 | 20 | 0 | 54 | 134 | 22 | 37 | 126 | 54 |
| Binary | 11010001 | 1110100 | 10000 | 0 | 101100 | 1011100 | 10010 | 11111 | 1010110 | 101100 |
Color Harmonies of #D17410
Complementary color
Monochromatic Colors of #D17410
Black with #D17410
Text Example
Text Example
White with #D17410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17410; }
p { color: rgb(209,116,16); }
H1.HeaderClassName
{
color: #D17410;
}
.AnyTagClassName
{
color: #D17410;
}
</style>
background-color css
<style>
a { background-color: #D17410; }
a { background-color: rgb(209,116,16); }
div.DivClassName
{
background-color: #D17410;
}
.BgClassName
{
background-color: #D17410;
}
</style>
border-color css
<style>
span { border-color: #D17410; }
span { border-color: rgb(209,116,16); }
td.TdClassName
{
border-color: #D17410;
}
.TagClassName
{
border-color: #D17410;
}
</style>