Shades of Ochre #DB8124
Tints of Ochre #DB8124
RGB
CMYK
RGB Variations
Color information
#DB8124 (or 0xDB8124) is known color: Ochre. HEX triplet: DB, 81 and 24. RGB value is (219,129,36). Sum of RGB (Red+Green+Blue) = 219+129+36=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8124 is #247EDB. Grayscale: #919191. Windows color (decimal): -2391772 or 2392539. OLE color: 2392539.
HSL color Cylindrical-coordinate representation of color #DB8124: hue angle of 30.49º degrees, saturation: 0.72, 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 #DB8124 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 36 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.14 |
| HSL | 30.49º | 0.72% | 0.5% | - |
| HSV(B) | 30.49º | 0.84% | 0.86% | - |
| XYZ | 37.38 | 30.89 | 5.66 | - |
| YUV | 145.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 36 | 0 | 0.41 | 0.84 | 0.14 | 30.49 | 0.72 | 0.5 |
| Hex | DB | 81 | 24 | 0 | 29 | 54 | E | 1E | 48 | 32 |
| Octal | 333 | 201 | 44 | 0 | 51 | 124 | 16 | 36 | 110 | 62 |
| Binary | 11011011 | 10000001 | 100100 | 0 | 101001 | 1010100 | 1110 | 11110 | 1001000 | 110010 |
Color Harmonies of #DB8124
Complementary color
Monochromatic Colors of #DB8124
Black with #DB8124
Text Example
Text Example
White with #DB8124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8124; }
p { color: rgb(219,129,36); }
H1.HeaderClassName
{
color: #DB8124;
}
.AnyTagClassName
{
color: #DB8124;
}
</style>
background-color css
<style>
a { background-color: #DB8124; }
a { background-color: rgb(219,129,36); }
div.DivClassName
{
background-color: #DB8124;
}
.BgClassName
{
background-color: #DB8124;
}
</style>
border-color css
<style>
span { border-color: #DB8124; }
span { border-color: rgb(219,129,36); }
td.TdClassName
{
border-color: #DB8124;
}
.TagClassName
{
border-color: #DB8124;
}
</style>