Shades of Ochre #DA8516
Tints of Ochre #DA8516
RGB
CMYK
RGB Variations
Color information
#DA8516 (or 0xDA8516) is known color: Ochre. HEX triplet: DA, 85 and 16. RGB value is (218,133,22). Sum of RGB (Red+Green+Blue) = 218+133+22=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8516 is #257AE9. Grayscale: #929292. Windows color (decimal): -2456298 or 1476058. OLE color: 1476058.
HSL color Cylindrical-coordinate representation of color #DA8516: hue angle of 33.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8516 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 22 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.15 |
| HSL | 33.98º | 0.82% | 0.47% | - |
| HSV(B) | 33.98º | 0.9% | 0.85% | - |
| XYZ | 37.45 | 31.74 | 4.91 | - |
| YUV | 145.76 | 58.16 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 22 | 0 | 0.39 | 0.90 | 0.15 | 33.98 | 0.82 | 0.47 |
| Hex | DA | 85 | 16 | 0 | 27 | 5A | F | 22 | 52 | 2F |
| Octal | 332 | 205 | 26 | 0 | 47 | 132 | 17 | 42 | 122 | 57 |
| Binary | 11011010 | 10000101 | 10110 | 0 | 100111 | 1011010 | 1111 | 100010 | 1010010 | 101111 |
Color Harmonies of #DA8516
Complementary color
Monochromatic Colors of #DA8516
Black with #DA8516
Text Example
Text Example
White with #DA8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8516; }
p { color: rgb(218,133,22); }
H1.HeaderClassName
{
color: #DA8516;
}
.AnyTagClassName
{
color: #DA8516;
}
</style>
background-color css
<style>
a { background-color: #DA8516; }
a { background-color: rgb(218,133,22); }
div.DivClassName
{
background-color: #DA8516;
}
.BgClassName
{
background-color: #DA8516;
}
</style>
border-color css
<style>
span { border-color: #DA8516; }
span { border-color: rgb(218,133,22); }
td.TdClassName
{
border-color: #DA8516;
}
.TagClassName
{
border-color: #DA8516;
}
</style>