Shades of Ochre #DB7913
Tints of Ochre #DB7913
RGB
CMYK
RGB Variations
Color information
#DB7913 (or 0xDB7913) is known color: Ochre. HEX triplet: DB, 79 and 13. RGB value is (219,121,19). Sum of RGB (Red+Green+Blue) = 219+121+19=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7913 is #2486EC. Grayscale: #8B8B8B. Windows color (decimal): -2393837 or 1276379. OLE color: 1276379.
HSL color Cylindrical-coordinate representation of color #DB7913: hue angle of 30.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB7913 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.14 |
| HSL | 30.6º | 0.84% | 0.47% | - |
| HSV(B) | 30.6º | 0.91% | 0.86% | - |
| XYZ | 36.17 | 28.78 | 4.27 | - |
| YUV | 138.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 19 | 0 | 0.45 | 0.91 | 0.14 | 30.6 | 0.84 | 0.47 |
| Hex | DB | 79 | 13 | 0 | 2D | 5B | E | 1F | 54 | 2F |
| Octal | 333 | 171 | 23 | 0 | 55 | 133 | 16 | 37 | 124 | 57 |
| Binary | 11011011 | 1111001 | 10011 | 0 | 101101 | 1011011 | 1110 | 11111 | 1010100 | 101111 |
Color Harmonies of #DB7913
Complementary color
Monochromatic Colors of #DB7913
Black with #DB7913
Text Example
Text Example
White with #DB7913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7913; }
p { color: rgb(219,121,19); }
H1.HeaderClassName
{
color: #DB7913;
}
.AnyTagClassName
{
color: #DB7913;
}
</style>
background-color css
<style>
a { background-color: #DB7913; }
a { background-color: rgb(219,121,19); }
div.DivClassName
{
background-color: #DB7913;
}
.BgClassName
{
background-color: #DB7913;
}
</style>
border-color css
<style>
span { border-color: #DB7913; }
span { border-color: rgb(219,121,19); }
td.TdClassName
{
border-color: #DB7913;
}
.TagClassName
{
border-color: #DB7913;
}
</style>