Shades of Ochre #D58122
Tints of Ochre #D58122
RGB
CMYK
RGB Variations
Color information
#D58122 (or 0xD58122) is known color: Ochre. HEX triplet: D5, 81 and 22. RGB value is (213,129,34). Sum of RGB (Red+Green+Blue) = 213+129+34=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D58122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58122 is #2A7EDD. Grayscale: #8F8F8F. Windows color (decimal): -2784990 or 2261461. OLE color: 2261461.
HSL color Cylindrical-coordinate representation of color #D58122: hue angle of 31.84º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D58122 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 34 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.16 |
| HSL | 31.84º | 0.72% | 0.48% | - |
| HSV(B) | 31.84º | 0.84% | 0.84% | - |
| XYZ | 35.58 | 29.96 | 5.42 | - |
| YUV | 143.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 34 | 0 | 0.39 | 0.84 | 0.16 | 31.84 | 0.72 | 0.48 |
| Hex | D5 | 81 | 22 | 0 | 27 | 54 | 10 | 20 | 48 | 30 |
| Octal | 325 | 201 | 42 | 0 | 47 | 124 | 20 | 40 | 110 | 60 |
| Binary | 11010101 | 10000001 | 100010 | 0 | 100111 | 1010100 | 10000 | 100000 | 1001000 | 110000 |
Color Harmonies of #D58122
Complementary color
Monochromatic Colors of #D58122
Black with #D58122
Text Example
Text Example
White with #D58122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58122; }
p { color: rgb(213,129,34); }
H1.HeaderClassName
{
color: #D58122;
}
.AnyTagClassName
{
color: #D58122;
}
</style>
background-color css
<style>
a { background-color: #D58122; }
a { background-color: rgb(213,129,34); }
div.DivClassName
{
background-color: #D58122;
}
.BgClassName
{
background-color: #D58122;
}
</style>
border-color css
<style>
span { border-color: #D58122; }
span { border-color: rgb(213,129,34); }
td.TdClassName
{
border-color: #D58122;
}
.TagClassName
{
border-color: #D58122;
}
</style>