Shades of Ochre #DB8016
Tints of Ochre #DB8016
RGB
CMYK
RGB Variations
Color information
#DB8016 (or 0xDB8016) is known color: Ochre. HEX triplet: DB, 80 and 16. RGB value is (219,128,22). Sum of RGB (Red+Green+Blue) = 219+128+22=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8016 is #247FE9. Grayscale: #8F8F8F. Windows color (decimal): -2392042 or 1474779. OLE color: 1474779.
HSL color Cylindrical-coordinate representation of color #DB8016: hue angle of 32.28º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8016 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.14 |
| HSL | 32.28º | 0.82% | 0.47% | - |
| HSV(B) | 32.28º | 0.9% | 0.86% | - |
| XYZ | 37.08 | 30.56 | 4.7 | - |
| YUV | 143.13 | 59.65 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 22 | 0 | 0.42 | 0.90 | 0.14 | 32.28 | 0.82 | 0.47 |
| Hex | DB | 80 | 16 | 0 | 2A | 5A | E | 20 | 52 | 2F |
| Octal | 333 | 200 | 26 | 0 | 52 | 132 | 16 | 40 | 122 | 57 |
| Binary | 11011011 | 10000000 | 10110 | 0 | 101010 | 1011010 | 1110 | 100000 | 1010010 | 101111 |
Color Harmonies of #DB8016
Complementary color
Monochromatic Colors of #DB8016
Black with #DB8016
Text Example
Text Example
White with #DB8016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8016; }
p { color: rgb(219,128,22); }
H1.HeaderClassName
{
color: #DB8016;
}
.AnyTagClassName
{
color: #DB8016;
}
</style>
background-color css
<style>
a { background-color: #DB8016; }
a { background-color: rgb(219,128,22); }
div.DivClassName
{
background-color: #DB8016;
}
.BgClassName
{
background-color: #DB8016;
}
</style>
border-color css
<style>
span { border-color: #DB8016; }
span { border-color: rgb(219,128,22); }
td.TdClassName
{
border-color: #DB8016;
}
.TagClassName
{
border-color: #DB8016;
}
</style>