Shades of Ochre #DA7D1D
Tints of Ochre #DA7D1D
RGB
CMYK
RGB Variations
Color information
#DA7D1D (or 0xDA7D1D) is known color: Ochre. HEX triplet: DA, 7D and 1D. RGB value is (218,125,29). Sum of RGB (Red+Green+Blue) = 218+125+29=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D1D is #2582E2. Grayscale: #8E8E8E. Windows color (decimal): -2458339 or 1932762. OLE color: 1932762.
HSL color Cylindrical-coordinate representation of color #DA7D1D: hue angle of 30.48º 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 #DA7D1D is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 29 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.15 |
| HSL | 30.48º | 0.77% | 0.48% | - |
| HSV(B) | 30.48º | 0.87% | 0.85% | - |
| XYZ | 36.47 | 29.66 | 4.97 | - |
| YUV | 141.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 29 | 0 | 0.43 | 0.87 | 0.15 | 30.48 | 0.77 | 0.48 |
| Hex | DA | 7D | 1D | 0 | 2B | 57 | F | 1E | 4D | 30 |
| Octal | 332 | 175 | 35 | 0 | 53 | 127 | 17 | 36 | 115 | 60 |
| Binary | 11011010 | 1111101 | 11101 | 0 | 101011 | 1010111 | 1111 | 11110 | 1001101 | 110000 |
Color Harmonies of #DA7D1D
Complementary color
Monochromatic Colors of #DA7D1D
Black with #DA7D1D
Text Example
Text Example
White with #DA7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D1D; }
p { color: rgb(218,125,29); }
H1.HeaderClassName
{
color: #DA7D1D;
}
.AnyTagClassName
{
color: #DA7D1D;
}
</style>
background-color css
<style>
a { background-color: #DA7D1D; }
a { background-color: rgb(218,125,29); }
div.DivClassName
{
background-color: #DA7D1D;
}
.BgClassName
{
background-color: #DA7D1D;
}
</style>
border-color css
<style>
span { border-color: #DA7D1D; }
span { border-color: rgb(218,125,29); }
td.TdClassName
{
border-color: #DA7D1D;
}
.TagClassName
{
border-color: #DA7D1D;
}
</style>