Shades of Ochre #D48122
Tints of Ochre #D48122
RGB
CMYK
RGB Variations
Color information
#D48122 (or 0xD48122) is known color: Ochre. HEX triplet: D4, 81 and 22. RGB value is (212,129,34). Sum of RGB (Red+Green+Blue) = 212+129+34=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D48122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48122 is #2B7EDD. Grayscale: #8F8F8F. Windows color (decimal): -2850526 or 2261460. OLE color: 2261460.
HSL color Cylindrical-coordinate representation of color #D48122: hue angle of 32.02º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D48122 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 34 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.17 |
| HSL | 32.02º | 0.72% | 0.48% | - |
| HSV(B) | 32.02º | 0.84% | 0.83% | - |
| XYZ | 35.29 | 29.81 | 5.41 | - |
| YUV | 142.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 34 | 0 | 0.39 | 0.84 | 0.17 | 32.02 | 0.72 | 0.48 |
| Hex | D4 | 81 | 22 | 0 | 27 | 54 | 11 | 20 | 48 | 30 |
| Octal | 324 | 201 | 42 | 0 | 47 | 124 | 21 | 40 | 110 | 60 |
| Binary | 11010100 | 10000001 | 100010 | 0 | 100111 | 1010100 | 10001 | 100000 | 1001000 | 110000 |
Color Harmonies of #D48122
Complementary color
Monochromatic Colors of #D48122
Black with #D48122
Text Example
Text Example
White with #D48122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48122; }
p { color: rgb(212,129,34); }
H1.HeaderClassName
{
color: #D48122;
}
.AnyTagClassName
{
color: #D48122;
}
</style>
background-color css
<style>
a { background-color: #D48122; }
a { background-color: rgb(212,129,34); }
div.DivClassName
{
background-color: #D48122;
}
.BgClassName
{
background-color: #D48122;
}
</style>
border-color css
<style>
span { border-color: #D48122; }
span { border-color: rgb(212,129,34); }
td.TdClassName
{
border-color: #D48122;
}
.TagClassName
{
border-color: #D48122;
}
</style>