Shades of Ochre #DA811B
Tints of Ochre #DA811B
RGB
CMYK
RGB Variations
Color information
#DA811B (or 0xDA811B) is known color: Ochre. HEX triplet: DA, 81 and 1B. RGB value is (218,129,27). Sum of RGB (Red+Green+Blue) = 218+129+27=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA811B is #257EE4. Grayscale: #909090. Windows color (decimal): -2457317 or 1802714. OLE color: 1802714.
HSL color Cylindrical-coordinate representation of color #DA811B: hue angle of 32.04º degrees, saturation: 0.78, 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 #DA811B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 27 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.15 |
| HSL | 32.04º | 0.78% | 0.48% | - |
| HSV(B) | 32.04º | 0.88% | 0.85% | - |
| XYZ | 36.96 | 30.69 | 5.01 | - |
| YUV | 143.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 27 | 0 | 0.41 | 0.88 | 0.15 | 32.04 | 0.78 | 0.48 |
| Hex | DA | 81 | 1B | 0 | 29 | 58 | F | 20 | 4E | 30 |
| Octal | 332 | 201 | 33 | 0 | 51 | 130 | 17 | 40 | 116 | 60 |
| Binary | 11011010 | 10000001 | 11011 | 0 | 101001 | 1011000 | 1111 | 100000 | 1001110 | 110000 |
Color Harmonies of #DA811B
Complementary color
Monochromatic Colors of #DA811B
Black with #DA811B
Text Example
Text Example
White with #DA811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA811B; }
p { color: rgb(218,129,27); }
H1.HeaderClassName
{
color: #DA811B;
}
.AnyTagClassName
{
color: #DA811B;
}
</style>
background-color css
<style>
a { background-color: #DA811B; }
a { background-color: rgb(218,129,27); }
div.DivClassName
{
background-color: #DA811B;
}
.BgClassName
{
background-color: #DA811B;
}
</style>
border-color css
<style>
span { border-color: #DA811B; }
span { border-color: rgb(218,129,27); }
td.TdClassName
{
border-color: #DA811B;
}
.TagClassName
{
border-color: #DA811B;
}
</style>