Shades of Ochre #D17A17
Tints of Ochre #D17A17
RGB
CMYK
RGB Variations
Color information
#D17A17 (or 0xD17A17) is known color: Ochre. HEX triplet: D1, 7A and 17. RGB value is (209,122,23). Sum of RGB (Red+Green+Blue) = 209+122+23=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17A17 is #2E85E8. Grayscale: #898989. Windows color (decimal): -3048937 or 1538769. OLE color: 1538769.
HSL color Cylindrical-coordinate representation of color #D17A17: hue angle of 31.94º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D17A17 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.18 |
| HSL | 31.94º | 0.8% | 0.45% | - |
| HSV(B) | 31.94º | 0.89% | 0.82% | - |
| XYZ | 33.41 | 27.54 | 4.36 | - |
| YUV | 136.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 23 | 0 | 0.42 | 0.89 | 0.18 | 31.94 | 0.8 | 0.45 |
| Hex | D1 | 7A | 17 | 0 | 2A | 59 | 12 | 20 | 50 | 2D |
| Octal | 321 | 172 | 27 | 0 | 52 | 131 | 22 | 40 | 120 | 55 |
| Binary | 11010001 | 1111010 | 10111 | 0 | 101010 | 1011001 | 10010 | 100000 | 1010000 | 101101 |
Color Harmonies of #D17A17
Complementary color
Monochromatic Colors of #D17A17
Black with #D17A17
Text Example
Text Example
White with #D17A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A17; }
p { color: rgb(209,122,23); }
H1.HeaderClassName
{
color: #D17A17;
}
.AnyTagClassName
{
color: #D17A17;
}
</style>
background-color css
<style>
a { background-color: #D17A17; }
a { background-color: rgb(209,122,23); }
div.DivClassName
{
background-color: #D17A17;
}
.BgClassName
{
background-color: #D17A17;
}
</style>
border-color css
<style>
span { border-color: #D17A17; }
span { border-color: rgb(209,122,23); }
td.TdClassName
{
border-color: #D17A17;
}
.TagClassName
{
border-color: #D17A17;
}
</style>