Shades of Ochre #DE811E
Tints of Ochre #DE811E
RGB
CMYK
RGB Variations
Color information
#DE811E (or 0xDE811E) is known color: Ochre. HEX triplet: DE, 81 and 1E. RGB value is (222,129,30). Sum of RGB (Red+Green+Blue) = 222+129+30=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE811E is #217EE1. Grayscale: #929292. Windows color (decimal): -2195170 or 1999326. OLE color: 1999326.
HSL color Cylindrical-coordinate representation of color #DE811E: hue angle of 30.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE811E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.13 |
| HSL | 30.94º | 0.76% | 0.49% | - |
| HSV(B) | 30.94º | 0.86% | 0.87% | - |
| XYZ | 38.21 | 31.32 | 5.26 | - |
| YUV | 145.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 30 | 0 | 0.42 | 0.86 | 0.13 | 30.94 | 0.76 | 0.49 |
| Hex | DE | 81 | 1E | 0 | 2A | 56 | D | 1F | 4C | 31 |
| Octal | 336 | 201 | 36 | 0 | 52 | 126 | 15 | 37 | 114 | 61 |
| Binary | 11011110 | 10000001 | 11110 | 0 | 101010 | 1010110 | 1101 | 11111 | 1001100 | 110001 |
Color Harmonies of #DE811E
Complementary color
Monochromatic Colors of #DE811E
Black with #DE811E
Text Example
Text Example
White with #DE811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE811E; }
p { color: rgb(222,129,30); }
H1.HeaderClassName
{
color: #DE811E;
}
.AnyTagClassName
{
color: #DE811E;
}
</style>
background-color css
<style>
a { background-color: #DE811E; }
a { background-color: rgb(222,129,30); }
div.DivClassName
{
background-color: #DE811E;
}
.BgClassName
{
background-color: #DE811E;
}
</style>
border-color css
<style>
span { border-color: #DE811E; }
span { border-color: rgb(222,129,30); }
td.TdClassName
{
border-color: #DE811E;
}
.TagClassName
{
border-color: #DE811E;
}
</style>