Shades of Ochre #DB7B1D
Tints of Ochre #DB7B1D
RGB
CMYK
RGB Variations
Color information
#DB7B1D (or 0xDB7B1D) is known color: Ochre. HEX triplet: DB, 7B and 1D. RGB value is (219,123,29). Sum of RGB (Red+Green+Blue) = 219+123+29=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B1D is #2484E2. Grayscale: #8D8D8D. Windows color (decimal): -2393315 or 1932251. OLE color: 1932251.
HSL color Cylindrical-coordinate representation of color #DB7B1D: hue angle of 29.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB7B1D is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 29 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.14 |
| HSL | 29.68º | 0.77% | 0.49% | - |
| HSV(B) | 29.68º | 0.87% | 0.86% | - |
| XYZ | 36.52 | 29.31 | 4.9 | - |
| YUV | 140.99 | 64.8 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 29 | 0 | 0.44 | 0.87 | 0.14 | 29.68 | 0.77 | 0.49 |
| Hex | DB | 7B | 1D | 0 | 2C | 57 | E | 1E | 4D | 31 |
| Octal | 333 | 173 | 35 | 0 | 54 | 127 | 16 | 36 | 115 | 61 |
| Binary | 11011011 | 1111011 | 11101 | 0 | 101100 | 1010111 | 1110 | 11110 | 1001101 | 110001 |
Color Harmonies of #DB7B1D
Complementary color
Monochromatic Colors of #DB7B1D
Black with #DB7B1D
Text Example
Text Example
White with #DB7B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B1D; }
p { color: rgb(219,123,29); }
H1.HeaderClassName
{
color: #DB7B1D;
}
.AnyTagClassName
{
color: #DB7B1D;
}
</style>
background-color css
<style>
a { background-color: #DB7B1D; }
a { background-color: rgb(219,123,29); }
div.DivClassName
{
background-color: #DB7B1D;
}
.BgClassName
{
background-color: #DB7B1D;
}
</style>
border-color css
<style>
span { border-color: #DB7B1D; }
span { border-color: rgb(219,123,29); }
td.TdClassName
{
border-color: #DB7B1D;
}
.TagClassName
{
border-color: #DB7B1D;
}
</style>