Shades of Ochre #DB801A
Tints of Ochre #DB801A
RGB
CMYK
RGB Variations
Color information
#DB801A (or 0xDB801A) is known color: Ochre. HEX triplet: DB, 80 and 1A. RGB value is (219,128,26). Sum of RGB (Red+Green+Blue) = 219+128+26=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB801A is #247FE5. Grayscale: #909090. Windows color (decimal): -2392038 or 1736923. OLE color: 1736923.
HSL color Cylindrical-coordinate representation of color #DB801A: hue angle of 31.71º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB801A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 26 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.14 |
| HSL | 31.71º | 0.79% | 0.48% | - |
| HSV(B) | 31.71º | 0.88% | 0.86% | - |
| XYZ | 37.12 | 30.57 | 4.92 | - |
| YUV | 143.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 26 | 0 | 0.42 | 0.88 | 0.14 | 31.71 | 0.79 | 0.48 |
| Hex | DB | 80 | 1A | 0 | 2A | 58 | E | 20 | 4F | 30 |
| Octal | 333 | 200 | 32 | 0 | 52 | 130 | 16 | 40 | 117 | 60 |
| Binary | 11011011 | 10000000 | 11010 | 0 | 101010 | 1011000 | 1110 | 100000 | 1001111 | 110000 |
Color Harmonies of #DB801A
Complementary color
Monochromatic Colors of #DB801A
Black with #DB801A
Text Example
Text Example
White with #DB801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB801A; }
p { color: rgb(219,128,26); }
H1.HeaderClassName
{
color: #DB801A;
}
.AnyTagClassName
{
color: #DB801A;
}
</style>
background-color css
<style>
a { background-color: #DB801A; }
a { background-color: rgb(219,128,26); }
div.DivClassName
{
background-color: #DB801A;
}
.BgClassName
{
background-color: #DB801A;
}
</style>
border-color css
<style>
span { border-color: #DB801A; }
span { border-color: rgb(219,128,26); }
td.TdClassName
{
border-color: #DB801A;
}
.TagClassName
{
border-color: #DB801A;
}
</style>