Shades of Ochre #DB821A
Tints of Ochre #DB821A
RGB
CMYK
RGB Variations
Color information
#DB821A (or 0xDB821A) is known color: Ochre. HEX triplet: DB, 82 and 1A. RGB value is (219,130,26). Sum of RGB (Red+Green+Blue) = 219+130+26=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB821A is #247DE5. Grayscale: #919191. Windows color (decimal): -2391526 or 1737435. OLE color: 1737435.
HSL color Cylindrical-coordinate representation of color #DB821A: hue angle of 32.33º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB821A is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 26 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.14 |
| HSL | 32.33º | 0.79% | 0.48% | - |
| HSV(B) | 32.33º | 0.88% | 0.86% | - |
| XYZ | 37.38 | 31.1 | 5.01 | - |
| YUV | 144.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 26 | 0 | 0.41 | 0.88 | 0.14 | 32.33 | 0.79 | 0.48 |
| Hex | DB | 82 | 1A | 0 | 29 | 58 | E | 20 | 4F | 30 |
| Octal | 333 | 202 | 32 | 0 | 51 | 130 | 16 | 40 | 117 | 60 |
| Binary | 11011011 | 10000010 | 11010 | 0 | 101001 | 1011000 | 1110 | 100000 | 1001111 | 110000 |
Color Harmonies of #DB821A
Complementary color
Monochromatic Colors of #DB821A
Black with #DB821A
Text Example
Text Example
White with #DB821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB821A; }
p { color: rgb(219,130,26); }
H1.HeaderClassName
{
color: #DB821A;
}
.AnyTagClassName
{
color: #DB821A;
}
</style>
background-color css
<style>
a { background-color: #DB821A; }
a { background-color: rgb(219,130,26); }
div.DivClassName
{
background-color: #DB821A;
}
.BgClassName
{
background-color: #DB821A;
}
</style>
border-color css
<style>
span { border-color: #DB821A; }
span { border-color: rgb(219,130,26); }
td.TdClassName
{
border-color: #DB821A;
}
.TagClassName
{
border-color: #DB821A;
}
</style>