Shades of Ochre #DA811E
Tints of Ochre #DA811E
RGB
CMYK
RGB Variations
Color information
#DA811E (or 0xDA811E) is known color: Ochre. HEX triplet: DA, 81 and 1E. RGB value is (218,129,30). Sum of RGB (Red+Green+Blue) = 218+129+30=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA811E is #257EE1. Grayscale: #909090. Windows color (decimal): -2457314 or 1999322. OLE color: 1999322.
HSL color Cylindrical-coordinate representation of color #DA811E: hue angle of 31.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA811E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 30 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.15 |
| HSL | 31.6º | 0.76% | 0.49% | - |
| HSV(B) | 31.6º | 0.86% | 0.85% | - |
| XYZ | 37 | 30.7 | 5.2 | - |
| YUV | 144.33 | 63.49 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 30 | 0 | 0.41 | 0.86 | 0.15 | 31.6 | 0.76 | 0.49 |
| Hex | DA | 81 | 1E | 0 | 29 | 56 | F | 20 | 4C | 31 |
| Octal | 332 | 201 | 36 | 0 | 51 | 126 | 17 | 40 | 114 | 61 |
| Binary | 11011010 | 10000001 | 11110 | 0 | 101001 | 1010110 | 1111 | 100000 | 1001100 | 110001 |
Color Harmonies of #DA811E
Complementary color
Monochromatic Colors of #DA811E
Black with #DA811E
Text Example
Text Example
White with #DA811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA811E; }
p { color: rgb(218,129,30); }
H1.HeaderClassName
{
color: #DA811E;
}
.AnyTagClassName
{
color: #DA811E;
}
</style>
background-color css
<style>
a { background-color: #DA811E; }
a { background-color: rgb(218,129,30); }
div.DivClassName
{
background-color: #DA811E;
}
.BgClassName
{
background-color: #DA811E;
}
</style>
border-color css
<style>
span { border-color: #DA811E; }
span { border-color: rgb(218,129,30); }
td.TdClassName
{
border-color: #DA811E;
}
.TagClassName
{
border-color: #DA811E;
}
</style>