Shades of Ochre #DA7D19
Tints of Ochre #DA7D19
RGB
CMYK
RGB Variations
Color information
#DA7D19 (or 0xDA7D19) is known color: Ochre. HEX triplet: DA, 7D and 19. RGB value is (218,125,25). Sum of RGB (Red+Green+Blue) = 218+125+25=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D19 is #2582E6. Grayscale: #8D8D8D. Windows color (decimal): -2458343 or 1670618. OLE color: 1670618.
HSL color Cylindrical-coordinate representation of color #DA7D19: hue angle of 31.09º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA7D19 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.15 |
| HSL | 31.09º | 0.79% | 0.48% | - |
| HSV(B) | 31.09º | 0.89% | 0.85% | - |
| XYZ | 36.42 | 29.64 | 4.72 | - |
| YUV | 141.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 25 | 0 | 0.43 | 0.89 | 0.15 | 31.09 | 0.79 | 0.48 |
| Hex | DA | 7D | 19 | 0 | 2B | 59 | F | 1F | 4F | 30 |
| Octal | 332 | 175 | 31 | 0 | 53 | 131 | 17 | 37 | 117 | 60 |
| Binary | 11011010 | 1111101 | 11001 | 0 | 101011 | 1011001 | 1111 | 11111 | 1001111 | 110000 |
Color Harmonies of #DA7D19
Complementary color
Monochromatic Colors of #DA7D19
Black with #DA7D19
Text Example
Text Example
White with #DA7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D19; }
p { color: rgb(218,125,25); }
H1.HeaderClassName
{
color: #DA7D19;
}
.AnyTagClassName
{
color: #DA7D19;
}
</style>
background-color css
<style>
a { background-color: #DA7D19; }
a { background-color: rgb(218,125,25); }
div.DivClassName
{
background-color: #DA7D19;
}
.BgClassName
{
background-color: #DA7D19;
}
</style>
border-color css
<style>
span { border-color: #DA7D19; }
span { border-color: rgb(218,125,25); }
td.TdClassName
{
border-color: #DA7D19;
}
.TagClassName
{
border-color: #DA7D19;
}
</style>