Shades of Ochre #DF7E17
Tints of Ochre #DF7E17
RGB
CMYK
RGB Variations
Color information
#DF7E17 (or 0xDF7E17) is known color: Ochre. HEX triplet: DF, 7E and 17. RGB value is (223,126,23). Sum of RGB (Red+Green+Blue) = 223+126+23=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7E17 is #2081E8. Grayscale: #8F8F8F. Windows color (decimal): -2130409 or 1539807. OLE color: 1539807.
HSL color Cylindrical-coordinate representation of color #DF7E17: hue angle of 30.9º degrees, saturation: 0.81, 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 #DF7E17 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 23 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.13 |
| HSL | 30.9º | 0.81% | 0.48% | - |
| HSV(B) | 30.9º | 0.9% | 0.87% | - |
| XYZ | 38.05 | 30.67 | 4.73 | - |
| YUV | 143.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 23 | 0 | 0.43 | 0.90 | 0.13 | 30.9 | 0.81 | 0.48 |
| Hex | DF | 7E | 17 | 0 | 2B | 5A | D | 1F | 51 | 30 |
| Octal | 337 | 176 | 27 | 0 | 53 | 132 | 15 | 37 | 121 | 60 |
| Binary | 11011111 | 1111110 | 10111 | 0 | 101011 | 1011010 | 1101 | 11111 | 1010001 | 110000 |
Color Harmonies of #DF7E17
Complementary color
Monochromatic Colors of #DF7E17
Black with #DF7E17
Text Example
Text Example
White with #DF7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E17; }
p { color: rgb(223,126,23); }
H1.HeaderClassName
{
color: #DF7E17;
}
.AnyTagClassName
{
color: #DF7E17;
}
</style>
background-color css
<style>
a { background-color: #DF7E17; }
a { background-color: rgb(223,126,23); }
div.DivClassName
{
background-color: #DF7E17;
}
.BgClassName
{
background-color: #DF7E17;
}
</style>
border-color css
<style>
span { border-color: #DF7E17; }
span { border-color: rgb(223,126,23); }
td.TdClassName
{
border-color: #DF7E17;
}
.TagClassName
{
border-color: #DF7E17;
}
</style>