Shades of Ochre #DA8022
Tints of Ochre #DA8022
RGB
CMYK
RGB Variations
Color information
#DA8022 (or 0xDA8022) is known color: Ochre. HEX triplet: DA, 80 and 22. RGB value is (218,128,34). Sum of RGB (Red+Green+Blue) = 218+128+34=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8022 is #257FDD. Grayscale: #909090. Windows color (decimal): -2457566 or 2261210. OLE color: 2261210.
HSL color Cylindrical-coordinate representation of color #DA8022: hue angle of 30.65º 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 #DA8022 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 34 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.15 |
| HSL | 30.65º | 0.73% | 0.49% | - |
| HSV(B) | 30.65º | 0.84% | 0.85% | - |
| XYZ | 36.92 | 30.46 | 5.45 | - |
| YUV | 144.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 34 | 0 | 0.41 | 0.84 | 0.15 | 30.65 | 0.73 | 0.49 |
| Hex | DA | 80 | 22 | 0 | 29 | 54 | F | 1F | 49 | 31 |
| Octal | 332 | 200 | 42 | 0 | 51 | 124 | 17 | 37 | 111 | 61 |
| Binary | 11011010 | 10000000 | 100010 | 0 | 101001 | 1010100 | 1111 | 11111 | 1001001 | 110001 |
Color Harmonies of #DA8022
Complementary color
Monochromatic Colors of #DA8022
Black with #DA8022
Text Example
Text Example
White with #DA8022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8022; }
p { color: rgb(218,128,34); }
H1.HeaderClassName
{
color: #DA8022;
}
.AnyTagClassName
{
color: #DA8022;
}
</style>
background-color css
<style>
a { background-color: #DA8022; }
a { background-color: rgb(218,128,34); }
div.DivClassName
{
background-color: #DA8022;
}
.BgClassName
{
background-color: #DA8022;
}
</style>
border-color css
<style>
span { border-color: #DA8022; }
span { border-color: rgb(218,128,34); }
td.TdClassName
{
border-color: #DA8022;
}
.TagClassName
{
border-color: #DA8022;
}
</style>