Shades of Ochre #DF7D19
Tints of Ochre #DF7D19
RGB
CMYK
RGB Variations
Color information
#DF7D19 (or 0xDF7D19) is known color: Ochre. HEX triplet: DF, 7D and 19. RGB value is (223,125,25). Sum of RGB (Red+Green+Blue) = 223+125+25=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7D19 is #2082E6. Grayscale: #8F8F8F. Windows color (decimal): -2130663 or 1670623. OLE color: 1670623.
HSL color Cylindrical-coordinate representation of color #DF7D19: hue angle of 30.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF7D19 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 25 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.13 |
| HSL | 30.3º | 0.8% | 0.49% | - |
| HSV(B) | 30.3º | 0.89% | 0.87% | - |
| XYZ | 37.94 | 30.43 | 4.79 | - |
| YUV | 142.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 25 | 0 | 0.44 | 0.89 | 0.13 | 30.3 | 0.8 | 0.49 |
| Hex | DF | 7D | 19 | 0 | 2C | 59 | D | 1E | 50 | 31 |
| Octal | 337 | 175 | 31 | 0 | 54 | 131 | 15 | 36 | 120 | 61 |
| Binary | 11011111 | 1111101 | 11001 | 0 | 101100 | 1011001 | 1101 | 11110 | 1010000 | 110001 |
Color Harmonies of #DF7D19
Complementary color
Monochromatic Colors of #DF7D19
Black with #DF7D19
Text Example
Text Example
White with #DF7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D19; }
p { color: rgb(223,125,25); }
H1.HeaderClassName
{
color: #DF7D19;
}
.AnyTagClassName
{
color: #DF7D19;
}
</style>
background-color css
<style>
a { background-color: #DF7D19; }
a { background-color: rgb(223,125,25); }
div.DivClassName
{
background-color: #DF7D19;
}
.BgClassName
{
background-color: #DF7D19;
}
</style>
border-color css
<style>
span { border-color: #DF7D19; }
span { border-color: rgb(223,125,25); }
td.TdClassName
{
border-color: #DF7D19;
}
.TagClassName
{
border-color: #DF7D19;
}
</style>