Shades of Ochre #D17D19
Tints of Ochre #D17D19
RGB
CMYK
RGB Variations
Color information
#D17D19 (or 0xD17D19) is known color: Ochre. HEX triplet: D1, 7D and 19. RGB value is (209,125,25). Sum of RGB (Red+Green+Blue) = 209+125+25=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17D19 is #2E82E6. Grayscale: #8B8B8B. Windows color (decimal): -3048167 or 1670609. OLE color: 1670609.
HSL color Cylindrical-coordinate representation of color #D17D19: hue angle of 32.61º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D17D19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 25 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.18 |
| HSL | 32.61º | 0.79% | 0.46% | - |
| HSV(B) | 32.61º | 0.88% | 0.82% | - |
| XYZ | 33.8 | 28.29 | 4.6 | - |
| YUV | 138.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 25 | 0 | 0.40 | 0.88 | 0.18 | 32.61 | 0.79 | 0.46 |
| Hex | D1 | 7D | 19 | 0 | 28 | 58 | 12 | 21 | 4F | 2E |
| Octal | 321 | 175 | 31 | 0 | 50 | 130 | 22 | 41 | 117 | 56 |
| Binary | 11010001 | 1111101 | 11001 | 0 | 101000 | 1011000 | 10010 | 100001 | 1001111 | 101110 |
Color Harmonies of #D17D19
Complementary color
Monochromatic Colors of #D17D19
Black with #D17D19
Text Example
Text Example
White with #D17D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D19; }
p { color: rgb(209,125,25); }
H1.HeaderClassName
{
color: #D17D19;
}
.AnyTagClassName
{
color: #D17D19;
}
</style>
background-color css
<style>
a { background-color: #D17D19; }
a { background-color: rgb(209,125,25); }
div.DivClassName
{
background-color: #D17D19;
}
.BgClassName
{
background-color: #D17D19;
}
</style>
border-color css
<style>
span { border-color: #D17D19; }
span { border-color: rgb(209,125,25); }
td.TdClassName
{
border-color: #D17D19;
}
.TagClassName
{
border-color: #D17D19;
}
</style>