Shades of Ochre #DA811A
Tints of Ochre #DA811A
RGB
CMYK
RGB Variations
Color information
#DA811A (or 0xDA811A) is known color: Ochre. HEX triplet: DA, 81 and 1A. RGB value is (218,129,26). Sum of RGB (Red+Green+Blue) = 218+129+26=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA811A is #257EE5. Grayscale: #909090. Windows color (decimal): -2457318 or 1737178. OLE color: 1737178.
HSL color Cylindrical-coordinate representation of color #DA811A: hue angle of 32.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA811A is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 26 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.15 |
| HSL | 32.19º | 0.79% | 0.48% | - |
| HSV(B) | 32.19º | 0.88% | 0.85% | - |
| XYZ | 36.95 | 30.68 | 4.95 | - |
| YUV | 143.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 26 | 0 | 0.41 | 0.88 | 0.15 | 32.19 | 0.79 | 0.48 |
| Hex | DA | 81 | 1A | 0 | 29 | 58 | F | 20 | 4F | 30 |
| Octal | 332 | 201 | 32 | 0 | 51 | 130 | 17 | 40 | 117 | 60 |
| Binary | 11011010 | 10000001 | 11010 | 0 | 101001 | 1011000 | 1111 | 100000 | 1001111 | 110000 |
Color Harmonies of #DA811A
Complementary color
Monochromatic Colors of #DA811A
Black with #DA811A
Text Example
Text Example
White with #DA811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA811A; }
p { color: rgb(218,129,26); }
H1.HeaderClassName
{
color: #DA811A;
}
.AnyTagClassName
{
color: #DA811A;
}
</style>
background-color css
<style>
a { background-color: #DA811A; }
a { background-color: rgb(218,129,26); }
div.DivClassName
{
background-color: #DA811A;
}
.BgClassName
{
background-color: #DA811A;
}
</style>
border-color css
<style>
span { border-color: #DA811A; }
span { border-color: rgb(218,129,26); }
td.TdClassName
{
border-color: #DA811A;
}
.TagClassName
{
border-color: #DA811A;
}
</style>