Shades of Ochre #DB8014
Tints of Ochre #DB8014
RGB
CMYK
RGB Variations
Color information
#DB8014 (or 0xDB8014) is known color: Ochre. HEX triplet: DB, 80 and 14. RGB value is (219,128,20). Sum of RGB (Red+Green+Blue) = 219+128+20=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8014 is #247FEB. Grayscale: #8F8F8F. Windows color (decimal): -2392044 or 1343707. OLE color: 1343707.
HSL color Cylindrical-coordinate representation of color #DB8014: hue angle of 32.56º degrees, saturation: 0.83, 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 #DB8014 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 20 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.14 |
| HSL | 32.56º | 0.83% | 0.47% | - |
| HSV(B) | 32.56º | 0.91% | 0.86% | - |
| XYZ | 37.06 | 30.55 | 4.61 | - |
| YUV | 142.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 20 | 0 | 0.42 | 0.91 | 0.14 | 32.56 | 0.83 | 0.47 |
| Hex | DB | 80 | 14 | 0 | 2A | 5B | E | 21 | 53 | 2F |
| Octal | 333 | 200 | 24 | 0 | 52 | 133 | 16 | 41 | 123 | 57 |
| Binary | 11011011 | 10000000 | 10100 | 0 | 101010 | 1011011 | 1110 | 100001 | 1010011 | 101111 |
Color Harmonies of #DB8014
Complementary color
Monochromatic Colors of #DB8014
Black with #DB8014
Text Example
Text Example
White with #DB8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8014; }
p { color: rgb(219,128,20); }
H1.HeaderClassName
{
color: #DB8014;
}
.AnyTagClassName
{
color: #DB8014;
}
</style>
background-color css
<style>
a { background-color: #DB8014; }
a { background-color: rgb(219,128,20); }
div.DivClassName
{
background-color: #DB8014;
}
.BgClassName
{
background-color: #DB8014;
}
</style>
border-color css
<style>
span { border-color: #DB8014; }
span { border-color: rgb(219,128,20); }
td.TdClassName
{
border-color: #DB8014;
}
.TagClassName
{
border-color: #DB8014;
}
</style>