Shades of Ochre #D17D0F
Tints of Ochre #D17D0F
RGB
CMYK
RGB Variations
Color information
#D17D0F (or 0xD17D0F) is known color: Ochre. HEX triplet: D1, 7D and 0F. RGB value is (209,125,15). Sum of RGB (Red+Green+Blue) = 209+125+15=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17D0F is #2E82F0. Grayscale: #8A8A8A. Windows color (decimal): -3048177 or 1015249. OLE color: 1015249.
HSL color Cylindrical-coordinate representation of color #D17D0F: hue angle of 34.02º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D17D0F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.18 |
| HSL | 34.02º | 0.87% | 0.44% | - |
| HSV(B) | 34.02º | 0.93% | 0.82% | - |
| XYZ | 33.71 | 28.26 | 4.13 | - |
| YUV | 137.58 | 58.83 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 15 | 0 | 0.40 | 0.93 | 0.18 | 34.02 | 0.87 | 0.44 |
| Hex | D1 | 7D | F | 0 | 28 | 5D | 12 | 22 | 57 | 2C |
| Octal | 321 | 175 | 17 | 0 | 50 | 135 | 22 | 42 | 127 | 54 |
| Binary | 11010001 | 1111101 | 1111 | 0 | 101000 | 1011101 | 10010 | 100010 | 1010111 | 101100 |
Color Harmonies of #D17D0F
Complementary color
Monochromatic Colors of #D17D0F
Black with #D17D0F
Text Example
Text Example
White with #D17D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D0F; }
p { color: rgb(209,125,15); }
H1.HeaderClassName
{
color: #D17D0F;
}
.AnyTagClassName
{
color: #D17D0F;
}
</style>
background-color css
<style>
a { background-color: #D17D0F; }
a { background-color: rgb(209,125,15); }
div.DivClassName
{
background-color: #D17D0F;
}
.BgClassName
{
background-color: #D17D0F;
}
</style>
border-color css
<style>
span { border-color: #D17D0F; }
span { border-color: rgb(209,125,15); }
td.TdClassName
{
border-color: #D17D0F;
}
.TagClassName
{
border-color: #D17D0F;
}
</style>