Shades of Ochre #DB7812
Tints of Ochre #DB7812
RGB
CMYK
RGB Variations
Color information
#DB7812 (or 0xDB7812) is known color: Ochre. HEX triplet: DB, 78 and 12. RGB value is (219,120,18). Sum of RGB (Red+Green+Blue) = 219+120+18=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7812 is #2487ED. Grayscale: #8A8A8A. Windows color (decimal): -2394094 or 1210587. OLE color: 1210587.
HSL color Cylindrical-coordinate representation of color #DB7812: hue angle of 30.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB7812 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.14 |
| HSL | 30.45º | 0.85% | 0.46% | - |
| HSV(B) | 30.45º | 0.92% | 0.86% | - |
| XYZ | 36.04 | 28.54 | 4.18 | - |
| YUV | 137.97 | 60.3 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 18 | 0 | 0.45 | 0.92 | 0.14 | 30.45 | 0.85 | 0.46 |
| Hex | DB | 78 | 12 | 0 | 2D | 5C | E | 1E | 55 | 2E |
| Octal | 333 | 170 | 22 | 0 | 55 | 134 | 16 | 36 | 125 | 56 |
| Binary | 11011011 | 1111000 | 10010 | 0 | 101101 | 1011100 | 1110 | 11110 | 1010101 | 101110 |
Color Harmonies of #DB7812
Complementary color
Monochromatic Colors of #DB7812
Black with #DB7812
Text Example
Text Example
White with #DB7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7812; }
p { color: rgb(219,120,18); }
H1.HeaderClassName
{
color: #DB7812;
}
.AnyTagClassName
{
color: #DB7812;
}
</style>
background-color css
<style>
a { background-color: #DB7812; }
a { background-color: rgb(219,120,18); }
div.DivClassName
{
background-color: #DB7812;
}
.BgClassName
{
background-color: #DB7812;
}
</style>
border-color css
<style>
span { border-color: #DB7812; }
span { border-color: rgb(219,120,18); }
td.TdClassName
{
border-color: #DB7812;
}
.TagClassName
{
border-color: #DB7812;
}
</style>