Shades of Ochre #DB8212
Tints of Ochre #DB8212
RGB
CMYK
RGB Variations
Color information
#DB8212 (or 0xDB8212) is known color: Ochre. HEX triplet: DB, 82 and 12. RGB value is (219,130,18). Sum of RGB (Red+Green+Blue) = 219+130+18=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8212 is #247DED. Grayscale: #909090. Windows color (decimal): -2391534 or 1213147. OLE color: 1213147.
HSL color Cylindrical-coordinate representation of color #DB8212: hue angle of 33.43º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB8212 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.14 |
| HSL | 33.43º | 0.85% | 0.46% | - |
| HSV(B) | 33.43º | 0.92% | 0.86% | - |
| XYZ | 37.31 | 31.07 | 4.6 | - |
| YUV | 143.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 18 | 0 | 0.41 | 0.92 | 0.14 | 33.43 | 0.85 | 0.46 |
| Hex | DB | 82 | 12 | 0 | 29 | 5C | E | 21 | 55 | 2E |
| Octal | 333 | 202 | 22 | 0 | 51 | 134 | 16 | 41 | 125 | 56 |
| Binary | 11011011 | 10000010 | 10010 | 0 | 101001 | 1011100 | 1110 | 100001 | 1010101 | 101110 |
Color Harmonies of #DB8212
Complementary color
Monochromatic Colors of #DB8212
Black with #DB8212
Text Example
Text Example
White with #DB8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8212; }
p { color: rgb(219,130,18); }
H1.HeaderClassName
{
color: #DB8212;
}
.AnyTagClassName
{
color: #DB8212;
}
</style>
background-color css
<style>
a { background-color: #DB8212; }
a { background-color: rgb(219,130,18); }
div.DivClassName
{
background-color: #DB8212;
}
.BgClassName
{
background-color: #DB8212;
}
</style>
border-color css
<style>
span { border-color: #DB8212; }
span { border-color: rgb(219,130,18); }
td.TdClassName
{
border-color: #DB8212;
}
.TagClassName
{
border-color: #DB8212;
}
</style>