Shades of Ochre #DA8515
Tints of Ochre #DA8515
RGB
CMYK
RGB Variations
Color information
#DA8515 (or 0xDA8515) is known color: Ochre. HEX triplet: DA, 85 and 15. RGB value is (218,133,21). Sum of RGB (Red+Green+Blue) = 218+133+21=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8515 is #257AEA. Grayscale: #929292. Windows color (decimal): -2456299 or 1410522. OLE color: 1410522.
HSL color Cylindrical-coordinate representation of color #DA8515: hue angle of 34.11º 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 #DA8515 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 21 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.15 |
| HSL | 34.11º | 0.82% | 0.47% | - |
| HSV(B) | 34.11º | 0.9% | 0.85% | - |
| XYZ | 37.44 | 31.73 | 4.86 | - |
| YUV | 145.65 | 57.66 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 21 | 0 | 0.39 | 0.90 | 0.15 | 34.11 | 0.82 | 0.47 |
| Hex | DA | 85 | 15 | 0 | 27 | 5A | F | 22 | 52 | 2F |
| Octal | 332 | 205 | 25 | 0 | 47 | 132 | 17 | 42 | 122 | 57 |
| Binary | 11011010 | 10000101 | 10101 | 0 | 100111 | 1011010 | 1111 | 100010 | 1010010 | 101111 |
Color Harmonies of #DA8515
Complementary color
Monochromatic Colors of #DA8515
Black with #DA8515
Text Example
Text Example
White with #DA8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8515; }
p { color: rgb(218,133,21); }
H1.HeaderClassName
{
color: #DA8515;
}
.AnyTagClassName
{
color: #DA8515;
}
</style>
background-color css
<style>
a { background-color: #DA8515; }
a { background-color: rgb(218,133,21); }
div.DivClassName
{
background-color: #DA8515;
}
.BgClassName
{
background-color: #DA8515;
}
</style>
border-color css
<style>
span { border-color: #DA8515; }
span { border-color: rgb(218,133,21); }
td.TdClassName
{
border-color: #DA8515;
}
.TagClassName
{
border-color: #DA8515;
}
</style>