Shades of Ochre #DB7B15
Tints of Ochre #DB7B15
RGB
CMYK
RGB Variations
Color information
#DB7B15 (or 0xDB7B15) is known color: Ochre. HEX triplet: DB, 7B and 15. RGB value is (219,123,21). Sum of RGB (Red+Green+Blue) = 219+123+21=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B15 is #2484EA. Grayscale: #8C8C8C. Windows color (decimal): -2393323 or 1407963. OLE color: 1407963.
HSL color Cylindrical-coordinate representation of color #DB7B15: hue angle of 30.91º 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 #DB7B15 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.14 |
| HSL | 30.91º | 0.83% | 0.47% | - |
| HSV(B) | 30.91º | 0.9% | 0.86% | - |
| XYZ | 36.43 | 29.28 | 4.44 | - |
| YUV | 140.08 | 60.8 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 21 | 0 | 0.44 | 0.90 | 0.14 | 30.91 | 0.83 | 0.47 |
| Hex | DB | 7B | 15 | 0 | 2C | 5A | E | 1F | 52 | 2F |
| Octal | 333 | 173 | 25 | 0 | 54 | 132 | 16 | 37 | 122 | 57 |
| Binary | 11011011 | 1111011 | 10101 | 0 | 101100 | 1011010 | 1110 | 11111 | 1010010 | 101111 |
Color Harmonies of #DB7B15
Complementary color
Monochromatic Colors of #DB7B15
Black with #DB7B15
Text Example
Text Example
White with #DB7B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B15; }
p { color: rgb(219,123,21); }
H1.HeaderClassName
{
color: #DB7B15;
}
.AnyTagClassName
{
color: #DB7B15;
}
</style>
background-color css
<style>
a { background-color: #DB7B15; }
a { background-color: rgb(219,123,21); }
div.DivClassName
{
background-color: #DB7B15;
}
.BgClassName
{
background-color: #DB7B15;
}
</style>
border-color css
<style>
span { border-color: #DB7B15; }
span { border-color: rgb(219,123,21); }
td.TdClassName
{
border-color: #DB7B15;
}
.TagClassName
{
border-color: #DB7B15;
}
</style>