Shades of Ochre #DB7B19
Tints of Ochre #DB7B19
RGB
CMYK
RGB Variations
Color information
#DB7B19 (or 0xDB7B19) is known color: Ochre. HEX triplet: DB, 7B and 19. RGB value is (219,123,25). Sum of RGB (Red+Green+Blue) = 219+123+25=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B19 is #2484E6. Grayscale: #8D8D8D. Windows color (decimal): -2393319 or 1670107. OLE color: 1670107.
HSL color Cylindrical-coordinate representation of color #DB7B19: hue angle of 30.31º 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 #DB7B19 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 25 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.14 |
| HSL | 30.31º | 0.8% | 0.48% | - |
| HSV(B) | 30.31º | 0.89% | 0.86% | - |
| XYZ | 36.47 | 29.3 | 4.65 | - |
| YUV | 140.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 25 | 0 | 0.44 | 0.89 | 0.14 | 30.31 | 0.8 | 0.48 |
| Hex | DB | 7B | 19 | 0 | 2C | 59 | E | 1E | 50 | 30 |
| Octal | 333 | 173 | 31 | 0 | 54 | 131 | 16 | 36 | 120 | 60 |
| Binary | 11011011 | 1111011 | 11001 | 0 | 101100 | 1011001 | 1110 | 11110 | 1010000 | 110000 |
Color Harmonies of #DB7B19
Complementary color
Monochromatic Colors of #DB7B19
Black with #DB7B19
Text Example
Text Example
White with #DB7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B19; }
p { color: rgb(219,123,25); }
H1.HeaderClassName
{
color: #DB7B19;
}
.AnyTagClassName
{
color: #DB7B19;
}
</style>
background-color css
<style>
a { background-color: #DB7B19; }
a { background-color: rgb(219,123,25); }
div.DivClassName
{
background-color: #DB7B19;
}
.BgClassName
{
background-color: #DB7B19;
}
</style>
border-color css
<style>
span { border-color: #DB7B19; }
span { border-color: rgb(219,123,25); }
td.TdClassName
{
border-color: #DB7B19;
}
.TagClassName
{
border-color: #DB7B19;
}
</style>