Shades of Ochre #DB821E
Tints of Ochre #DB821E
RGB
CMYK
RGB Variations
Color information
#DB821E (or 0xDB821E) is known color: Ochre. HEX triplet: DB, 82 and 1E. RGB value is (219,130,30). Sum of RGB (Red+Green+Blue) = 219+130+30=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB821E is #247DE1. Grayscale: #919191. Windows color (decimal): -2391522 or 1999579. OLE color: 1999579.
HSL color Cylindrical-coordinate representation of color #DB821E: hue angle of 31.75º 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 #DB821E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 30 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.14 |
| HSL | 31.75º | 0.76% | 0.49% | - |
| HSV(B) | 31.75º | 0.86% | 0.86% | - |
| XYZ | 37.43 | 31.12 | 5.26 | - |
| YUV | 145.21 | 62.99 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 30 | 0 | 0.41 | 0.86 | 0.14 | 31.75 | 0.76 | 0.49 |
| Hex | DB | 82 | 1E | 0 | 29 | 56 | E | 20 | 4C | 31 |
| Octal | 333 | 202 | 36 | 0 | 51 | 126 | 16 | 40 | 114 | 61 |
| Binary | 11011011 | 10000010 | 11110 | 0 | 101001 | 1010110 | 1110 | 100000 | 1001100 | 110001 |
Color Harmonies of #DB821E
Complementary color
Monochromatic Colors of #DB821E
Black with #DB821E
Text Example
Text Example
White with #DB821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB821E; }
p { color: rgb(219,130,30); }
H1.HeaderClassName
{
color: #DB821E;
}
.AnyTagClassName
{
color: #DB821E;
}
</style>
background-color css
<style>
a { background-color: #DB821E; }
a { background-color: rgb(219,130,30); }
div.DivClassName
{
background-color: #DB821E;
}
.BgClassName
{
background-color: #DB821E;
}
</style>
border-color css
<style>
span { border-color: #DB821E; }
span { border-color: rgb(219,130,30); }
td.TdClassName
{
border-color: #DB821E;
}
.TagClassName
{
border-color: #DB821E;
}
</style>