Shades of Ochre #DB8018
Tints of Ochre #DB8018
RGB
CMYK
RGB Variations
Color information
#DB8018 (or 0xDB8018) is known color: Ochre. HEX triplet: DB, 80 and 18. RGB value is (219,128,24). Sum of RGB (Red+Green+Blue) = 219+128+24=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8018 is #247FE7. Grayscale: #8F8F8F. Windows color (decimal): -2392040 or 1605851. OLE color: 1605851.
HSL color Cylindrical-coordinate representation of color #DB8018: hue angle of 32º 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 #DB8018 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 24 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.14 |
| HSL | 32º | 0.8% | 0.48% | - |
| HSV(B) | 32º | 0.89% | 0.86% | - |
| XYZ | 37.1 | 30.56 | 4.81 | - |
| YUV | 143.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 24 | 0 | 0.42 | 0.89 | 0.14 | 32 | 0.8 | 0.48 |
| Hex | DB | 80 | 18 | 0 | 2A | 59 | E | 20 | 50 | 30 |
| Octal | 333 | 200 | 30 | 0 | 52 | 131 | 16 | 40 | 120 | 60 |
| Binary | 11011011 | 10000000 | 11000 | 0 | 101010 | 1011001 | 1110 | 100000 | 1010000 | 110000 |
Color Harmonies of #DB8018
Complementary color
Monochromatic Colors of #DB8018
Black with #DB8018
Text Example
Text Example
White with #DB8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8018; }
p { color: rgb(219,128,24); }
H1.HeaderClassName
{
color: #DB8018;
}
.AnyTagClassName
{
color: #DB8018;
}
</style>
background-color css
<style>
a { background-color: #DB8018; }
a { background-color: rgb(219,128,24); }
div.DivClassName
{
background-color: #DB8018;
}
.BgClassName
{
background-color: #DB8018;
}
</style>
border-color css
<style>
span { border-color: #DB8018; }
span { border-color: rgb(219,128,24); }
td.TdClassName
{
border-color: #DB8018;
}
.TagClassName
{
border-color: #DB8018;
}
</style>