Shades of Ochre #DB7E1B
Tints of Ochre #DB7E1B
RGB
CMYK
RGB Variations
Color information
#DB7E1B (or 0xDB7E1B) is known color: Ochre. HEX triplet: DB, 7E and 1B. RGB value is (219,126,27). Sum of RGB (Red+Green+Blue) = 219+126+27=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E1B is #2481E4. Grayscale: #8F8F8F. Windows color (decimal): -2392549 or 1801947. OLE color: 1801947.
HSL color Cylindrical-coordinate representation of color #DB7E1B: hue angle of 30.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB7E1B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 27 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.14 |
| HSL | 30.94º | 0.78% | 0.48% | - |
| HSV(B) | 30.94º | 0.88% | 0.86% | - |
| XYZ | 36.87 | 30.06 | 4.9 | - |
| YUV | 142.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 27 | 0 | 0.42 | 0.88 | 0.14 | 30.94 | 0.78 | 0.48 |
| Hex | DB | 7E | 1B | 0 | 2A | 58 | E | 1F | 4E | 30 |
| Octal | 333 | 176 | 33 | 0 | 52 | 130 | 16 | 37 | 116 | 60 |
| Binary | 11011011 | 1111110 | 11011 | 0 | 101010 | 1011000 | 1110 | 11111 | 1001110 | 110000 |
Color Harmonies of #DB7E1B
Complementary color
Monochromatic Colors of #DB7E1B
Black with #DB7E1B
Text Example
Text Example
White with #DB7E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E1B; }
p { color: rgb(219,126,27); }
H1.HeaderClassName
{
color: #DB7E1B;
}
.AnyTagClassName
{
color: #DB7E1B;
}
</style>
background-color css
<style>
a { background-color: #DB7E1B; }
a { background-color: rgb(219,126,27); }
div.DivClassName
{
background-color: #DB7E1B;
}
.BgClassName
{
background-color: #DB7E1B;
}
</style>
border-color css
<style>
span { border-color: #DB7E1B; }
span { border-color: rgb(219,126,27); }
td.TdClassName
{
border-color: #DB7E1B;
}
.TagClassName
{
border-color: #DB7E1B;
}
</style>