Shades of Ochre #DF7916
Tints of Ochre #DF7916
RGB
CMYK
RGB Variations
Color information
#DF7916 (or 0xDF7916) is known color: Ochre. HEX triplet: DF, 79 and 16. RGB value is (223,121,22). Sum of RGB (Red+Green+Blue) = 223+121+22=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7916 is #2086E9. Grayscale: #8C8C8C. Windows color (decimal): -2131690 or 1472991. OLE color: 1472991.
HSL color Cylindrical-coordinate representation of color #DF7916: hue angle of 29.55º 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 #DF7916 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.13 |
| HSL | 29.55º | 0.82% | 0.48% | - |
| HSV(B) | 29.55º | 0.9% | 0.87% | - |
| XYZ | 37.41 | 29.42 | 4.47 | - |
| YUV | 140.21 | 61.29 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 22 | 0 | 0.46 | 0.90 | 0.13 | 29.55 | 0.82 | 0.48 |
| Hex | DF | 79 | 16 | 0 | 2E | 5A | D | 1E | 52 | 30 |
| Octal | 337 | 171 | 26 | 0 | 56 | 132 | 15 | 36 | 122 | 60 |
| Binary | 11011111 | 1111001 | 10110 | 0 | 101110 | 1011010 | 1101 | 11110 | 1010010 | 110000 |
Color Harmonies of #DF7916
Complementary color
Monochromatic Colors of #DF7916
Black with #DF7916
Text Example
Text Example
White with #DF7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7916; }
p { color: rgb(223,121,22); }
H1.HeaderClassName
{
color: #DF7916;
}
.AnyTagClassName
{
color: #DF7916;
}
</style>
background-color css
<style>
a { background-color: #DF7916; }
a { background-color: rgb(223,121,22); }
div.DivClassName
{
background-color: #DF7916;
}
.BgClassName
{
background-color: #DF7916;
}
</style>
border-color css
<style>
span { border-color: #DF7916; }
span { border-color: rgb(223,121,22); }
td.TdClassName
{
border-color: #DF7916;
}
.TagClassName
{
border-color: #DF7916;
}
</style>