Shades of Ochre #DB7D19
Tints of Ochre #DB7D19
RGB
CMYK
RGB Variations
Color information
#DB7D19 (or 0xDB7D19) is known color: Ochre. HEX triplet: DB, 7D and 19. RGB value is (219,125,25). Sum of RGB (Red+Green+Blue) = 219+125+25=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D19 is #2482E6. Grayscale: #8E8E8E. Windows color (decimal): -2392807 or 1670619. OLE color: 1670619.
HSL color Cylindrical-coordinate representation of color #DB7D19: hue angle of 30.93º 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 #DB7D19 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.14 |
| HSL | 30.93º | 0.8% | 0.48% | - |
| HSV(B) | 30.93º | 0.89% | 0.86% | - |
| XYZ | 36.72 | 29.8 | 4.74 | - |
| YUV | 141.71 | 62.14 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 25 | 0 | 0.43 | 0.89 | 0.14 | 30.93 | 0.8 | 0.48 |
| Hex | DB | 7D | 19 | 0 | 2B | 59 | E | 1F | 50 | 30 |
| Octal | 333 | 175 | 31 | 0 | 53 | 131 | 16 | 37 | 120 | 60 |
| Binary | 11011011 | 1111101 | 11001 | 0 | 101011 | 1011001 | 1110 | 11111 | 1010000 | 110000 |
Color Harmonies of #DB7D19
Complementary color
Monochromatic Colors of #DB7D19
Black with #DB7D19
Text Example
Text Example
White with #DB7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D19; }
p { color: rgb(219,125,25); }
H1.HeaderClassName
{
color: #DB7D19;
}
.AnyTagClassName
{
color: #DB7D19;
}
</style>
background-color css
<style>
a { background-color: #DB7D19; }
a { background-color: rgb(219,125,25); }
div.DivClassName
{
background-color: #DB7D19;
}
.BgClassName
{
background-color: #DB7D19;
}
</style>
border-color css
<style>
span { border-color: #DB7D19; }
span { border-color: rgb(219,125,25); }
td.TdClassName
{
border-color: #DB7D19;
}
.TagClassName
{
border-color: #DB7D19;
}
</style>