Shades of Ochre #DA811D
Tints of Ochre #DA811D
RGB
CMYK
RGB Variations
Color information
#DA811D (or 0xDA811D) is known color: Ochre. HEX triplet: DA, 81 and 1D. RGB value is (218,129,29). Sum of RGB (Red+Green+Blue) = 218+129+29=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA811D is #257EE2. Grayscale: #909090. Windows color (decimal): -2457315 or 1933786. OLE color: 1933786.
HSL color Cylindrical-coordinate representation of color #DA811D: hue angle of 31.75º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA811D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 29 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.15 |
| HSL | 31.75º | 0.77% | 0.48% | - |
| HSV(B) | 31.75º | 0.87% | 0.85% | - |
| XYZ | 36.99 | 30.69 | 5.14 | - |
| YUV | 144.21 | 62.99 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 29 | 0 | 0.41 | 0.87 | 0.15 | 31.75 | 0.77 | 0.48 |
| Hex | DA | 81 | 1D | 0 | 29 | 57 | F | 20 | 4D | 30 |
| Octal | 332 | 201 | 35 | 0 | 51 | 127 | 17 | 40 | 115 | 60 |
| Binary | 11011010 | 10000001 | 11101 | 0 | 101001 | 1010111 | 1111 | 100000 | 1001101 | 110000 |
Color Harmonies of #DA811D
Complementary color
Monochromatic Colors of #DA811D
Black with #DA811D
Text Example
Text Example
White with #DA811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA811D; }
p { color: rgb(218,129,29); }
H1.HeaderClassName
{
color: #DA811D;
}
.AnyTagClassName
{
color: #DA811D;
}
</style>
background-color css
<style>
a { background-color: #DA811D; }
a { background-color: rgb(218,129,29); }
div.DivClassName
{
background-color: #DA811D;
}
.BgClassName
{
background-color: #DA811D;
}
</style>
border-color css
<style>
span { border-color: #DA811D; }
span { border-color: rgb(218,129,29); }
td.TdClassName
{
border-color: #DA811D;
}
.TagClassName
{
border-color: #DA811D;
}
</style>