Shades of Ochre #D18017
Tints of Ochre #D18017
RGB
CMYK
RGB Variations
Color information
#D18017 (or 0xD18017) is known color: Ochre. HEX triplet: D1, 80 and 17. RGB value is (209,128,23). Sum of RGB (Red+Green+Blue) = 209+128+23=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D18017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18017 is #2E7FE8. Grayscale: #8C8C8C. Windows color (decimal): -3047401 or 1540305. OLE color: 1540305.
HSL color Cylindrical-coordinate representation of color #D18017: hue angle of 33.87º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D18017 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.18 |
| HSL | 33.87º | 0.8% | 0.45% | - |
| HSV(B) | 33.87º | 0.89% | 0.82% | - |
| XYZ | 34.17 | 29.06 | 4.62 | - |
| YUV | 140.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 23 | 0 | 0.39 | 0.89 | 0.18 | 33.87 | 0.8 | 0.45 |
| Hex | D1 | 80 | 17 | 0 | 27 | 59 | 12 | 22 | 50 | 2D |
| Octal | 321 | 200 | 27 | 0 | 47 | 131 | 22 | 42 | 120 | 55 |
| Binary | 11010001 | 10000000 | 10111 | 0 | 100111 | 1011001 | 10010 | 100010 | 1010000 | 101101 |
Color Harmonies of #D18017
Complementary color
Monochromatic Colors of #D18017
Black with #D18017
Text Example
Text Example
White with #D18017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18017; }
p { color: rgb(209,128,23); }
H1.HeaderClassName
{
color: #D18017;
}
.AnyTagClassName
{
color: #D18017;
}
</style>
background-color css
<style>
a { background-color: #D18017; }
a { background-color: rgb(209,128,23); }
div.DivClassName
{
background-color: #D18017;
}
.BgClassName
{
background-color: #D18017;
}
</style>
border-color css
<style>
span { border-color: #D18017; }
span { border-color: rgb(209,128,23); }
td.TdClassName
{
border-color: #D18017;
}
.TagClassName
{
border-color: #D18017;
}
</style>