Shades of Ochre #DB8216
Tints of Ochre #DB8216
RGB
CMYK
RGB Variations
Color information
#DB8216 (or 0xDB8216) is known color: Ochre. HEX triplet: DB, 82 and 16. RGB value is (219,130,22). Sum of RGB (Red+Green+Blue) = 219+130+22=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8216 is #247DE9. Grayscale: #909090. Windows color (decimal): -2391530 or 1475291. OLE color: 1475291.
HSL color Cylindrical-coordinate representation of color #DB8216: hue angle of 32.89º 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 #DB8216 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 22 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.14 |
| HSL | 32.89º | 0.82% | 0.47% | - |
| HSV(B) | 32.89º | 0.9% | 0.86% | - |
| XYZ | 37.34 | 31.08 | 4.79 | - |
| YUV | 144.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 22 | 0 | 0.41 | 0.90 | 0.14 | 32.89 | 0.82 | 0.47 |
| Hex | DB | 82 | 16 | 0 | 29 | 5A | E | 21 | 52 | 2F |
| Octal | 333 | 202 | 26 | 0 | 51 | 132 | 16 | 41 | 122 | 57 |
| Binary | 11011011 | 10000010 | 10110 | 0 | 101001 | 1011010 | 1110 | 100001 | 1010010 | 101111 |
Color Harmonies of #DB8216
Complementary color
Monochromatic Colors of #DB8216
Black with #DB8216
Text Example
Text Example
White with #DB8216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8216; }
p { color: rgb(219,130,22); }
H1.HeaderClassName
{
color: #DB8216;
}
.AnyTagClassName
{
color: #DB8216;
}
</style>
background-color css
<style>
a { background-color: #DB8216; }
a { background-color: rgb(219,130,22); }
div.DivClassName
{
background-color: #DB8216;
}
.BgClassName
{
background-color: #DB8216;
}
</style>
border-color css
<style>
span { border-color: #DB8216; }
span { border-color: rgb(219,130,22); }
td.TdClassName
{
border-color: #DB8216;
}
.TagClassName
{
border-color: #DB8216;
}
</style>