Shades of Ochre #DF7A16
Tints of Ochre #DF7A16
RGB
CMYK
RGB Variations
Color information
#DF7A16 (or 0xDF7A16) is known color: Ochre. HEX triplet: DF, 7A and 16. RGB value is (223,122,22). Sum of RGB (Red+Green+Blue) = 223+122+22=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7A16 is #2085E9. Grayscale: #8D8D8D. Windows color (decimal): -2131434 or 1473247. OLE color: 1473247.
HSL color Cylindrical-coordinate representation of color #DF7A16: hue angle of 29.85º 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 #DF7A16 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.13 |
| HSL | 29.85º | 0.82% | 0.48% | - |
| HSV(B) | 29.85º | 0.9% | 0.87% | - |
| XYZ | 37.54 | 29.66 | 4.51 | - |
| YUV | 140.8 | 60.96 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 22 | 0 | 0.45 | 0.90 | 0.13 | 29.85 | 0.82 | 0.48 |
| Hex | DF | 7A | 16 | 0 | 2D | 5A | D | 1E | 52 | 30 |
| Octal | 337 | 172 | 26 | 0 | 55 | 132 | 15 | 36 | 122 | 60 |
| Binary | 11011111 | 1111010 | 10110 | 0 | 101101 | 1011010 | 1101 | 11110 | 1010010 | 110000 |
Color Harmonies of #DF7A16
Complementary color
Monochromatic Colors of #DF7A16
Black with #DF7A16
Text Example
Text Example
White with #DF7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A16; }
p { color: rgb(223,122,22); }
H1.HeaderClassName
{
color: #DF7A16;
}
.AnyTagClassName
{
color: #DF7A16;
}
</style>
background-color css
<style>
a { background-color: #DF7A16; }
a { background-color: rgb(223,122,22); }
div.DivClassName
{
background-color: #DF7A16;
}
.BgClassName
{
background-color: #DF7A16;
}
</style>
border-color css
<style>
span { border-color: #DF7A16; }
span { border-color: rgb(223,122,22); }
td.TdClassName
{
border-color: #DF7A16;
}
.TagClassName
{
border-color: #DF7A16;
}
</style>