Shades of Ochre #DB8322
Tints of Ochre #DB8322
RGB
CMYK
RGB Variations
Color information
#DB8322 (or 0xDB8322) is known color: Ochre. HEX triplet: DB, 83 and 22. RGB value is (219,131,34). Sum of RGB (Red+Green+Blue) = 219+131+34=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8322 is #247CDD. Grayscale: #929292. Windows color (decimal): -2391262 or 2261979. OLE color: 2261979.
HSL color Cylindrical-coordinate representation of color #DB8322: hue angle of 31.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB8322 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 34 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.14 |
| HSL | 31.46º | 0.73% | 0.5% | - |
| HSV(B) | 31.46º | 0.84% | 0.86% | - |
| XYZ | 37.62 | 31.41 | 5.59 | - |
| YUV | 146.25 | 64.65 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 34 | 0 | 0.40 | 0.84 | 0.14 | 31.46 | 0.73 | 0.5 |
| Hex | DB | 83 | 22 | 0 | 28 | 54 | E | 1F | 49 | 32 |
| Octal | 333 | 203 | 42 | 0 | 50 | 124 | 16 | 37 | 111 | 62 |
| Binary | 11011011 | 10000011 | 100010 | 0 | 101000 | 1010100 | 1110 | 11111 | 1001001 | 110010 |
Color Harmonies of #DB8322
Complementary color
Monochromatic Colors of #DB8322
Black with #DB8322
Text Example
Text Example
White with #DB8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8322; }
p { color: rgb(219,131,34); }
H1.HeaderClassName
{
color: #DB8322;
}
.AnyTagClassName
{
color: #DB8322;
}
</style>
background-color css
<style>
a { background-color: #DB8322; }
a { background-color: rgb(219,131,34); }
div.DivClassName
{
background-color: #DB8322;
}
.BgClassName
{
background-color: #DB8322;
}
</style>
border-color css
<style>
span { border-color: #DB8322; }
span { border-color: rgb(219,131,34); }
td.TdClassName
{
border-color: #DB8322;
}
.TagClassName
{
border-color: #DB8322;
}
</style>