Shades of Ochre #DA8514
Tints of Ochre #DA8514
RGB
CMYK
RGB Variations
Color information
#DA8514 (or 0xDA8514) is known color: Ochre. HEX triplet: DA, 85 and 14. RGB value is (218,133,20). Sum of RGB (Red+Green+Blue) = 218+133+20=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8514 is #257AEB. Grayscale: #929292. Windows color (decimal): -2456300 or 1344986. OLE color: 1344986.
HSL color Cylindrical-coordinate representation of color #DA8514: hue angle of 34.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8514 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.15 |
| HSL | 34.24º | 0.83% | 0.47% | - |
| HSV(B) | 34.24º | 0.91% | 0.85% | - |
| XYZ | 37.43 | 31.73 | 4.81 | - |
| YUV | 145.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 20 | 0 | 0.39 | 0.91 | 0.15 | 34.24 | 0.83 | 0.47 |
| Hex | DA | 85 | 14 | 0 | 27 | 5B | F | 22 | 53 | 2F |
| Octal | 332 | 205 | 24 | 0 | 47 | 133 | 17 | 42 | 123 | 57 |
| Binary | 11011010 | 10000101 | 10100 | 0 | 100111 | 1011011 | 1111 | 100010 | 1010011 | 101111 |
Color Harmonies of #DA8514
Complementary color
Monochromatic Colors of #DA8514
Black with #DA8514
Text Example
Text Example
White with #DA8514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8514; }
p { color: rgb(218,133,20); }
H1.HeaderClassName
{
color: #DA8514;
}
.AnyTagClassName
{
color: #DA8514;
}
</style>
background-color css
<style>
a { background-color: #DA8514; }
a { background-color: rgb(218,133,20); }
div.DivClassName
{
background-color: #DA8514;
}
.BgClassName
{
background-color: #DA8514;
}
</style>
border-color css
<style>
span { border-color: #DA8514; }
span { border-color: rgb(218,133,20); }
td.TdClassName
{
border-color: #DA8514;
}
.TagClassName
{
border-color: #DA8514;
}
</style>