Shades of Ochre #DA8112
Tints of Ochre #DA8112
RGB
CMYK
RGB Variations
Color information
#DA8112 (or 0xDA8112) is known color: Ochre. HEX triplet: DA, 81 and 12. RGB value is (218,129,18). Sum of RGB (Red+Green+Blue) = 218+129+18=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8112 is #257EED. Grayscale: #8F8F8F. Windows color (decimal): -2457326 or 1212890. OLE color: 1212890.
HSL color Cylindrical-coordinate representation of color #DA8112: hue angle of 33.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA8112 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.15 |
| HSL | 33.3º | 0.85% | 0.46% | - |
| HSV(B) | 33.3º | 0.92% | 0.85% | - |
| XYZ | 36.87 | 30.65 | 4.54 | - |
| YUV | 142.96 | 57.49 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 18 | 0 | 0.41 | 0.92 | 0.15 | 33.3 | 0.85 | 0.46 |
| Hex | DA | 81 | 12 | 0 | 29 | 5C | F | 21 | 55 | 2E |
| Octal | 332 | 201 | 22 | 0 | 51 | 134 | 17 | 41 | 125 | 56 |
| Binary | 11011010 | 10000001 | 10010 | 0 | 101001 | 1011100 | 1111 | 100001 | 1010101 | 101110 |
Color Harmonies of #DA8112
Complementary color
Monochromatic Colors of #DA8112
Black with #DA8112
Text Example
Text Example
White with #DA8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8112; }
p { color: rgb(218,129,18); }
H1.HeaderClassName
{
color: #DA8112;
}
.AnyTagClassName
{
color: #DA8112;
}
</style>
background-color css
<style>
a { background-color: #DA8112; }
a { background-color: rgb(218,129,18); }
div.DivClassName
{
background-color: #DA8112;
}
.BgClassName
{
background-color: #DA8112;
}
</style>
border-color css
<style>
span { border-color: #DA8112; }
span { border-color: rgb(218,129,18); }
td.TdClassName
{
border-color: #DA8112;
}
.TagClassName
{
border-color: #DA8112;
}
</style>