Shades of Ochre #DF7E14
Tints of Ochre #DF7E14
RGB
CMYK
RGB Variations
Color information
#DF7E14 (or 0xDF7E14) is known color: Ochre. HEX triplet: DF, 7E and 14. RGB value is (223,126,20). Sum of RGB (Red+Green+Blue) = 223+126+20=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7E14 is #2081EB. Grayscale: #8F8F8F. Windows color (decimal): -2130412 or 1343199. OLE color: 1343199.
HSL color Cylindrical-coordinate representation of color #DF7E14: hue angle of 31.33º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7E14 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 20 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.13 |
| HSL | 31.33º | 0.84% | 0.48% | - |
| HSV(B) | 31.33º | 0.91% | 0.87% | - |
| XYZ | 38.02 | 30.66 | 4.58 | - |
| YUV | 142.92 | 58.64 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 20 | 0 | 0.43 | 0.91 | 0.13 | 31.33 | 0.84 | 0.48 |
| Hex | DF | 7E | 14 | 0 | 2B | 5B | D | 1F | 54 | 30 |
| Octal | 337 | 176 | 24 | 0 | 53 | 133 | 15 | 37 | 124 | 60 |
| Binary | 11011111 | 1111110 | 10100 | 0 | 101011 | 1011011 | 1101 | 11111 | 1010100 | 110000 |
Color Harmonies of #DF7E14
Complementary color
Monochromatic Colors of #DF7E14
Black with #DF7E14
Text Example
Text Example
White with #DF7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E14; }
p { color: rgb(223,126,20); }
H1.HeaderClassName
{
color: #DF7E14;
}
.AnyTagClassName
{
color: #DF7E14;
}
</style>
background-color css
<style>
a { background-color: #DF7E14; }
a { background-color: rgb(223,126,20); }
div.DivClassName
{
background-color: #DF7E14;
}
.BgClassName
{
background-color: #DF7E14;
}
</style>
border-color css
<style>
span { border-color: #DF7E14; }
span { border-color: rgb(223,126,20); }
td.TdClassName
{
border-color: #DF7E14;
}
.TagClassName
{
border-color: #DF7E14;
}
</style>