Shades of Ochre #DB811A
Tints of Ochre #DB811A
RGB
CMYK
RGB Variations
Color information
#DB811A (or 0xDB811A) is known color: Ochre. HEX triplet: DB, 81 and 1A. RGB value is (219,129,26). Sum of RGB (Red+Green+Blue) = 219+129+26=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB811A is #247EE5. Grayscale: #909090. Windows color (decimal): -2391782 or 1737179. OLE color: 1737179.
HSL color Cylindrical-coordinate representation of color #DB811A: hue angle of 32.02º 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 #DB811A is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 26 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.14 |
| HSL | 32.02º | 0.79% | 0.48% | - |
| HSV(B) | 32.02º | 0.88% | 0.86% | - |
| XYZ | 37.25 | 30.84 | 4.97 | - |
| YUV | 144.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 26 | 0 | 0.41 | 0.88 | 0.14 | 32.02 | 0.79 | 0.48 |
| Hex | DB | 81 | 1A | 0 | 29 | 58 | E | 20 | 4F | 30 |
| Octal | 333 | 201 | 32 | 0 | 51 | 130 | 16 | 40 | 117 | 60 |
| Binary | 11011011 | 10000001 | 11010 | 0 | 101001 | 1011000 | 1110 | 100000 | 1001111 | 110000 |
Color Harmonies of #DB811A
Complementary color
Monochromatic Colors of #DB811A
Black with #DB811A
Text Example
Text Example
White with #DB811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB811A; }
p { color: rgb(219,129,26); }
H1.HeaderClassName
{
color: #DB811A;
}
.AnyTagClassName
{
color: #DB811A;
}
</style>
background-color css
<style>
a { background-color: #DB811A; }
a { background-color: rgb(219,129,26); }
div.DivClassName
{
background-color: #DB811A;
}
.BgClassName
{
background-color: #DB811A;
}
</style>
border-color css
<style>
span { border-color: #DB811A; }
span { border-color: rgb(219,129,26); }
td.TdClassName
{
border-color: #DB811A;
}
.TagClassName
{
border-color: #DB811A;
}
</style>