Shades of Ochre #D18513
Tints of Ochre #D18513
RGB
CMYK
RGB Variations
Color information
#D18513 (or 0xD18513) is known color: Ochre. HEX triplet: D1, 85 and 13. RGB value is (209,133,19). Sum of RGB (Red+Green+Blue) = 209+133+19=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D18513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18513 is #2E7AEC. Grayscale: #8F8F8F. Windows color (decimal): -3046125 or 1279441. OLE color: 1279441.
HSL color Cylindrical-coordinate representation of color #D18513: hue angle of 36º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D18513 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.18 |
| HSL | 36º | 0.83% | 0.45% | - |
| HSV(B) | 36º | 0.91% | 0.82% | - |
| XYZ | 34.8 | 30.38 | 4.65 | - |
| YUV | 142.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 19 | 0 | 0.36 | 0.91 | 0.18 | 36 | 0.83 | 0.45 |
| Hex | D1 | 85 | 13 | 0 | 24 | 5B | 12 | 24 | 53 | 2D |
| Octal | 321 | 205 | 23 | 0 | 44 | 133 | 22 | 44 | 123 | 55 |
| Binary | 11010001 | 10000101 | 10011 | 0 | 100100 | 1011011 | 10010 | 100100 | 1010011 | 101101 |
Color Harmonies of #D18513
Complementary color
Monochromatic Colors of #D18513
Black with #D18513
Text Example
Text Example
White with #D18513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18513; }
p { color: rgb(209,133,19); }
H1.HeaderClassName
{
color: #D18513;
}
.AnyTagClassName
{
color: #D18513;
}
</style>
background-color css
<style>
a { background-color: #D18513; }
a { background-color: rgb(209,133,19); }
div.DivClassName
{
background-color: #D18513;
}
.BgClassName
{
background-color: #D18513;
}
</style>
border-color css
<style>
span { border-color: #D18513; }
span { border-color: rgb(209,133,19); }
td.TdClassName
{
border-color: #D18513;
}
.TagClassName
{
border-color: #D18513;
}
</style>