Shades of Ochre #DB7A1E
Tints of Ochre #DB7A1E
RGB
CMYK
RGB Variations
Color information
#DB7A1E (or 0xDB7A1E) is known color: Ochre. HEX triplet: DB, 7A and 1E. RGB value is (219,122,30). Sum of RGB (Red+Green+Blue) = 219+122+30=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A1E is #2485E1. Grayscale: #8C8C8C. Windows color (decimal): -2393570 or 1997531. OLE color: 1997531.
HSL color Cylindrical-coordinate representation of color #DB7A1E: hue angle of 29.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB7A1E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 30 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.14 |
| HSL | 29.21º | 0.76% | 0.49% | - |
| HSV(B) | 29.21º | 0.86% | 0.86% | - |
| XYZ | 36.41 | 29.07 | 4.92 | - |
| YUV | 140.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 30 | 0 | 0.44 | 0.86 | 0.14 | 29.21 | 0.76 | 0.49 |
| Hex | DB | 7A | 1E | 0 | 2C | 56 | E | 1D | 4C | 31 |
| Octal | 333 | 172 | 36 | 0 | 54 | 126 | 16 | 35 | 114 | 61 |
| Binary | 11011011 | 1111010 | 11110 | 0 | 101100 | 1010110 | 1110 | 11101 | 1001100 | 110001 |
Color Harmonies of #DB7A1E
Complementary color
Monochromatic Colors of #DB7A1E
Black with #DB7A1E
Text Example
Text Example
White with #DB7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A1E; }
p { color: rgb(219,122,30); }
H1.HeaderClassName
{
color: #DB7A1E;
}
.AnyTagClassName
{
color: #DB7A1E;
}
</style>
background-color css
<style>
a { background-color: #DB7A1E; }
a { background-color: rgb(219,122,30); }
div.DivClassName
{
background-color: #DB7A1E;
}
.BgClassName
{
background-color: #DB7A1E;
}
</style>
border-color css
<style>
span { border-color: #DB7A1E; }
span { border-color: rgb(219,122,30); }
td.TdClassName
{
border-color: #DB7A1E;
}
.TagClassName
{
border-color: #DB7A1E;
}
</style>