Shades of Ochre #DF7E19
Tints of Ochre #DF7E19
RGB
CMYK
RGB Variations
Color information
#DF7E19 (or 0xDF7E19) is known color: Ochre. HEX triplet: DF, 7E and 19. RGB value is (223,126,25). Sum of RGB (Red+Green+Blue) = 223+126+25=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7E19 is #2081E6. Grayscale: #8F8F8F. Windows color (decimal): -2130407 or 1670879. OLE color: 1670879.
HSL color Cylindrical-coordinate representation of color #DF7E19: hue angle of 30.61º 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 #DF7E19 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.13 |
| HSL | 30.61º | 0.8% | 0.49% | - |
| HSV(B) | 30.61º | 0.89% | 0.87% | - |
| XYZ | 38.07 | 30.68 | 4.84 | - |
| YUV | 143.49 | 61.14 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 25 | 0 | 0.43 | 0.89 | 0.13 | 30.61 | 0.8 | 0.49 |
| Hex | DF | 7E | 19 | 0 | 2B | 59 | D | 1F | 50 | 31 |
| Octal | 337 | 176 | 31 | 0 | 53 | 131 | 15 | 37 | 120 | 61 |
| Binary | 11011111 | 1111110 | 11001 | 0 | 101011 | 1011001 | 1101 | 11111 | 1010000 | 110001 |
Color Harmonies of #DF7E19
Complementary color
Monochromatic Colors of #DF7E19
Black with #DF7E19
Text Example
Text Example
White with #DF7E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E19; }
p { color: rgb(223,126,25); }
H1.HeaderClassName
{
color: #DF7E19;
}
.AnyTagClassName
{
color: #DF7E19;
}
</style>
background-color css
<style>
a { background-color: #DF7E19; }
a { background-color: rgb(223,126,25); }
div.DivClassName
{
background-color: #DF7E19;
}
.BgClassName
{
background-color: #DF7E19;
}
</style>
border-color css
<style>
span { border-color: #DF7E19; }
span { border-color: rgb(223,126,25); }
td.TdClassName
{
border-color: #DF7E19;
}
.TagClassName
{
border-color: #DF7E19;
}
</style>