Shades of Ochre #DB811E
Tints of Ochre #DB811E
RGB
CMYK
RGB Variations
Color information
#DB811E (or 0xDB811E) is known color: Ochre. HEX triplet: DB, 81 and 1E. RGB value is (219,129,30). Sum of RGB (Red+Green+Blue) = 219+129+30=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB811E is #247EE1. Grayscale: #919191. Windows color (decimal): -2391778 or 1999323. OLE color: 1999323.
HSL color Cylindrical-coordinate representation of color #DB811E: hue angle of 31.43º 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 #DB811E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 30 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.14 |
| HSL | 31.43º | 0.76% | 0.49% | - |
| HSV(B) | 31.43º | 0.86% | 0.86% | - |
| XYZ | 37.3 | 30.85 | 5.22 | - |
| YUV | 144.62 | 63.32 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 30 | 0 | 0.41 | 0.86 | 0.14 | 31.43 | 0.76 | 0.49 |
| Hex | DB | 81 | 1E | 0 | 29 | 56 | E | 1F | 4C | 31 |
| Octal | 333 | 201 | 36 | 0 | 51 | 126 | 16 | 37 | 114 | 61 |
| Binary | 11011011 | 10000001 | 11110 | 0 | 101001 | 1010110 | 1110 | 11111 | 1001100 | 110001 |
Color Harmonies of #DB811E
Complementary color
Monochromatic Colors of #DB811E
Black with #DB811E
Text Example
Text Example
White with #DB811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB811E; }
p { color: rgb(219,129,30); }
H1.HeaderClassName
{
color: #DB811E;
}
.AnyTagClassName
{
color: #DB811E;
}
</style>
background-color css
<style>
a { background-color: #DB811E; }
a { background-color: rgb(219,129,30); }
div.DivClassName
{
background-color: #DB811E;
}
.BgClassName
{
background-color: #DB811E;
}
</style>
border-color css
<style>
span { border-color: #DB811E; }
span { border-color: rgb(219,129,30); }
td.TdClassName
{
border-color: #DB811E;
}
.TagClassName
{
border-color: #DB811E;
}
</style>