Shades of Ochre #DB801D
Tints of Ochre #DB801D
RGB
CMYK
RGB Variations
Color information
#DB801D (or 0xDB801D) is known color: Ochre. HEX triplet: DB, 80 and 1D. RGB value is (219,128,29). Sum of RGB (Red+Green+Blue) = 219+128+29=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB801D is #247FE2. Grayscale: #909090. Windows color (decimal): -2392035 or 1933531. OLE color: 1933531.
HSL color Cylindrical-coordinate representation of color #DB801D: hue angle of 31.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB801D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 29 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.14 |
| HSL | 31.26º | 0.77% | 0.49% | - |
| HSV(B) | 31.26º | 0.87% | 0.86% | - |
| XYZ | 37.15 | 30.59 | 5.11 | - |
| YUV | 143.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 29 | 0 | 0.42 | 0.87 | 0.14 | 31.26 | 0.77 | 0.49 |
| Hex | DB | 80 | 1D | 0 | 2A | 57 | E | 1F | 4D | 31 |
| Octal | 333 | 200 | 35 | 0 | 52 | 127 | 16 | 37 | 115 | 61 |
| Binary | 11011011 | 10000000 | 11101 | 0 | 101010 | 1010111 | 1110 | 11111 | 1001101 | 110001 |
Color Harmonies of #DB801D
Complementary color
Monochromatic Colors of #DB801D
Black with #DB801D
Text Example
Text Example
White with #DB801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB801D; }
p { color: rgb(219,128,29); }
H1.HeaderClassName
{
color: #DB801D;
}
.AnyTagClassName
{
color: #DB801D;
}
</style>
background-color css
<style>
a { background-color: #DB801D; }
a { background-color: rgb(219,128,29); }
div.DivClassName
{
background-color: #DB801D;
}
.BgClassName
{
background-color: #DB801D;
}
</style>
border-color css
<style>
span { border-color: #DB801D; }
span { border-color: rgb(219,128,29); }
td.TdClassName
{
border-color: #DB801D;
}
.TagClassName
{
border-color: #DB801D;
}
</style>