Shades of Ochre #DB821D
Tints of Ochre #DB821D
RGB
CMYK
RGB Variations
Color information
#DB821D (or 0xDB821D) is known color: Ochre. HEX triplet: DB, 82 and 1D. RGB value is (219,130,29). Sum of RGB (Red+Green+Blue) = 219+130+29=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB821D is #247DE2. Grayscale: #919191. Windows color (decimal): -2391523 or 1934043. OLE color: 1934043.
HSL color Cylindrical-coordinate representation of color #DB821D: hue angle of 31.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB821D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 29 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.14 |
| HSL | 31.89º | 0.77% | 0.49% | - |
| HSV(B) | 31.89º | 0.87% | 0.86% | - |
| XYZ | 37.42 | 31.11 | 5.2 | - |
| YUV | 145.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 29 | 0 | 0.41 | 0.87 | 0.14 | 31.89 | 0.77 | 0.49 |
| Hex | DB | 82 | 1D | 0 | 29 | 57 | E | 20 | 4D | 31 |
| Octal | 333 | 202 | 35 | 0 | 51 | 127 | 16 | 40 | 115 | 61 |
| Binary | 11011011 | 10000010 | 11101 | 0 | 101001 | 1010111 | 1110 | 100000 | 1001101 | 110001 |
Color Harmonies of #DB821D
Complementary color
Monochromatic Colors of #DB821D
Black with #DB821D
Text Example
Text Example
White with #DB821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB821D; }
p { color: rgb(219,130,29); }
H1.HeaderClassName
{
color: #DB821D;
}
.AnyTagClassName
{
color: #DB821D;
}
</style>
background-color css
<style>
a { background-color: #DB821D; }
a { background-color: rgb(219,130,29); }
div.DivClassName
{
background-color: #DB821D;
}
.BgClassName
{
background-color: #DB821D;
}
</style>
border-color css
<style>
span { border-color: #DB821D; }
span { border-color: rgb(219,130,29); }
td.TdClassName
{
border-color: #DB821D;
}
.TagClassName
{
border-color: #DB821D;
}
</style>