Shades of Ochre #DA8224
Tints of Ochre #DA8224
RGB
CMYK
RGB Variations
Color information
#DA8224 (or 0xDA8224) is known color: Ochre. HEX triplet: DA, 82 and 24. RGB value is (218,130,36). Sum of RGB (Red+Green+Blue) = 218+130+36=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8224 is #257DDB. Grayscale: #929292. Windows color (decimal): -2457052 or 2392794. OLE color: 2392794.
HSL color Cylindrical-coordinate representation of color #DA8224: hue angle of 30.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA8224 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 36 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.15 |
| HSL | 30.99º | 0.72% | 0.5% | - |
| HSV(B) | 30.99º | 0.83% | 0.85% | - |
| XYZ | 37.21 | 31 | 5.69 | - |
| YUV | 145.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 36 | 0 | 0.40 | 0.83 | 0.15 | 30.99 | 0.72 | 0.5 |
| Hex | DA | 82 | 24 | 0 | 28 | 53 | F | 1F | 48 | 32 |
| Octal | 332 | 202 | 44 | 0 | 50 | 123 | 17 | 37 | 110 | 62 |
| Binary | 11011010 | 10000010 | 100100 | 0 | 101000 | 1010011 | 1111 | 11111 | 1001000 | 110010 |
Color Harmonies of #DA8224
Complementary color
Monochromatic Colors of #DA8224
Black with #DA8224
Text Example
Text Example
White with #DA8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8224; }
p { color: rgb(218,130,36); }
H1.HeaderClassName
{
color: #DA8224;
}
.AnyTagClassName
{
color: #DA8224;
}
</style>
background-color css
<style>
a { background-color: #DA8224; }
a { background-color: rgb(218,130,36); }
div.DivClassName
{
background-color: #DA8224;
}
.BgClassName
{
background-color: #DA8224;
}
</style>
border-color css
<style>
span { border-color: #DA8224; }
span { border-color: rgb(218,130,36); }
td.TdClassName
{
border-color: #DA8224;
}
.TagClassName
{
border-color: #DA8224;
}
</style>