Shades of Ochre #DA8322
Tints of Ochre #DA8322
RGB
CMYK
RGB Variations
Color information
#DA8322 (or 0xDA8322) is known color: Ochre. HEX triplet: DA, 83 and 22. RGB value is (218,131,34). Sum of RGB (Red+Green+Blue) = 218+131+34=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8322 is #257CDD. Grayscale: #929292. Windows color (decimal): -2456798 or 2261978. OLE color: 2261978.
HSL color Cylindrical-coordinate representation of color #DA8322: hue angle of 31.63º 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 #DA8322 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 34 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.15 |
| HSL | 31.63º | 0.73% | 0.49% | - |
| HSV(B) | 31.63º | 0.84% | 0.85% | - |
| XYZ | 37.32 | 31.25 | 5.58 | - |
| YUV | 145.96 | 64.82 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 34 | 0 | 0.40 | 0.84 | 0.15 | 31.63 | 0.73 | 0.49 |
| Hex | DA | 83 | 22 | 0 | 28 | 54 | F | 20 | 49 | 31 |
| Octal | 332 | 203 | 42 | 0 | 50 | 124 | 17 | 40 | 111 | 61 |
| Binary | 11011010 | 10000011 | 100010 | 0 | 101000 | 1010100 | 1111 | 100000 | 1001001 | 110001 |
Color Harmonies of #DA8322
Complementary color
Monochromatic Colors of #DA8322
Black with #DA8322
Text Example
Text Example
White with #DA8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8322; }
p { color: rgb(218,131,34); }
H1.HeaderClassName
{
color: #DA8322;
}
.AnyTagClassName
{
color: #DA8322;
}
</style>
background-color css
<style>
a { background-color: #DA8322; }
a { background-color: rgb(218,131,34); }
div.DivClassName
{
background-color: #DA8322;
}
.BgClassName
{
background-color: #DA8322;
}
</style>
border-color css
<style>
span { border-color: #DA8322; }
span { border-color: rgb(218,131,34); }
td.TdClassName
{
border-color: #DA8322;
}
.TagClassName
{
border-color: #DA8322;
}
</style>