Shades of Ochre #DE8017
Tints of Ochre #DE8017
RGB
CMYK
RGB Variations
Color information
#DE8017 (or 0xDE8017) is known color: Ochre. HEX triplet: DE, 80 and 17. RGB value is (222,128,23). Sum of RGB (Red+Green+Blue) = 222+128+23=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8017 is #217FE8. Grayscale: #909090. Windows color (decimal): -2195433 or 1540318. OLE color: 1540318.
HSL color Cylindrical-coordinate representation of color #DE8017: hue angle of 31.66º 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 #DE8017 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 23 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.13 |
| HSL | 31.66º | 0.81% | 0.48% | - |
| HSV(B) | 31.66º | 0.9% | 0.87% | - |
| XYZ | 38 | 31.03 | 4.8 | - |
| YUV | 144.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 23 | 0 | 0.42 | 0.90 | 0.13 | 31.66 | 0.81 | 0.48 |
| Hex | DE | 80 | 17 | 0 | 2A | 5A | D | 20 | 51 | 30 |
| Octal | 336 | 200 | 27 | 0 | 52 | 132 | 15 | 40 | 121 | 60 |
| Binary | 11011110 | 10000000 | 10111 | 0 | 101010 | 1011010 | 1101 | 100000 | 1010001 | 110000 |
Color Harmonies of #DE8017
Complementary color
Monochromatic Colors of #DE8017
Black with #DE8017
Text Example
Text Example
White with #DE8017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8017; }
p { color: rgb(222,128,23); }
H1.HeaderClassName
{
color: #DE8017;
}
.AnyTagClassName
{
color: #DE8017;
}
</style>
background-color css
<style>
a { background-color: #DE8017; }
a { background-color: rgb(222,128,23); }
div.DivClassName
{
background-color: #DE8017;
}
.BgClassName
{
background-color: #DE8017;
}
</style>
border-color css
<style>
span { border-color: #DE8017; }
span { border-color: rgb(222,128,23); }
td.TdClassName
{
border-color: #DE8017;
}
.TagClassName
{
border-color: #DE8017;
}
</style>