Shades of Ochre #DB7A1A
Tints of Ochre #DB7A1A
RGB
CMYK
RGB Variations
Color information
#DB7A1A (or 0xDB7A1A) is known color: Ochre. HEX triplet: DB, 7A and 1A. RGB value is (219,122,26). Sum of RGB (Red+Green+Blue) = 219+122+26=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A1A is #2485E5. Grayscale: #8C8C8C. Windows color (decimal): -2393574 or 1735387. OLE color: 1735387.
HSL color Cylindrical-coordinate representation of color #DB7A1A: hue angle of 29.84º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB7A1A is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 26 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.14 |
| HSL | 29.84º | 0.79% | 0.48% | - |
| HSV(B) | 29.84º | 0.88% | 0.86% | - |
| XYZ | 36.36 | 29.05 | 4.67 | - |
| YUV | 140.06 | 63.64 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 26 | 0 | 0.44 | 0.88 | 0.14 | 29.84 | 0.79 | 0.48 |
| Hex | DB | 7A | 1A | 0 | 2C | 58 | E | 1E | 4F | 30 |
| Octal | 333 | 172 | 32 | 0 | 54 | 130 | 16 | 36 | 117 | 60 |
| Binary | 11011011 | 1111010 | 11010 | 0 | 101100 | 1011000 | 1110 | 11110 | 1001111 | 110000 |
Color Harmonies of #DB7A1A
Complementary color
Monochromatic Colors of #DB7A1A
Black with #DB7A1A
Text Example
Text Example
White with #DB7A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A1A; }
p { color: rgb(219,122,26); }
H1.HeaderClassName
{
color: #DB7A1A;
}
.AnyTagClassName
{
color: #DB7A1A;
}
</style>
background-color css
<style>
a { background-color: #DB7A1A; }
a { background-color: rgb(219,122,26); }
div.DivClassName
{
background-color: #DB7A1A;
}
.BgClassName
{
background-color: #DB7A1A;
}
</style>
border-color css
<style>
span { border-color: #DB7A1A; }
span { border-color: rgb(219,122,26); }
td.TdClassName
{
border-color: #DB7A1A;
}
.TagClassName
{
border-color: #DB7A1A;
}
</style>