Shades of Ochre #DA8222
Tints of Ochre #DA8222
RGB
CMYK
RGB Variations
Color information
#DA8222 (or 0xDA8222) is known color: Ochre. HEX triplet: DA, 82 and 22. RGB value is (218,130,34). Sum of RGB (Red+Green+Blue) = 218+130+34=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8222 is #257DDD. Grayscale: #919191. Windows color (decimal): -2457054 or 2261722. OLE color: 2261722.
HSL color Cylindrical-coordinate representation of color #DA8222: hue angle of 31.3º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA8222 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 34 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.15 |
| HSL | 31.3º | 0.73% | 0.49% | - |
| HSV(B) | 31.3º | 0.84% | 0.85% | - |
| XYZ | 37.18 | 30.99 | 5.53 | - |
| YUV | 145.37 | 65.15 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 34 | 0 | 0.40 | 0.84 | 0.15 | 31.3 | 0.73 | 0.49 |
| Hex | DA | 82 | 22 | 0 | 28 | 54 | F | 1F | 49 | 31 |
| Octal | 332 | 202 | 42 | 0 | 50 | 124 | 17 | 37 | 111 | 61 |
| Binary | 11011010 | 10000010 | 100010 | 0 | 101000 | 1010100 | 1111 | 11111 | 1001001 | 110001 |
Color Harmonies of #DA8222
Complementary color
Monochromatic Colors of #DA8222
Black with #DA8222
Text Example
Text Example
White with #DA8222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8222; }
p { color: rgb(218,130,34); }
H1.HeaderClassName
{
color: #DA8222;
}
.AnyTagClassName
{
color: #DA8222;
}
</style>
background-color css
<style>
a { background-color: #DA8222; }
a { background-color: rgb(218,130,34); }
div.DivClassName
{
background-color: #DA8222;
}
.BgClassName
{
background-color: #DA8222;
}
</style>
border-color css
<style>
span { border-color: #DA8222; }
span { border-color: rgb(218,130,34); }
td.TdClassName
{
border-color: #DA8222;
}
.TagClassName
{
border-color: #DA8222;
}
</style>