Shades of Ochre #DA8517
Tints of Ochre #DA8517
RGB
CMYK
RGB Variations
Color information
#DA8517 (or 0xDA8517) is known color: Ochre. HEX triplet: DA, 85 and 17. RGB value is (218,133,23). Sum of RGB (Red+Green+Blue) = 218+133+23=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8517 is #257AE8. Grayscale: #929292. Windows color (decimal): -2456297 or 1541594. OLE color: 1541594.
HSL color Cylindrical-coordinate representation of color #DA8517: hue angle of 33.85º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA8517 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.15 |
| HSL | 33.85º | 0.81% | 0.47% | - |
| HSV(B) | 33.85º | 0.89% | 0.85% | - |
| XYZ | 37.46 | 31.74 | 4.96 | - |
| YUV | 145.88 | 58.66 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 23 | 0 | 0.39 | 0.89 | 0.15 | 33.85 | 0.81 | 0.47 |
| Hex | DA | 85 | 17 | 0 | 27 | 59 | F | 22 | 51 | 2F |
| Octal | 332 | 205 | 27 | 0 | 47 | 131 | 17 | 42 | 121 | 57 |
| Binary | 11011010 | 10000101 | 10111 | 0 | 100111 | 1011001 | 1111 | 100010 | 1010001 | 101111 |
Color Harmonies of #DA8517
Complementary color
Monochromatic Colors of #DA8517
Black with #DA8517
Text Example
Text Example
White with #DA8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8517; }
p { color: rgb(218,133,23); }
H1.HeaderClassName
{
color: #DA8517;
}
.AnyTagClassName
{
color: #DA8517;
}
</style>
background-color css
<style>
a { background-color: #DA8517; }
a { background-color: rgb(218,133,23); }
div.DivClassName
{
background-color: #DA8517;
}
.BgClassName
{
background-color: #DA8517;
}
</style>
border-color css
<style>
span { border-color: #DA8517; }
span { border-color: rgb(218,133,23); }
td.TdClassName
{
border-color: #DA8517;
}
.TagClassName
{
border-color: #DA8517;
}
</style>