Shades of Ochre #DB7D16
Tints of Ochre #DB7D16
RGB
CMYK
RGB Variations
Color information
#DB7D16 (or 0xDB7D16) is known color: Ochre. HEX triplet: DB, 7D and 16. RGB value is (219,125,22). Sum of RGB (Red+Green+Blue) = 219+125+22=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D16 is #2482E9. Grayscale: #8D8D8D. Windows color (decimal): -2392810 or 1474011. OLE color: 1474011.
HSL color Cylindrical-coordinate representation of color #DB7D16: hue angle of 31.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB7D16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.14 |
| HSL | 31.37º | 0.82% | 0.47% | - |
| HSV(B) | 31.37º | 0.9% | 0.86% | - |
| XYZ | 36.69 | 29.79 | 4.57 | - |
| YUV | 141.36 | 60.64 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 22 | 0 | 0.43 | 0.90 | 0.14 | 31.37 | 0.82 | 0.47 |
| Hex | DB | 7D | 16 | 0 | 2B | 5A | E | 1F | 52 | 2F |
| Octal | 333 | 175 | 26 | 0 | 53 | 132 | 16 | 37 | 122 | 57 |
| Binary | 11011011 | 1111101 | 10110 | 0 | 101011 | 1011010 | 1110 | 11111 | 1010010 | 101111 |
Color Harmonies of #DB7D16
Complementary color
Monochromatic Colors of #DB7D16
Black with #DB7D16
Text Example
Text Example
White with #DB7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D16; }
p { color: rgb(219,125,22); }
H1.HeaderClassName
{
color: #DB7D16;
}
.AnyTagClassName
{
color: #DB7D16;
}
</style>
background-color css
<style>
a { background-color: #DB7D16; }
a { background-color: rgb(219,125,22); }
div.DivClassName
{
background-color: #DB7D16;
}
.BgClassName
{
background-color: #DB7D16;
}
</style>
border-color css
<style>
span { border-color: #DB7D16; }
span { border-color: rgb(219,125,22); }
td.TdClassName
{
border-color: #DB7D16;
}
.TagClassName
{
border-color: #DB7D16;
}
</style>