Shades of Ochre #DB831E
Tints of Ochre #DB831E
RGB
CMYK
RGB Variations
Color information
#DB831E (or 0xDB831E) is known color: Ochre. HEX triplet: DB, 83 and 1E. RGB value is (219,131,30). Sum of RGB (Red+Green+Blue) = 219+131+30=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB831E is #247CE1. Grayscale: #929292. Windows color (decimal): -2391266 or 1999835. OLE color: 1999835.
HSL color Cylindrical-coordinate representation of color #DB831E: hue angle of 32.06º 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 #DB831E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 30 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.14 |
| HSL | 32.06º | 0.76% | 0.49% | - |
| HSV(B) | 32.06º | 0.86% | 0.86% | - |
| XYZ | 37.56 | 31.39 | 5.31 | - |
| YUV | 145.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 30 | 0 | 0.40 | 0.86 | 0.14 | 32.06 | 0.76 | 0.49 |
| Hex | DB | 83 | 1E | 0 | 28 | 56 | E | 20 | 4C | 31 |
| Octal | 333 | 203 | 36 | 0 | 50 | 126 | 16 | 40 | 114 | 61 |
| Binary | 11011011 | 10000011 | 11110 | 0 | 101000 | 1010110 | 1110 | 100000 | 1001100 | 110001 |
Color Harmonies of #DB831E
Complementary color
Monochromatic Colors of #DB831E
Black with #DB831E
Text Example
Text Example
White with #DB831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB831E; }
p { color: rgb(219,131,30); }
H1.HeaderClassName
{
color: #DB831E;
}
.AnyTagClassName
{
color: #DB831E;
}
</style>
background-color css
<style>
a { background-color: #DB831E; }
a { background-color: rgb(219,131,30); }
div.DivClassName
{
background-color: #DB831E;
}
.BgClassName
{
background-color: #DB831E;
}
</style>
border-color css
<style>
span { border-color: #DB831E; }
span { border-color: rgb(219,131,30); }
td.TdClassName
{
border-color: #DB831E;
}
.TagClassName
{
border-color: #DB831E;
}
</style>