Shades of Ochre #DA771D
Tints of Ochre #DA771D
RGB
CMYK
RGB Variations
Color information
#DA771D (or 0xDA771D) is known color: Ochre. HEX triplet: DA, 77 and 1D. RGB value is (218,119,29). Sum of RGB (Red+Green+Blue) = 218+119+29=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA771D is #2588E2. Grayscale: #8A8A8A. Windows color (decimal): -2459875 or 1931226. OLE color: 1931226.
HSL color Cylindrical-coordinate representation of color #DA771D: hue angle of 28.57º 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 #DA771D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 29 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.15 |
| HSL | 28.57º | 0.77% | 0.48% | - |
| HSV(B) | 28.57º | 0.87% | 0.85% | - |
| XYZ | 35.73 | 28.19 | 4.72 | - |
| YUV | 138.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 29 | 0 | 0.45 | 0.87 | 0.15 | 28.57 | 0.77 | 0.48 |
| Hex | DA | 77 | 1D | 0 | 2D | 57 | F | 1D | 4D | 30 |
| Octal | 332 | 167 | 35 | 0 | 55 | 127 | 17 | 35 | 115 | 60 |
| Binary | 11011010 | 1110111 | 11101 | 0 | 101101 | 1010111 | 1111 | 11101 | 1001101 | 110000 |
Color Harmonies of #DA771D
Complementary color
Monochromatic Colors of #DA771D
Black with #DA771D
Text Example
Text Example
White with #DA771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA771D; }
p { color: rgb(218,119,29); }
H1.HeaderClassName
{
color: #DA771D;
}
.AnyTagClassName
{
color: #DA771D;
}
</style>
background-color css
<style>
a { background-color: #DA771D; }
a { background-color: rgb(218,119,29); }
div.DivClassName
{
background-color: #DA771D;
}
.BgClassName
{
background-color: #DA771D;
}
</style>
border-color css
<style>
span { border-color: #DA771D; }
span { border-color: rgb(218,119,29); }
td.TdClassName
{
border-color: #DA771D;
}
.TagClassName
{
border-color: #DA771D;
}
</style>