Shades of Ochre #D48022
Tints of Ochre #D48022
RGB
CMYK
RGB Variations
Color information
#D48022 (or 0xD48022) is known color: Ochre. HEX triplet: D4, 80 and 22. RGB value is (212,128,34). Sum of RGB (Red+Green+Blue) = 212+128+34=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D48022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48022 is #2B7FDD. Grayscale: #8E8E8E. Windows color (decimal): -2850782 or 2261204. OLE color: 2261204.
HSL color Cylindrical-coordinate representation of color #D48022: hue angle of 31.69º 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 #D48022 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 34 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.17 |
| HSL | 31.69º | 0.72% | 0.48% | - |
| HSV(B) | 31.69º | 0.84% | 0.83% | - |
| XYZ | 35.16 | 29.55 | 5.36 | - |
| YUV | 142.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 34 | 0 | 0.40 | 0.84 | 0.17 | 31.69 | 0.72 | 0.48 |
| Hex | D4 | 80 | 22 | 0 | 28 | 54 | 11 | 20 | 48 | 30 |
| Octal | 324 | 200 | 42 | 0 | 50 | 124 | 21 | 40 | 110 | 60 |
| Binary | 11010100 | 10000000 | 100010 | 0 | 101000 | 1010100 | 10001 | 100000 | 1001000 | 110000 |
Color Harmonies of #D48022
Complementary color
Monochromatic Colors of #D48022
Black with #D48022
Text Example
Text Example
White with #D48022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48022; }
p { color: rgb(212,128,34); }
H1.HeaderClassName
{
color: #D48022;
}
.AnyTagClassName
{
color: #D48022;
}
</style>
background-color css
<style>
a { background-color: #D48022; }
a { background-color: rgb(212,128,34); }
div.DivClassName
{
background-color: #D48022;
}
.BgClassName
{
background-color: #D48022;
}
</style>
border-color css
<style>
span { border-color: #D48022; }
span { border-color: rgb(212,128,34); }
td.TdClassName
{
border-color: #D48022;
}
.TagClassName
{
border-color: #D48022;
}
</style>