Shades of Ochre #DB8222
Tints of Ochre #DB8222
RGB
CMYK
RGB Variations
Color information
#DB8222 (or 0xDB8222) is known color: Ochre. HEX triplet: DB, 82 and 22. RGB value is (219,130,34). Sum of RGB (Red+Green+Blue) = 219+130+34=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8222 is #247DDD. Grayscale: #929292. Windows color (decimal): -2391518 or 2261723. OLE color: 2261723.
HSL color Cylindrical-coordinate representation of color #DB8222: hue angle of 31.14º 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 #DB8222 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 34 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.14 |
| HSL | 31.14º | 0.73% | 0.5% | - |
| HSV(B) | 31.14º | 0.84% | 0.86% | - |
| XYZ | 37.48 | 31.14 | 5.55 | - |
| YUV | 145.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 34 | 0 | 0.41 | 0.84 | 0.14 | 31.14 | 0.73 | 0.5 |
| Hex | DB | 82 | 22 | 0 | 29 | 54 | E | 1F | 49 | 32 |
| Octal | 333 | 202 | 42 | 0 | 51 | 124 | 16 | 37 | 111 | 62 |
| Binary | 11011011 | 10000010 | 100010 | 0 | 101001 | 1010100 | 1110 | 11111 | 1001001 | 110010 |
Color Harmonies of #DB8222
Complementary color
Monochromatic Colors of #DB8222
Black with #DB8222
Text Example
Text Example
White with #DB8222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8222; }
p { color: rgb(219,130,34); }
H1.HeaderClassName
{
color: #DB8222;
}
.AnyTagClassName
{
color: #DB8222;
}
</style>
background-color css
<style>
a { background-color: #DB8222; }
a { background-color: rgb(219,130,34); }
div.DivClassName
{
background-color: #DB8222;
}
.BgClassName
{
background-color: #DB8222;
}
</style>
border-color css
<style>
span { border-color: #DB8222; }
span { border-color: rgb(219,130,34); }
td.TdClassName
{
border-color: #DB8222;
}
.TagClassName
{
border-color: #DB8222;
}
</style>