Shades of Ochre #D18311
Tints of Ochre #D18311
RGB
CMYK
RGB Variations
Color information
#D18311 (or 0xD18311) is known color: Ochre. HEX triplet: D1, 83 and 11. RGB value is (209,131,17). Sum of RGB (Red+Green+Blue) = 209+131+17=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D18311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18311 is #2E7CEE. Grayscale: #8D8D8D. Windows color (decimal): -3046639 or 1147857. OLE color: 1147857.
HSL color Cylindrical-coordinate representation of color #D18311: hue angle of 35.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D18311 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.18 |
| HSL | 35.63º | 0.85% | 0.44% | - |
| HSV(B) | 35.63º | 0.92% | 0.82% | - |
| XYZ | 34.51 | 29.83 | 4.47 | - |
| YUV | 141.33 | 57.84 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 17 | 0 | 0.37 | 0.92 | 0.18 | 35.63 | 0.85 | 0.44 |
| Hex | D1 | 83 | 11 | 0 | 25 | 5C | 12 | 24 | 55 | 2C |
| Octal | 321 | 203 | 21 | 0 | 45 | 134 | 22 | 44 | 125 | 54 |
| Binary | 11010001 | 10000011 | 10001 | 0 | 100101 | 1011100 | 10010 | 100100 | 1010101 | 101100 |
Color Harmonies of #D18311
Complementary color
Monochromatic Colors of #D18311
Black with #D18311
Text Example
Text Example
White with #D18311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18311; }
p { color: rgb(209,131,17); }
H1.HeaderClassName
{
color: #D18311;
}
.AnyTagClassName
{
color: #D18311;
}
</style>
background-color css
<style>
a { background-color: #D18311; }
a { background-color: rgb(209,131,17); }
div.DivClassName
{
background-color: #D18311;
}
.BgClassName
{
background-color: #D18311;
}
</style>
border-color css
<style>
span { border-color: #D18311; }
span { border-color: rgb(209,131,17); }
td.TdClassName
{
border-color: #D18311;
}
.TagClassName
{
border-color: #D18311;
}
</style>