Shades of Ochre #DB811D
Tints of Ochre #DB811D
RGB
CMYK
RGB Variations
Color information
#DB811D (or 0xDB811D) is known color: Ochre. HEX triplet: DB, 81 and 1D. RGB value is (219,129,29). Sum of RGB (Red+Green+Blue) = 219+129+29=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB811D is #247EE2. Grayscale: #919191. Windows color (decimal): -2391779 or 1933787. OLE color: 1933787.
HSL color Cylindrical-coordinate representation of color #DB811D: hue angle of 31.58º 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 #DB811D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 29 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.14 |
| HSL | 31.58º | 0.77% | 0.49% | - |
| HSV(B) | 31.58º | 0.87% | 0.86% | - |
| XYZ | 37.29 | 30.85 | 5.15 | - |
| YUV | 144.51 | 62.82 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 29 | 0 | 0.41 | 0.87 | 0.14 | 31.58 | 0.77 | 0.49 |
| Hex | DB | 81 | 1D | 0 | 29 | 57 | E | 20 | 4D | 31 |
| Octal | 333 | 201 | 35 | 0 | 51 | 127 | 16 | 40 | 115 | 61 |
| Binary | 11011011 | 10000001 | 11101 | 0 | 101001 | 1010111 | 1110 | 100000 | 1001101 | 110001 |
Color Harmonies of #DB811D
Complementary color
Monochromatic Colors of #DB811D
Black with #DB811D
Text Example
Text Example
White with #DB811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB811D; }
p { color: rgb(219,129,29); }
H1.HeaderClassName
{
color: #DB811D;
}
.AnyTagClassName
{
color: #DB811D;
}
</style>
background-color css
<style>
a { background-color: #DB811D; }
a { background-color: rgb(219,129,29); }
div.DivClassName
{
background-color: #DB811D;
}
.BgClassName
{
background-color: #DB811D;
}
</style>
border-color css
<style>
span { border-color: #DB811D; }
span { border-color: rgb(219,129,29); }
td.TdClassName
{
border-color: #DB811D;
}
.TagClassName
{
border-color: #DB811D;
}
</style>