Shades of Ochre #DB7813
Tints of Ochre #DB7813
RGB
CMYK
RGB Variations
Color information
#DB7813 (or 0xDB7813) is known color: Ochre. HEX triplet: DB, 78 and 13. RGB value is (219,120,19). Sum of RGB (Red+Green+Blue) = 219+120+19=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7813 is #2487EC. Grayscale: #8A8A8A. Windows color (decimal): -2394093 or 1276123. OLE color: 1276123.
HSL color Cylindrical-coordinate representation of color #DB7813: hue angle of 30.3º 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 #DB7813 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.14 |
| HSL | 30.3º | 0.84% | 0.47% | - |
| HSV(B) | 30.3º | 0.91% | 0.86% | - |
| XYZ | 36.05 | 28.54 | 4.22 | - |
| YUV | 138.09 | 60.8 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 19 | 0 | 0.45 | 0.91 | 0.14 | 30.3 | 0.84 | 0.47 |
| Hex | DB | 78 | 13 | 0 | 2D | 5B | E | 1E | 54 | 2F |
| Octal | 333 | 170 | 23 | 0 | 55 | 133 | 16 | 36 | 124 | 57 |
| Binary | 11011011 | 1111000 | 10011 | 0 | 101101 | 1011011 | 1110 | 11110 | 1010100 | 101111 |
Color Harmonies of #DB7813
Complementary color
Monochromatic Colors of #DB7813
Black with #DB7813
Text Example
Text Example
White with #DB7813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7813; }
p { color: rgb(219,120,19); }
H1.HeaderClassName
{
color: #DB7813;
}
.AnyTagClassName
{
color: #DB7813;
}
</style>
background-color css
<style>
a { background-color: #DB7813; }
a { background-color: rgb(219,120,19); }
div.DivClassName
{
background-color: #DB7813;
}
.BgClassName
{
background-color: #DB7813;
}
</style>
border-color css
<style>
span { border-color: #DB7813; }
span { border-color: rgb(219,120,19); }
td.TdClassName
{
border-color: #DB7813;
}
.TagClassName
{
border-color: #DB7813;
}
</style>