Shades of Ochre #DA7A17
Tints of Ochre #DA7A17
RGB
CMYK
RGB Variations
Color information
#DA7A17 (or 0xDA7A17) is known color: Ochre. HEX triplet: DA, 7A and 17. RGB value is (218,122,23). Sum of RGB (Red+Green+Blue) = 218+122+23=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A17 is #2585E8. Grayscale: #8B8B8B. Windows color (decimal): -2459113 or 1538778. OLE color: 1538778.
HSL color Cylindrical-coordinate representation of color #DA7A17: hue angle of 30.46º 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 #DA7A17 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 23 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.15 |
| HSL | 30.46º | 0.81% | 0.47% | - |
| HSV(B) | 30.46º | 0.89% | 0.85% | - |
| XYZ | 36.03 | 28.89 | 4.49 | - |
| YUV | 139.42 | 62.3 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 23 | 0 | 0.44 | 0.89 | 0.15 | 30.46 | 0.81 | 0.47 |
| Hex | DA | 7A | 17 | 0 | 2C | 59 | F | 1E | 51 | 2F |
| Octal | 332 | 172 | 27 | 0 | 54 | 131 | 17 | 36 | 121 | 57 |
| Binary | 11011010 | 1111010 | 10111 | 0 | 101100 | 1011001 | 1111 | 11110 | 1010001 | 101111 |
Color Harmonies of #DA7A17
Complementary color
Monochromatic Colors of #DA7A17
Black with #DA7A17
Text Example
Text Example
White with #DA7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A17; }
p { color: rgb(218,122,23); }
H1.HeaderClassName
{
color: #DA7A17;
}
.AnyTagClassName
{
color: #DA7A17;
}
</style>
background-color css
<style>
a { background-color: #DA7A17; }
a { background-color: rgb(218,122,23); }
div.DivClassName
{
background-color: #DA7A17;
}
.BgClassName
{
background-color: #DA7A17;
}
</style>
border-color css
<style>
span { border-color: #DA7A17; }
span { border-color: rgb(218,122,23); }
td.TdClassName
{
border-color: #DA7A17;
}
.TagClassName
{
border-color: #DA7A17;
}
</style>