Shades of Ochre #DF8014
Tints of Ochre #DF8014
RGB
CMYK
RGB Variations
Color information
#DF8014 (or 0xDF8014) is known color: Ochre. HEX triplet: DF, 80 and 14. RGB value is (223,128,20). Sum of RGB (Red+Green+Blue) = 223+128+20=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8014 is #207FEB. Grayscale: #909090. Windows color (decimal): -2129900 or 1343711. OLE color: 1343711.
HSL color Cylindrical-coordinate representation of color #DF8014: hue angle of 31.92º 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 #DF8014 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 20 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.13 |
| HSL | 31.92º | 0.84% | 0.48% | - |
| HSV(B) | 31.92º | 0.91% | 0.87% | - |
| XYZ | 38.28 | 31.18 | 4.66 | - |
| YUV | 144.09 | 57.97 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 20 | 0 | 0.43 | 0.91 | 0.13 | 31.92 | 0.84 | 0.48 |
| Hex | DF | 80 | 14 | 0 | 2B | 5B | D | 20 | 54 | 30 |
| Octal | 337 | 200 | 24 | 0 | 53 | 133 | 15 | 40 | 124 | 60 |
| Binary | 11011111 | 10000000 | 10100 | 0 | 101011 | 1011011 | 1101 | 100000 | 1010100 | 110000 |
Color Harmonies of #DF8014
Complementary color
Monochromatic Colors of #DF8014
Black with #DF8014
Text Example
Text Example
White with #DF8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8014; }
p { color: rgb(223,128,20); }
H1.HeaderClassName
{
color: #DF8014;
}
.AnyTagClassName
{
color: #DF8014;
}
</style>
background-color css
<style>
a { background-color: #DF8014; }
a { background-color: rgb(223,128,20); }
div.DivClassName
{
background-color: #DF8014;
}
.BgClassName
{
background-color: #DF8014;
}
</style>
border-color css
<style>
span { border-color: #DF8014; }
span { border-color: rgb(223,128,20); }
td.TdClassName
{
border-color: #DF8014;
}
.TagClassName
{
border-color: #DF8014;
}
</style>