Shades of Ochre #DA8119
Tints of Ochre #DA8119
RGB
CMYK
RGB Variations
Color information
#DA8119 (or 0xDA8119) is known color: Ochre. HEX triplet: DA, 81 and 19. RGB value is (218,129,25). Sum of RGB (Red+Green+Blue) = 218+129+25=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8119 is #257EE6. Grayscale: #909090. Windows color (decimal): -2457319 or 1671642. OLE color: 1671642.
HSL color Cylindrical-coordinate representation of color #DA8119: hue angle of 32.33º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA8119 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 25 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.15 |
| HSL | 32.33º | 0.79% | 0.48% | - |
| HSV(B) | 32.33º | 0.89% | 0.85% | - |
| XYZ | 36.94 | 30.68 | 4.89 | - |
| YUV | 143.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 25 | 0 | 0.41 | 0.89 | 0.15 | 32.33 | 0.79 | 0.48 |
| Hex | DA | 81 | 19 | 0 | 29 | 59 | F | 20 | 4F | 30 |
| Octal | 332 | 201 | 31 | 0 | 51 | 131 | 17 | 40 | 117 | 60 |
| Binary | 11011010 | 10000001 | 11001 | 0 | 101001 | 1011001 | 1111 | 100000 | 1001111 | 110000 |
Color Harmonies of #DA8119
Complementary color
Monochromatic Colors of #DA8119
Black with #DA8119
Text Example
Text Example
White with #DA8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8119; }
p { color: rgb(218,129,25); }
H1.HeaderClassName
{
color: #DA8119;
}
.AnyTagClassName
{
color: #DA8119;
}
</style>
background-color css
<style>
a { background-color: #DA8119; }
a { background-color: rgb(218,129,25); }
div.DivClassName
{
background-color: #DA8119;
}
.BgClassName
{
background-color: #DA8119;
}
</style>
border-color css
<style>
span { border-color: #DA8119; }
span { border-color: rgb(218,129,25); }
td.TdClassName
{
border-color: #DA8119;
}
.TagClassName
{
border-color: #DA8119;
}
</style>