Shades of Ochre #DB7C16
Tints of Ochre #DB7C16
RGB
CMYK
RGB Variations
Color information
#DB7C16 (or 0xDB7C16) is known color: Ochre. HEX triplet: DB, 7C and 16. RGB value is (219,124,22). Sum of RGB (Red+Green+Blue) = 219+124+22=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C16 is #2483E9. Grayscale: #8D8D8D. Windows color (decimal): -2393066 or 1473755. OLE color: 1473755.
HSL color Cylindrical-coordinate representation of color #DB7C16: hue angle of 31.07º 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 #DB7C16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.14 |
| HSL | 31.07º | 0.82% | 0.47% | - |
| HSV(B) | 31.07º | 0.9% | 0.86% | - |
| XYZ | 36.57 | 29.53 | 4.53 | - |
| YUV | 140.78 | 60.97 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 22 | 0 | 0.43 | 0.90 | 0.14 | 31.07 | 0.82 | 0.47 |
| Hex | DB | 7C | 16 | 0 | 2B | 5A | E | 1F | 52 | 2F |
| Octal | 333 | 174 | 26 | 0 | 53 | 132 | 16 | 37 | 122 | 57 |
| Binary | 11011011 | 1111100 | 10110 | 0 | 101011 | 1011010 | 1110 | 11111 | 1010010 | 101111 |
Color Harmonies of #DB7C16
Complementary color
Monochromatic Colors of #DB7C16
Black with #DB7C16
Text Example
Text Example
White with #DB7C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C16; }
p { color: rgb(219,124,22); }
H1.HeaderClassName
{
color: #DB7C16;
}
.AnyTagClassName
{
color: #DB7C16;
}
</style>
background-color css
<style>
a { background-color: #DB7C16; }
a { background-color: rgb(219,124,22); }
div.DivClassName
{
background-color: #DB7C16;
}
.BgClassName
{
background-color: #DB7C16;
}
</style>
border-color css
<style>
span { border-color: #DB7C16; }
span { border-color: rgb(219,124,22); }
td.TdClassName
{
border-color: #DB7C16;
}
.TagClassName
{
border-color: #DB7C16;
}
</style>