Shades of Ochre #DB7E11
Tints of Ochre #DB7E11
RGB
CMYK
RGB Variations
Color information
#DB7E11 (or 0xDB7E11) is known color: Ochre. HEX triplet: DB, 7E and 11. RGB value is (219,126,17). Sum of RGB (Red+Green+Blue) = 219+126+17=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7E11 is #2481EE. Grayscale: #8D8D8D. Windows color (decimal): -2392559 or 1146587. OLE color: 1146587.
HSL color Cylindrical-coordinate representation of color #DB7E11: hue angle of 32.38º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB7E11 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.14 |
| HSL | 32.38º | 0.86% | 0.46% | - |
| HSV(B) | 32.38º | 0.92% | 0.86% | - |
| XYZ | 36.78 | 30.02 | 4.39 | - |
| YUV | 141.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 17 | 0 | 0.42 | 0.92 | 0.14 | 32.38 | 0.86 | 0.46 |
| Hex | DB | 7E | 11 | 0 | 2A | 5C | E | 20 | 56 | 2E |
| Octal | 333 | 176 | 21 | 0 | 52 | 134 | 16 | 40 | 126 | 56 |
| Binary | 11011011 | 1111110 | 10001 | 0 | 101010 | 1011100 | 1110 | 100000 | 1010110 | 101110 |
Color Harmonies of #DB7E11
Complementary color
Monochromatic Colors of #DB7E11
Black with #DB7E11
Text Example
Text Example
White with #DB7E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E11; }
p { color: rgb(219,126,17); }
H1.HeaderClassName
{
color: #DB7E11;
}
.AnyTagClassName
{
color: #DB7E11;
}
</style>
background-color css
<style>
a { background-color: #DB7E11; }
a { background-color: rgb(219,126,17); }
div.DivClassName
{
background-color: #DB7E11;
}
.BgClassName
{
background-color: #DB7E11;
}
</style>
border-color css
<style>
span { border-color: #DB7E11; }
span { border-color: rgb(219,126,17); }
td.TdClassName
{
border-color: #DB7E11;
}
.TagClassName
{
border-color: #DB7E11;
}
</style>