Shades of Ochre #DB7A1D
Tints of Ochre #DB7A1D
RGB
CMYK
RGB Variations
Color information
#DB7A1D (or 0xDB7A1D) is known color: Ochre. HEX triplet: DB, 7A and 1D. RGB value is (219,122,29). Sum of RGB (Red+Green+Blue) = 219+122+29=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A1D is #2485E2. Grayscale: #8C8C8C. Windows color (decimal): -2393571 or 1931995. OLE color: 1931995.
HSL color Cylindrical-coordinate representation of color #DB7A1D: hue angle of 29.37º 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 #DB7A1D is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 29 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.14 |
| HSL | 29.37º | 0.77% | 0.49% | - |
| HSV(B) | 29.37º | 0.87% | 0.86% | - |
| XYZ | 36.39 | 29.07 | 4.85 | - |
| YUV | 140.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 29 | 0 | 0.44 | 0.87 | 0.14 | 29.37 | 0.77 | 0.49 |
| Hex | DB | 7A | 1D | 0 | 2C | 57 | E | 1D | 4D | 31 |
| Octal | 333 | 172 | 35 | 0 | 54 | 127 | 16 | 35 | 115 | 61 |
| Binary | 11011011 | 1111010 | 11101 | 0 | 101100 | 1010111 | 1110 | 11101 | 1001101 | 110001 |
Color Harmonies of #DB7A1D
Complementary color
Monochromatic Colors of #DB7A1D
Black with #DB7A1D
Text Example
Text Example
White with #DB7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A1D; }
p { color: rgb(219,122,29); }
H1.HeaderClassName
{
color: #DB7A1D;
}
.AnyTagClassName
{
color: #DB7A1D;
}
</style>
background-color css
<style>
a { background-color: #DB7A1D; }
a { background-color: rgb(219,122,29); }
div.DivClassName
{
background-color: #DB7A1D;
}
.BgClassName
{
background-color: #DB7A1D;
}
</style>
border-color css
<style>
span { border-color: #DB7A1D; }
span { border-color: rgb(219,122,29); }
td.TdClassName
{
border-color: #DB7A1D;
}
.TagClassName
{
border-color: #DB7A1D;
}
</style>