Shades of Ochre #DB8414
Tints of Ochre #DB8414
RGB
CMYK
RGB Variations
Color information
#DB8414 (or 0xDB8414) is known color: Ochre. HEX triplet: DB, 84 and 14. RGB value is (219,132,20). Sum of RGB (Red+Green+Blue) = 219+132+20=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8414 is #247BEB. Grayscale: #919191. Windows color (decimal): -2391020 or 1344731. OLE color: 1344731.
HSL color Cylindrical-coordinate representation of color #DB8414: hue angle of 33.77º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB8414 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.14 |
| HSL | 33.77º | 0.83% | 0.47% | - |
| HSV(B) | 33.77º | 0.91% | 0.86% | - |
| XYZ | 37.59 | 31.61 | 4.78 | - |
| YUV | 145.25 | 57.32 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 20 | 0 | 0.40 | 0.91 | 0.14 | 33.77 | 0.83 | 0.47 |
| Hex | DB | 84 | 14 | 0 | 28 | 5B | E | 22 | 53 | 2F |
| Octal | 333 | 204 | 24 | 0 | 50 | 133 | 16 | 42 | 123 | 57 |
| Binary | 11011011 | 10000100 | 10100 | 0 | 101000 | 1011011 | 1110 | 100010 | 1010011 | 101111 |
Color Harmonies of #DB8414
Complementary color
Monochromatic Colors of #DB8414
Black with #DB8414
Text Example
Text Example
White with #DB8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8414; }
p { color: rgb(219,132,20); }
H1.HeaderClassName
{
color: #DB8414;
}
.AnyTagClassName
{
color: #DB8414;
}
</style>
background-color css
<style>
a { background-color: #DB8414; }
a { background-color: rgb(219,132,20); }
div.DivClassName
{
background-color: #DB8414;
}
.BgClassName
{
background-color: #DB8414;
}
</style>
border-color css
<style>
span { border-color: #DB8414; }
span { border-color: rgb(219,132,20); }
td.TdClassName
{
border-color: #DB8414;
}
.TagClassName
{
border-color: #DB8414;
}
</style>