Shades of Ochre #DB801E
Tints of Ochre #DB801E
RGB
CMYK
RGB Variations
Color information
#DB801E (or 0xDB801E) is known color: Ochre. HEX triplet: DB, 80 and 1E. RGB value is (219,128,30). Sum of RGB (Red+Green+Blue) = 219+128+30=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB801E is #247FE1. Grayscale: #909090. Windows color (decimal): -2392034 or 1999067. OLE color: 1999067.
HSL color Cylindrical-coordinate representation of color #DB801E: hue angle of 31.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB801E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.14 |
| HSL | 31.11º | 0.76% | 0.49% | - |
| HSV(B) | 31.11º | 0.86% | 0.86% | - |
| XYZ | 37.17 | 30.59 | 5.17 | - |
| YUV | 144.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 30 | 0 | 0.42 | 0.86 | 0.14 | 31.11 | 0.76 | 0.49 |
| Hex | DB | 80 | 1E | 0 | 2A | 56 | E | 1F | 4C | 31 |
| Octal | 333 | 200 | 36 | 0 | 52 | 126 | 16 | 37 | 114 | 61 |
| Binary | 11011011 | 10000000 | 11110 | 0 | 101010 | 1010110 | 1110 | 11111 | 1001100 | 110001 |
Color Harmonies of #DB801E
Complementary color
Monochromatic Colors of #DB801E
Black with #DB801E
Text Example
Text Example
White with #DB801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB801E; }
p { color: rgb(219,128,30); }
H1.HeaderClassName
{
color: #DB801E;
}
.AnyTagClassName
{
color: #DB801E;
}
</style>
background-color css
<style>
a { background-color: #DB801E; }
a { background-color: rgb(219,128,30); }
div.DivClassName
{
background-color: #DB801E;
}
.BgClassName
{
background-color: #DB801E;
}
</style>
border-color css
<style>
span { border-color: #DB801E; }
span { border-color: rgb(219,128,30); }
td.TdClassName
{
border-color: #DB801E;
}
.TagClassName
{
border-color: #DB801E;
}
</style>