Shades of Ochre #DB801C
Tints of Ochre #DB801C
RGB
CMYK
RGB Variations
Color information
#DB801C (or 0xDB801C) is known color: Ochre. HEX triplet: DB, 80 and 1C. RGB value is (219,128,28). Sum of RGB (Red+Green+Blue) = 219+128+28=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB801C is #247FE3. Grayscale: #909090. Windows color (decimal): -2392036 or 1867995. OLE color: 1867995.
HSL color Cylindrical-coordinate representation of color #DB801C: hue angle of 31.41º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB801C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.14 |
| HSL | 31.41º | 0.77% | 0.48% | - |
| HSV(B) | 31.41º | 0.87% | 0.86% | - |
| XYZ | 37.14 | 30.58 | 5.04 | - |
| YUV | 143.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 28 | 0 | 0.42 | 0.87 | 0.14 | 31.41 | 0.77 | 0.48 |
| Hex | DB | 80 | 1C | 0 | 2A | 57 | E | 1F | 4D | 30 |
| Octal | 333 | 200 | 34 | 0 | 52 | 127 | 16 | 37 | 115 | 60 |
| Binary | 11011011 | 10000000 | 11100 | 0 | 101010 | 1010111 | 1110 | 11111 | 1001101 | 110000 |
Color Harmonies of #DB801C
Complementary color
Monochromatic Colors of #DB801C
Black with #DB801C
Text Example
Text Example
White with #DB801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB801C; }
p { color: rgb(219,128,28); }
H1.HeaderClassName
{
color: #DB801C;
}
.AnyTagClassName
{
color: #DB801C;
}
</style>
background-color css
<style>
a { background-color: #DB801C; }
a { background-color: rgb(219,128,28); }
div.DivClassName
{
background-color: #DB801C;
}
.BgClassName
{
background-color: #DB801C;
}
</style>
border-color css
<style>
span { border-color: #DB801C; }
span { border-color: rgb(219,128,28); }
td.TdClassName
{
border-color: #DB801C;
}
.TagClassName
{
border-color: #DB801C;
}
</style>