Shades of Ochre #DB8022
Tints of Ochre #DB8022
RGB
CMYK
RGB Variations
Color information
#DB8022 (or 0xDB8022) is known color: Ochre. HEX triplet: DB, 80 and 22. RGB value is (219,128,34). Sum of RGB (Red+Green+Blue) = 219+128+34=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8022 is #247FDD. Grayscale: #909090. Windows color (decimal): -2392030 or 2261211. OLE color: 2261211.
HSL color Cylindrical-coordinate representation of color #DB8022: hue angle of 30.49º 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 #DB8022 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 34 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.14 |
| HSL | 30.49º | 0.73% | 0.5% | - |
| HSV(B) | 30.49º | 0.84% | 0.86% | - |
| XYZ | 37.22 | 30.61 | 5.46 | - |
| YUV | 144.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 34 | 0 | 0.42 | 0.84 | 0.14 | 30.49 | 0.73 | 0.5 |
| Hex | DB | 80 | 22 | 0 | 2A | 54 | E | 1E | 49 | 32 |
| Octal | 333 | 200 | 42 | 0 | 52 | 124 | 16 | 36 | 111 | 62 |
| Binary | 11011011 | 10000000 | 100010 | 0 | 101010 | 1010100 | 1110 | 11110 | 1001001 | 110010 |
Color Harmonies of #DB8022
Complementary color
Monochromatic Colors of #DB8022
Black with #DB8022
Text Example
Text Example
White with #DB8022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8022; }
p { color: rgb(219,128,34); }
H1.HeaderClassName
{
color: #DB8022;
}
.AnyTagClassName
{
color: #DB8022;
}
</style>
background-color css
<style>
a { background-color: #DB8022; }
a { background-color: rgb(219,128,34); }
div.DivClassName
{
background-color: #DB8022;
}
.BgClassName
{
background-color: #DB8022;
}
</style>
border-color css
<style>
span { border-color: #DB8022; }
span { border-color: rgb(219,128,34); }
td.TdClassName
{
border-color: #DB8022;
}
.TagClassName
{
border-color: #DB8022;
}
</style>