Shades of Ochre #DB7D13
Tints of Ochre #DB7D13
RGB
CMYK
RGB Variations
Color information
#DB7D13 (or 0xDB7D13) is known color: Ochre. HEX triplet: DB, 7D and 13. RGB value is (219,125,19). Sum of RGB (Red+Green+Blue) = 219+125+19=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D13 is #2482EC. Grayscale: #8D8D8D. Windows color (decimal): -2392813 or 1277403. OLE color: 1277403.
HSL color Cylindrical-coordinate representation of color #DB7D13: hue angle of 31.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB7D13 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 19 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.14 |
| HSL | 31.8º | 0.84% | 0.47% | - |
| HSV(B) | 31.8º | 0.91% | 0.86% | - |
| XYZ | 36.66 | 29.77 | 4.43 | - |
| YUV | 141.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 19 | 0 | 0.43 | 0.91 | 0.14 | 31.8 | 0.84 | 0.47 |
| Hex | DB | 7D | 13 | 0 | 2B | 5B | E | 20 | 54 | 2F |
| Octal | 333 | 175 | 23 | 0 | 53 | 133 | 16 | 40 | 124 | 57 |
| Binary | 11011011 | 1111101 | 10011 | 0 | 101011 | 1011011 | 1110 | 100000 | 1010100 | 101111 |
Color Harmonies of #DB7D13
Complementary color
Monochromatic Colors of #DB7D13
Black with #DB7D13
Text Example
Text Example
White with #DB7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D13; }
p { color: rgb(219,125,19); }
H1.HeaderClassName
{
color: #DB7D13;
}
.AnyTagClassName
{
color: #DB7D13;
}
</style>
background-color css
<style>
a { background-color: #DB7D13; }
a { background-color: rgb(219,125,19); }
div.DivClassName
{
background-color: #DB7D13;
}
.BgClassName
{
background-color: #DB7D13;
}
</style>
border-color css
<style>
span { border-color: #DB7D13; }
span { border-color: rgb(219,125,19); }
td.TdClassName
{
border-color: #DB7D13;
}
.TagClassName
{
border-color: #DB7D13;
}
</style>