Shades of Ochre #DF7E16
Tints of Ochre #DF7E16
RGB
CMYK
RGB Variations
Color information
#DF7E16 (or 0xDF7E16) is known color: Ochre. HEX triplet: DF, 7E and 16. RGB value is (223,126,22). Sum of RGB (Red+Green+Blue) = 223+126+22=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7E16 is #2081E9. Grayscale: #8F8F8F. Windows color (decimal): -2130410 or 1474271. OLE color: 1474271.
HSL color Cylindrical-coordinate representation of color #DF7E16: hue angle of 31.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF7E16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.13 |
| HSL | 31.04º | 0.82% | 0.48% | - |
| HSV(B) | 31.04º | 0.9% | 0.87% | - |
| XYZ | 38.04 | 30.67 | 4.67 | - |
| YUV | 143.15 | 59.64 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 22 | 0 | 0.43 | 0.90 | 0.13 | 31.04 | 0.82 | 0.48 |
| Hex | DF | 7E | 16 | 0 | 2B | 5A | D | 1F | 52 | 30 |
| Octal | 337 | 176 | 26 | 0 | 53 | 132 | 15 | 37 | 122 | 60 |
| Binary | 11011111 | 1111110 | 10110 | 0 | 101011 | 1011010 | 1101 | 11111 | 1010010 | 110000 |
Color Harmonies of #DF7E16
Complementary color
Monochromatic Colors of #DF7E16
Black with #DF7E16
Text Example
Text Example
White with #DF7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E16; }
p { color: rgb(223,126,22); }
H1.HeaderClassName
{
color: #DF7E16;
}
.AnyTagClassName
{
color: #DF7E16;
}
</style>
background-color css
<style>
a { background-color: #DF7E16; }
a { background-color: rgb(223,126,22); }
div.DivClassName
{
background-color: #DF7E16;
}
.BgClassName
{
background-color: #DF7E16;
}
</style>
border-color css
<style>
span { border-color: #DF7E16; }
span { border-color: rgb(223,126,22); }
td.TdClassName
{
border-color: #DF7E16;
}
.TagClassName
{
border-color: #DF7E16;
}
</style>