Shades of Ochre #DB7716
Tints of Ochre #DB7716
RGB
CMYK
RGB Variations
Color information
#DB7716 (or 0xDB7716) is known color: Ochre. HEX triplet: DB, 77 and 16. RGB value is (219,119,22). Sum of RGB (Red+Green+Blue) = 219+119+22=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7716 is #2488E9. Grayscale: #8A8A8A. Windows color (decimal): -2394346 or 1472475. OLE color: 1472475.
HSL color Cylindrical-coordinate representation of color #DB7716: hue angle of 29.54º 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 #DB7716 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.14 |
| HSL | 29.54º | 0.82% | 0.47% | - |
| HSV(B) | 29.54º | 0.9% | 0.86% | - |
| XYZ | 35.96 | 28.31 | 4.33 | - |
| YUV | 137.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 22 | 0 | 0.46 | 0.90 | 0.14 | 29.54 | 0.82 | 0.47 |
| Hex | DB | 77 | 16 | 0 | 2E | 5A | E | 1E | 52 | 2F |
| Octal | 333 | 167 | 26 | 0 | 56 | 132 | 16 | 36 | 122 | 57 |
| Binary | 11011011 | 1110111 | 10110 | 0 | 101110 | 1011010 | 1110 | 11110 | 1010010 | 101111 |
Color Harmonies of #DB7716
Complementary color
Monochromatic Colors of #DB7716
Black with #DB7716
Text Example
Text Example
White with #DB7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7716; }
p { color: rgb(219,119,22); }
H1.HeaderClassName
{
color: #DB7716;
}
.AnyTagClassName
{
color: #DB7716;
}
</style>
background-color css
<style>
a { background-color: #DB7716; }
a { background-color: rgb(219,119,22); }
div.DivClassName
{
background-color: #DB7716;
}
.BgClassName
{
background-color: #DB7716;
}
</style>
border-color css
<style>
span { border-color: #DB7716; }
span { border-color: rgb(219,119,22); }
td.TdClassName
{
border-color: #DB7716;
}
.TagClassName
{
border-color: #DB7716;
}
</style>