Shades of Ochre #D17D15
Tints of Ochre #D17D15
RGB
CMYK
RGB Variations
Color information
#D17D15 (or 0xD17D15) is known color: Ochre. HEX triplet: D1, 7D and 15. RGB value is (209,125,21). Sum of RGB (Red+Green+Blue) = 209+125+21=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17D15 is #2E82EA. Grayscale: #8A8A8A. Windows color (decimal): -3048171 or 1408465. OLE color: 1408465.
HSL color Cylindrical-coordinate representation of color #D17D15: hue angle of 33.19º degrees, saturation: 0.82, 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 #D17D15 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 21 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.18 |
| HSL | 33.19º | 0.82% | 0.45% | - |
| HSV(B) | 33.19º | 0.9% | 0.82% | - |
| XYZ | 33.76 | 28.28 | 4.39 | - |
| YUV | 138.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 21 | 0 | 0.40 | 0.90 | 0.18 | 33.19 | 0.82 | 0.45 |
| Hex | D1 | 7D | 15 | 0 | 28 | 5A | 12 | 21 | 52 | 2D |
| Octal | 321 | 175 | 25 | 0 | 50 | 132 | 22 | 41 | 122 | 55 |
| Binary | 11010001 | 1111101 | 10101 | 0 | 101000 | 1011010 | 10010 | 100001 | 1010010 | 101101 |
Color Harmonies of #D17D15
Complementary color
Monochromatic Colors of #D17D15
Black with #D17D15
Text Example
Text Example
White with #D17D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D15; }
p { color: rgb(209,125,21); }
H1.HeaderClassName
{
color: #D17D15;
}
.AnyTagClassName
{
color: #D17D15;
}
</style>
background-color css
<style>
a { background-color: #D17D15; }
a { background-color: rgb(209,125,21); }
div.DivClassName
{
background-color: #D17D15;
}
.BgClassName
{
background-color: #D17D15;
}
</style>
border-color css
<style>
span { border-color: #D17D15; }
span { border-color: rgb(209,125,21); }
td.TdClassName
{
border-color: #D17D15;
}
.TagClassName
{
border-color: #D17D15;
}
</style>