Shades of Ochre #DA7E15
Tints of Ochre #DA7E15
RGB
CMYK
RGB Variations
Color information
#DA7E15 (or 0xDA7E15) is known color: Ochre. HEX triplet: DA, 7E and 15. RGB value is (218,126,21). Sum of RGB (Red+Green+Blue) = 218+126+21=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7E15 is #2581EA. Grayscale: #8E8E8E. Windows color (decimal): -2458091 or 1408730. OLE color: 1408730.
HSL color Cylindrical-coordinate representation of color #DA7E15: hue angle of 31.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7E15 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.15 |
| HSL | 31.98º | 0.82% | 0.47% | - |
| HSV(B) | 31.98º | 0.9% | 0.85% | - |
| XYZ | 36.51 | 29.88 | 4.55 | - |
| YUV | 141.54 | 59.98 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 21 | 0 | 0.42 | 0.90 | 0.15 | 31.98 | 0.82 | 0.47 |
| Hex | DA | 7E | 15 | 0 | 2A | 5A | F | 20 | 52 | 2F |
| Octal | 332 | 176 | 25 | 0 | 52 | 132 | 17 | 40 | 122 | 57 |
| Binary | 11011010 | 1111110 | 10101 | 0 | 101010 | 1011010 | 1111 | 100000 | 1010010 | 101111 |
Color Harmonies of #DA7E15
Complementary color
Monochromatic Colors of #DA7E15
Black with #DA7E15
Text Example
Text Example
White with #DA7E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E15; }
p { color: rgb(218,126,21); }
H1.HeaderClassName
{
color: #DA7E15;
}
.AnyTagClassName
{
color: #DA7E15;
}
</style>
background-color css
<style>
a { background-color: #DA7E15; }
a { background-color: rgb(218,126,21); }
div.DivClassName
{
background-color: #DA7E15;
}
.BgClassName
{
background-color: #DA7E15;
}
</style>
border-color css
<style>
span { border-color: #DA7E15; }
span { border-color: rgb(218,126,21); }
td.TdClassName
{
border-color: #DA7E15;
}
.TagClassName
{
border-color: #DA7E15;
}
</style>