Shades of Ochre #D17A14
Tints of Ochre #D17A14
RGB
CMYK
RGB Variations
Color information
#D17A14 (or 0xD17A14) is known color: Ochre. HEX triplet: D1, 7A and 14. RGB value is (209,122,20). Sum of RGB (Red+Green+Blue) = 209+122+20=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17A14 is #2E85EB. Grayscale: #888888. Windows color (decimal): -3048940 or 1342161. OLE color: 1342161.
HSL color Cylindrical-coordinate representation of color #D17A14: hue angle of 32.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D17A14 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.18 |
| HSL | 32.38º | 0.83% | 0.45% | - |
| HSV(B) | 32.38º | 0.9% | 0.82% | - |
| XYZ | 33.38 | 27.52 | 4.22 | - |
| YUV | 136.39 | 62.32 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 20 | 0 | 0.42 | 0.90 | 0.18 | 32.38 | 0.83 | 0.45 |
| Hex | D1 | 7A | 14 | 0 | 2A | 5A | 12 | 20 | 53 | 2D |
| Octal | 321 | 172 | 24 | 0 | 52 | 132 | 22 | 40 | 123 | 55 |
| Binary | 11010001 | 1111010 | 10100 | 0 | 101010 | 1011010 | 10010 | 100000 | 1010011 | 101101 |
Color Harmonies of #D17A14
Complementary color
Monochromatic Colors of #D17A14
Black with #D17A14
Text Example
Text Example
White with #D17A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A14; }
p { color: rgb(209,122,20); }
H1.HeaderClassName
{
color: #D17A14;
}
.AnyTagClassName
{
color: #D17A14;
}
</style>
background-color css
<style>
a { background-color: #D17A14; }
a { background-color: rgb(209,122,20); }
div.DivClassName
{
background-color: #D17A14;
}
.BgClassName
{
background-color: #D17A14;
}
</style>
border-color css
<style>
span { border-color: #D17A14; }
span { border-color: rgb(209,122,20); }
td.TdClassName
{
border-color: #D17A14;
}
.TagClassName
{
border-color: #D17A14;
}
</style>