Shades of Ochre #DA7C17
Tints of Ochre #DA7C17
RGB
CMYK
RGB Variations
Color information
#DA7C17 (or 0xDA7C17) is known color: Ochre. HEX triplet: DA, 7C and 17. RGB value is (218,124,23). Sum of RGB (Red+Green+Blue) = 218+124+23=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7C17 is #2583E8. Grayscale: #8D8D8D. Windows color (decimal): -2458601 or 1539290. OLE color: 1539290.
HSL color Cylindrical-coordinate representation of color #DA7C17: hue angle of 31.08º 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 #DA7C17 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.15 |
| HSL | 31.08º | 0.81% | 0.47% | - |
| HSV(B) | 31.08º | 0.89% | 0.85% | - |
| XYZ | 36.28 | 29.38 | 4.57 | - |
| YUV | 140.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 23 | 0 | 0.43 | 0.89 | 0.15 | 31.08 | 0.81 | 0.47 |
| Hex | DA | 7C | 17 | 0 | 2B | 59 | F | 1F | 51 | 2F |
| Octal | 332 | 174 | 27 | 0 | 53 | 131 | 17 | 37 | 121 | 57 |
| Binary | 11011010 | 1111100 | 10111 | 0 | 101011 | 1011001 | 1111 | 11111 | 1010001 | 101111 |
Color Harmonies of #DA7C17
Complementary color
Monochromatic Colors of #DA7C17
Black with #DA7C17
Text Example
Text Example
White with #DA7C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C17; }
p { color: rgb(218,124,23); }
H1.HeaderClassName
{
color: #DA7C17;
}
.AnyTagClassName
{
color: #DA7C17;
}
</style>
background-color css
<style>
a { background-color: #DA7C17; }
a { background-color: rgb(218,124,23); }
div.DivClassName
{
background-color: #DA7C17;
}
.BgClassName
{
background-color: #DA7C17;
}
</style>
border-color css
<style>
span { border-color: #DA7C17; }
span { border-color: rgb(218,124,23); }
td.TdClassName
{
border-color: #DA7C17;
}
.TagClassName
{
border-color: #DA7C17;
}
</style>