Shades of Ochre #DA8018
Tints of Ochre #DA8018
RGB
CMYK
RGB Variations
Color information
#DA8018 (or 0xDA8018) is known color: Ochre. HEX triplet: DA, 80 and 18. RGB value is (218,128,24). Sum of RGB (Red+Green+Blue) = 218+128+24=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8018 is #257FE7. Grayscale: #8F8F8F. Windows color (decimal): -2457576 or 1605850. OLE color: 1605850.
HSL color Cylindrical-coordinate representation of color #DA8018: hue angle of 32.16º degrees, saturation: 0.8, 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 #DA8018 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 24 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.15 |
| HSL | 32.16º | 0.8% | 0.47% | - |
| HSV(B) | 32.16º | 0.89% | 0.85% | - |
| XYZ | 36.8 | 30.41 | 4.79 | - |
| YUV | 143.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 24 | 0 | 0.41 | 0.89 | 0.15 | 32.16 | 0.8 | 0.47 |
| Hex | DA | 80 | 18 | 0 | 29 | 59 | F | 20 | 50 | 2F |
| Octal | 332 | 200 | 30 | 0 | 51 | 131 | 17 | 40 | 120 | 57 |
| Binary | 11011010 | 10000000 | 11000 | 0 | 101001 | 1011001 | 1111 | 100000 | 1010000 | 101111 |
Color Harmonies of #DA8018
Complementary color
Monochromatic Colors of #DA8018
Black with #DA8018
Text Example
Text Example
White with #DA8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8018; }
p { color: rgb(218,128,24); }
H1.HeaderClassName
{
color: #DA8018;
}
.AnyTagClassName
{
color: #DA8018;
}
</style>
background-color css
<style>
a { background-color: #DA8018; }
a { background-color: rgb(218,128,24); }
div.DivClassName
{
background-color: #DA8018;
}
.BgClassName
{
background-color: #DA8018;
}
</style>
border-color css
<style>
span { border-color: #DA8018; }
span { border-color: rgb(218,128,24); }
td.TdClassName
{
border-color: #DA8018;
}
.TagClassName
{
border-color: #DA8018;
}
</style>