Shades of Ochre #DB8219
Tints of Ochre #DB8219
RGB
CMYK
RGB Variations
Color information
#DB8219 (or 0xDB8219) is known color: Ochre. HEX triplet: DB, 82 and 19. RGB value is (219,130,25). Sum of RGB (Red+Green+Blue) = 219+130+25=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8219 is #247DE6. Grayscale: #919191. Windows color (decimal): -2391527 or 1671899. OLE color: 1671899.
HSL color Cylindrical-coordinate representation of color #DB8219: hue angle of 32.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8219 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 25 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.14 |
| HSL | 32.47º | 0.8% | 0.48% | - |
| HSV(B) | 32.47º | 0.89% | 0.86% | - |
| XYZ | 37.37 | 31.1 | 4.95 | - |
| YUV | 144.64 | 60.49 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 25 | 0 | 0.41 | 0.89 | 0.14 | 32.47 | 0.8 | 0.48 |
| Hex | DB | 82 | 19 | 0 | 29 | 59 | E | 20 | 50 | 30 |
| Octal | 333 | 202 | 31 | 0 | 51 | 131 | 16 | 40 | 120 | 60 |
| Binary | 11011011 | 10000010 | 11001 | 0 | 101001 | 1011001 | 1110 | 100000 | 1010000 | 110000 |
Color Harmonies of #DB8219
Complementary color
Monochromatic Colors of #DB8219
Black with #DB8219
Text Example
Text Example
White with #DB8219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8219; }
p { color: rgb(219,130,25); }
H1.HeaderClassName
{
color: #DB8219;
}
.AnyTagClassName
{
color: #DB8219;
}
</style>
background-color css
<style>
a { background-color: #DB8219; }
a { background-color: rgb(219,130,25); }
div.DivClassName
{
background-color: #DB8219;
}
.BgClassName
{
background-color: #DB8219;
}
</style>
border-color css
<style>
span { border-color: #DB8219; }
span { border-color: rgb(219,130,25); }
td.TdClassName
{
border-color: #DB8219;
}
.TagClassName
{
border-color: #DB8219;
}
</style>