Shades of Ochre #DB7D15
Tints of Ochre #DB7D15
RGB
CMYK
RGB Variations
Color information
#DB7D15 (or 0xDB7D15) is known color: Ochre. HEX triplet: DB, 7D and 15. RGB value is (219,125,21). Sum of RGB (Red+Green+Blue) = 219+125+21=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D15 is #2482EA. Grayscale: #8D8D8D. Windows color (decimal): -2392811 or 1408475. OLE color: 1408475.
HSL color Cylindrical-coordinate representation of color #DB7D15: hue angle of 31.52º 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 #DB7D15 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 21 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.14 |
| HSL | 31.52º | 0.83% | 0.47% | - |
| HSV(B) | 31.52º | 0.9% | 0.86% | - |
| XYZ | 36.68 | 29.78 | 4.52 | - |
| YUV | 141.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 21 | 0 | 0.43 | 0.90 | 0.14 | 31.52 | 0.83 | 0.47 |
| Hex | DB | 7D | 15 | 0 | 2B | 5A | E | 20 | 52 | 2F |
| Octal | 333 | 175 | 25 | 0 | 53 | 132 | 16 | 40 | 122 | 57 |
| Binary | 11011011 | 1111101 | 10101 | 0 | 101011 | 1011010 | 1110 | 100000 | 1010010 | 101111 |
Color Harmonies of #DB7D15
Complementary color
Monochromatic Colors of #DB7D15
Black with #DB7D15
Text Example
Text Example
White with #DB7D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D15; }
p { color: rgb(219,125,21); }
H1.HeaderClassName
{
color: #DB7D15;
}
.AnyTagClassName
{
color: #DB7D15;
}
</style>
background-color css
<style>
a { background-color: #DB7D15; }
a { background-color: rgb(219,125,21); }
div.DivClassName
{
background-color: #DB7D15;
}
.BgClassName
{
background-color: #DB7D15;
}
</style>
border-color css
<style>
span { border-color: #DB7D15; }
span { border-color: rgb(219,125,21); }
td.TdClassName
{
border-color: #DB7D15;
}
.TagClassName
{
border-color: #DB7D15;
}
</style>