Shades of Ochre #DE8013
Tints of Ochre #DE8013
RGB
CMYK
RGB Variations
Color information
#DE8013 (or 0xDE8013) is known color: Ochre. HEX triplet: DE, 80 and 13. RGB value is (222,128,19). Sum of RGB (Red+Green+Blue) = 222+128+19=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8013 is #217FEC. Grayscale: #909090. Windows color (decimal): -2195437 or 1278174. OLE color: 1278174.
HSL color Cylindrical-coordinate representation of color #DE8013: hue angle of 32.22º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE8013 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 19 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.13 |
| HSL | 32.22º | 0.84% | 0.47% | - |
| HSV(B) | 32.22º | 0.91% | 0.87% | - |
| XYZ | 37.96 | 31.01 | 4.6 | - |
| YUV | 143.68 | 57.64 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 19 | 0 | 0.42 | 0.91 | 0.13 | 32.22 | 0.84 | 0.47 |
| Hex | DE | 80 | 13 | 0 | 2A | 5B | D | 20 | 54 | 2F |
| Octal | 336 | 200 | 23 | 0 | 52 | 133 | 15 | 40 | 124 | 57 |
| Binary | 11011110 | 10000000 | 10011 | 0 | 101010 | 1011011 | 1101 | 100000 | 1010100 | 101111 |
Color Harmonies of #DE8013
Complementary color
Monochromatic Colors of #DE8013
Black with #DE8013
Text Example
Text Example
White with #DE8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8013; }
p { color: rgb(222,128,19); }
H1.HeaderClassName
{
color: #DE8013;
}
.AnyTagClassName
{
color: #DE8013;
}
</style>
background-color css
<style>
a { background-color: #DE8013; }
a { background-color: rgb(222,128,19); }
div.DivClassName
{
background-color: #DE8013;
}
.BgClassName
{
background-color: #DE8013;
}
</style>
border-color css
<style>
span { border-color: #DE8013; }
span { border-color: rgb(222,128,19); }
td.TdClassName
{
border-color: #DE8013;
}
.TagClassName
{
border-color: #DE8013;
}
</style>