Shades of Ochre #D18124
Tints of Ochre #D18124
RGB
CMYK
RGB Variations
Color information
#D18124 (or 0xD18124) is known color: Ochre. HEX triplet: D1, 81 and 24. RGB value is (209,129,36). Sum of RGB (Red+Green+Blue) = 209+129+36=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D18124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18124 is #2E7EDB. Grayscale: #8E8E8E. Windows color (decimal): -3047132 or 2392529. OLE color: 2392529.
HSL color Cylindrical-coordinate representation of color #D18124: hue angle of 32.25º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18124 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 36 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.18 |
| HSL | 32.25º | 0.71% | 0.48% | - |
| HSV(B) | 32.25º | 0.83% | 0.82% | - |
| XYZ | 34.46 | 29.38 | 5.52 | - |
| YUV | 142.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 36 | 0 | 0.38 | 0.83 | 0.18 | 32.25 | 0.71 | 0.48 |
| Hex | D1 | 81 | 24 | 0 | 26 | 53 | 12 | 20 | 47 | 30 |
| Octal | 321 | 201 | 44 | 0 | 46 | 123 | 22 | 40 | 107 | 60 |
| Binary | 11010001 | 10000001 | 100100 | 0 | 100110 | 1010011 | 10010 | 100000 | 1000111 | 110000 |
Color Harmonies of #D18124
Complementary color
Monochromatic Colors of #D18124
Black with #D18124
Text Example
Text Example
White with #D18124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18124; }
p { color: rgb(209,129,36); }
H1.HeaderClassName
{
color: #D18124;
}
.AnyTagClassName
{
color: #D18124;
}
</style>
background-color css
<style>
a { background-color: #D18124; }
a { background-color: rgb(209,129,36); }
div.DivClassName
{
background-color: #D18124;
}
.BgClassName
{
background-color: #D18124;
}
</style>
border-color css
<style>
span { border-color: #D18124; }
span { border-color: rgb(209,129,36); }
td.TdClassName
{
border-color: #D18124;
}
.TagClassName
{
border-color: #D18124;
}
</style>