Shades of Ochre #DB7E19
Tints of Ochre #DB7E19
RGB
CMYK
RGB Variations
Color information
#DB7E19 (or 0xDB7E19) is known color: Ochre. HEX triplet: DB, 7E and 19. RGB value is (219,126,25). Sum of RGB (Red+Green+Blue) = 219+126+25=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7E19 is #2481E6. Grayscale: #8E8E8E. Windows color (decimal): -2392551 or 1670875. OLE color: 1670875.
HSL color Cylindrical-coordinate representation of color #DB7E19: hue angle of 31.24º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB7E19 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.14 |
| HSL | 31.24º | 0.8% | 0.48% | - |
| HSV(B) | 31.24º | 0.89% | 0.86% | - |
| XYZ | 36.85 | 30.05 | 4.78 | - |
| YUV | 142.29 | 61.81 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 25 | 0 | 0.42 | 0.89 | 0.14 | 31.24 | 0.8 | 0.48 |
| Hex | DB | 7E | 19 | 0 | 2A | 59 | E | 1F | 50 | 30 |
| Octal | 333 | 176 | 31 | 0 | 52 | 131 | 16 | 37 | 120 | 60 |
| Binary | 11011011 | 1111110 | 11001 | 0 | 101010 | 1011001 | 1110 | 11111 | 1010000 | 110000 |
Color Harmonies of #DB7E19
Complementary color
Monochromatic Colors of #DB7E19
Black with #DB7E19
Text Example
Text Example
White with #DB7E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E19; }
p { color: rgb(219,126,25); }
H1.HeaderClassName
{
color: #DB7E19;
}
.AnyTagClassName
{
color: #DB7E19;
}
</style>
background-color css
<style>
a { background-color: #DB7E19; }
a { background-color: rgb(219,126,25); }
div.DivClassName
{
background-color: #DB7E19;
}
.BgClassName
{
background-color: #DB7E19;
}
</style>
border-color css
<style>
span { border-color: #DB7E19; }
span { border-color: rgb(219,126,25); }
td.TdClassName
{
border-color: #DB7E19;
}
.TagClassName
{
border-color: #DB7E19;
}
</style>