Shades of Ochre #D17914
Tints of Ochre #D17914
RGB
CMYK
RGB Variations
Color information
#D17914 (or 0xD17914) is known color: Ochre. HEX triplet: D1, 79 and 14. RGB value is (209,121,20). Sum of RGB (Red+Green+Blue) = 209+121+20=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D17914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17914 is #2E86EB. Grayscale: #888888. Windows color (decimal): -3049196 or 1341905. OLE color: 1341905.
HSL color Cylindrical-coordinate representation of color #D17914: hue angle of 32.06º 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 #D17914 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.18 |
| HSL | 32.06º | 0.83% | 0.45% | - |
| HSV(B) | 32.06º | 0.9% | 0.82% | - |
| XYZ | 33.26 | 27.28 | 4.17 | - |
| YUV | 135.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 20 | 0 | 0.42 | 0.90 | 0.18 | 32.06 | 0.83 | 0.45 |
| Hex | D1 | 79 | 14 | 0 | 2A | 5A | 12 | 20 | 53 | 2D |
| Octal | 321 | 171 | 24 | 0 | 52 | 132 | 22 | 40 | 123 | 55 |
| Binary | 11010001 | 1111001 | 10100 | 0 | 101010 | 1011010 | 10010 | 100000 | 1010011 | 101101 |
Color Harmonies of #D17914
Complementary color
Monochromatic Colors of #D17914
Black with #D17914
Text Example
Text Example
White with #D17914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17914; }
p { color: rgb(209,121,20); }
H1.HeaderClassName
{
color: #D17914;
}
.AnyTagClassName
{
color: #D17914;
}
</style>
background-color css
<style>
a { background-color: #D17914; }
a { background-color: rgb(209,121,20); }
div.DivClassName
{
background-color: #D17914;
}
.BgClassName
{
background-color: #D17914;
}
</style>
border-color css
<style>
span { border-color: #D17914; }
span { border-color: rgb(209,121,20); }
td.TdClassName
{
border-color: #D17914;
}
.TagClassName
{
border-color: #D17914;
}
</style>