Shades of Ochre #DB8418
Tints of Ochre #DB8418
RGB
CMYK
RGB Variations
Color information
#DB8418 (or 0xDB8418) is known color: Ochre. HEX triplet: DB, 84 and 18. RGB value is (219,132,24). Sum of RGB (Red+Green+Blue) = 219+132+24=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8418 is #247BE7. Grayscale: #929292. Windows color (decimal): -2391016 or 1606875. OLE color: 1606875.
HSL color Cylindrical-coordinate representation of color #DB8418: hue angle of 33.23º 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 #DB8418 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 24 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.14 |
| HSL | 33.23º | 0.8% | 0.48% | - |
| HSV(B) | 33.23º | 0.89% | 0.86% | - |
| XYZ | 37.63 | 31.63 | 4.99 | - |
| YUV | 145.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 24 | 0 | 0.40 | 0.89 | 0.14 | 33.23 | 0.8 | 0.48 |
| Hex | DB | 84 | 18 | 0 | 28 | 59 | E | 21 | 50 | 30 |
| Octal | 333 | 204 | 30 | 0 | 50 | 131 | 16 | 41 | 120 | 60 |
| Binary | 11011011 | 10000100 | 11000 | 0 | 101000 | 1011001 | 1110 | 100001 | 1010000 | 110000 |
Color Harmonies of #DB8418
Complementary color
Monochromatic Colors of #DB8418
Black with #DB8418
Text Example
Text Example
White with #DB8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8418; }
p { color: rgb(219,132,24); }
H1.HeaderClassName
{
color: #DB8418;
}
.AnyTagClassName
{
color: #DB8418;
}
</style>
background-color css
<style>
a { background-color: #DB8418; }
a { background-color: rgb(219,132,24); }
div.DivClassName
{
background-color: #DB8418;
}
.BgClassName
{
background-color: #DB8418;
}
</style>
border-color css
<style>
span { border-color: #DB8418; }
span { border-color: rgb(219,132,24); }
td.TdClassName
{
border-color: #DB8418;
}
.TagClassName
{
border-color: #DB8418;
}
</style>