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