Shades of Ochre #DB7D1F
Tints of Ochre #DB7D1F
RGB
CMYK
RGB Variations
Color information
#DB7D1F (or 0xDB7D1F) is known color: Ochre. HEX triplet: DB, 7D and 1F. RGB value is (219,125,31). Sum of RGB (Red+Green+Blue) = 219+125+31=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D1F is #2482E0. Grayscale: #8E8E8E. Windows color (decimal): -2392801 or 2063835. OLE color: 2063835.
HSL color Cylindrical-coordinate representation of color #DB7D1F: hue angle of 30º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB7D1F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 31 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.14 |
| HSL | 30º | 0.75% | 0.49% | - |
| HSV(B) | 30º | 0.86% | 0.86% | - |
| XYZ | 36.79 | 29.83 | 5.11 | - |
| YUV | 142.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 31 | 0 | 0.43 | 0.86 | 0.14 | 30 | 0.75 | 0.49 |
| Hex | DB | 7D | 1F | 0 | 2B | 56 | E | 1E | 4B | 31 |
| Octal | 333 | 175 | 37 | 0 | 53 | 126 | 16 | 36 | 113 | 61 |
| Binary | 11011011 | 1111101 | 11111 | 0 | 101011 | 1010110 | 1110 | 11110 | 1001011 | 110001 |
Color Harmonies of #DB7D1F
Complementary color
Monochromatic Colors of #DB7D1F
Black with #DB7D1F
Text Example
Text Example
White with #DB7D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D1F; }
p { color: rgb(219,125,31); }
H1.HeaderClassName
{
color: #DB7D1F;
}
.AnyTagClassName
{
color: #DB7D1F;
}
</style>
background-color css
<style>
a { background-color: #DB7D1F; }
a { background-color: rgb(219,125,31); }
div.DivClassName
{
background-color: #DB7D1F;
}
.BgClassName
{
background-color: #DB7D1F;
}
</style>
border-color css
<style>
span { border-color: #DB7D1F; }
span { border-color: rgb(219,125,31); }
td.TdClassName
{
border-color: #DB7D1F;
}
.TagClassName
{
border-color: #DB7D1F;
}
</style>