Shades of Ochre #DA7E17
Tints of Ochre #DA7E17
RGB
CMYK
RGB Variations
Color information
#DA7E17 (or 0xDA7E17) is known color: Ochre. HEX triplet: DA, 7E and 17. RGB value is (218,126,23). Sum of RGB (Red+Green+Blue) = 218+126+23=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7E17 is #2581E8. Grayscale: #8E8E8E. Windows color (decimal): -2458089 or 1539802. OLE color: 1539802.
HSL color Cylindrical-coordinate representation of color #DA7E17: hue angle of 31.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA7E17 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.15 |
| HSL | 31.69º | 0.81% | 0.47% | - |
| HSV(B) | 31.69º | 0.89% | 0.85% | - |
| XYZ | 36.53 | 29.89 | 4.65 | - |
| YUV | 141.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 23 | 0 | 0.42 | 0.89 | 0.15 | 31.69 | 0.81 | 0.47 |
| Hex | DA | 7E | 17 | 0 | 2A | 59 | F | 20 | 51 | 2F |
| Octal | 332 | 176 | 27 | 0 | 52 | 131 | 17 | 40 | 121 | 57 |
| Binary | 11011010 | 1111110 | 10111 | 0 | 101010 | 1011001 | 1111 | 100000 | 1010001 | 101111 |
Color Harmonies of #DA7E17
Complementary color
Monochromatic Colors of #DA7E17
Black with #DA7E17
Text Example
Text Example
White with #DA7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7E17; }
p { color: rgb(218,126,23); }
H1.HeaderClassName
{
color: #DA7E17;
}
.AnyTagClassName
{
color: #DA7E17;
}
</style>
background-color css
<style>
a { background-color: #DA7E17; }
a { background-color: rgb(218,126,23); }
div.DivClassName
{
background-color: #DA7E17;
}
.BgClassName
{
background-color: #DA7E17;
}
</style>
border-color css
<style>
span { border-color: #DA7E17; }
span { border-color: rgb(218,126,23); }
td.TdClassName
{
border-color: #DA7E17;
}
.TagClassName
{
border-color: #DA7E17;
}
</style>