Shades of Ochre #D18422
Tints of Ochre #D18422
RGB
CMYK
RGB Variations
Color information
#D18422 (or 0xD18422) is known color: Ochre. HEX triplet: D1, 84 and 22. RGB value is (209,132,34). Sum of RGB (Red+Green+Blue) = 209+132+34=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D18422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18422 is #2E7BDD. Grayscale: #909090. Windows color (decimal): -3046366 or 2262225. OLE color: 2262225.
HSL color Cylindrical-coordinate representation of color #D18422: hue angle of 33.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D18422 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 34 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.18 |
| HSL | 33.6º | 0.72% | 0.48% | - |
| HSV(B) | 33.6º | 0.84% | 0.82% | - |
| XYZ | 34.83 | 30.17 | 5.5 | - |
| YUV | 143.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 34 | 0 | 0.37 | 0.84 | 0.18 | 33.6 | 0.72 | 0.48 |
| Hex | D1 | 84 | 22 | 0 | 25 | 54 | 12 | 22 | 48 | 30 |
| Octal | 321 | 204 | 42 | 0 | 45 | 124 | 22 | 42 | 110 | 60 |
| Binary | 11010001 | 10000100 | 100010 | 0 | 100101 | 1010100 | 10010 | 100010 | 1001000 | 110000 |
Color Harmonies of #D18422
Complementary color
Monochromatic Colors of #D18422
Black with #D18422
Text Example
Text Example
White with #D18422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18422; }
p { color: rgb(209,132,34); }
H1.HeaderClassName
{
color: #D18422;
}
.AnyTagClassName
{
color: #D18422;
}
</style>
background-color css
<style>
a { background-color: #D18422; }
a { background-color: rgb(209,132,34); }
div.DivClassName
{
background-color: #D18422;
}
.BgClassName
{
background-color: #D18422;
}
</style>
border-color css
<style>
span { border-color: #D18422; }
span { border-color: rgb(209,132,34); }
td.TdClassName
{
border-color: #D18422;
}
.TagClassName
{
border-color: #D18422;
}
</style>