Shades of Ochre #DB7F13
Tints of Ochre #DB7F13
RGB
CMYK
RGB Variations
Color information
#DB7F13 (or 0xDB7F13) is known color: Ochre. HEX triplet: DB, 7F and 13. RGB value is (219,127,19). Sum of RGB (Red+Green+Blue) = 219+127+19=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F13 is #2480EC. Grayscale: #8E8E8E. Windows color (decimal): -2392301 or 1277915. OLE color: 1277915.
HSL color Cylindrical-coordinate representation of color #DB7F13: hue angle of 32.4º 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 #DB7F13 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 19 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.14 |
| HSL | 32.4º | 0.84% | 0.47% | - |
| HSV(B) | 32.4º | 0.91% | 0.86% | - |
| XYZ | 36.92 | 30.29 | 4.52 | - |
| YUV | 142.2 | 58.48 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 19 | 0 | 0.42 | 0.91 | 0.14 | 32.4 | 0.84 | 0.47 |
| Hex | DB | 7F | 13 | 0 | 2A | 5B | E | 20 | 54 | 2F |
| Octal | 333 | 177 | 23 | 0 | 52 | 133 | 16 | 40 | 124 | 57 |
| Binary | 11011011 | 1111111 | 10011 | 0 | 101010 | 1011011 | 1110 | 100000 | 1010100 | 101111 |
Color Harmonies of #DB7F13
Complementary color
Monochromatic Colors of #DB7F13
Black with #DB7F13
Text Example
Text Example
White with #DB7F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F13; }
p { color: rgb(219,127,19); }
H1.HeaderClassName
{
color: #DB7F13;
}
.AnyTagClassName
{
color: #DB7F13;
}
</style>
background-color css
<style>
a { background-color: #DB7F13; }
a { background-color: rgb(219,127,19); }
div.DivClassName
{
background-color: #DB7F13;
}
.BgClassName
{
background-color: #DB7F13;
}
</style>
border-color css
<style>
span { border-color: #DB7F13; }
span { border-color: rgb(219,127,19); }
td.TdClassName
{
border-color: #DB7F13;
}
.TagClassName
{
border-color: #DB7F13;
}
</style>