Shades of Ochre #DA8013
Tints of Ochre #DA8013
RGB
CMYK
RGB Variations
Color information
#DA8013 (or 0xDA8013) is known color: Ochre. HEX triplet: DA, 80 and 13. RGB value is (218,128,19). Sum of RGB (Red+Green+Blue) = 218+128+19=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8013 is #257FEC. Grayscale: #8F8F8F. Windows color (decimal): -2457581 or 1278170. OLE color: 1278170.
HSL color Cylindrical-coordinate representation of color #DA8013: hue angle of 32.86º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8013 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.15 |
| HSL | 32.86º | 0.84% | 0.46% | - |
| HSV(B) | 32.86º | 0.91% | 0.85% | - |
| XYZ | 36.75 | 30.39 | 4.55 | - |
| YUV | 142.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 19 | 0 | 0.41 | 0.91 | 0.15 | 32.86 | 0.84 | 0.46 |
| Hex | DA | 80 | 13 | 0 | 29 | 5B | F | 21 | 54 | 2E |
| Octal | 332 | 200 | 23 | 0 | 51 | 133 | 17 | 41 | 124 | 56 |
| Binary | 11011010 | 10000000 | 10011 | 0 | 101001 | 1011011 | 1111 | 100001 | 1010100 | 101110 |
Color Harmonies of #DA8013
Complementary color
Monochromatic Colors of #DA8013
Black with #DA8013
Text Example
Text Example
White with #DA8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8013; }
p { color: rgb(218,128,19); }
H1.HeaderClassName
{
color: #DA8013;
}
.AnyTagClassName
{
color: #DA8013;
}
</style>
background-color css
<style>
a { background-color: #DA8013; }
a { background-color: rgb(218,128,19); }
div.DivClassName
{
background-color: #DA8013;
}
.BgClassName
{
background-color: #DA8013;
}
</style>
border-color css
<style>
span { border-color: #DA8013; }
span { border-color: rgb(218,128,19); }
td.TdClassName
{
border-color: #DA8013;
}
.TagClassName
{
border-color: #DA8013;
}
</style>