Shades of Ochre #DB7C20
Tints of Ochre #DB7C20
RGB
CMYK
RGB Variations
Color information
#DB7C20 (or 0xDB7C20) is known color: Ochre. HEX triplet: DB, 7C and 20. RGB value is (219,124,32). Sum of RGB (Red+Green+Blue) = 219+124+32=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C20 is #2483DF. Grayscale: #8E8E8E. Windows color (decimal): -2393056 or 2129115. OLE color: 2129115.
HSL color Cylindrical-coordinate representation of color #DB7C20: hue angle of 29.52º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB7C20 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 32 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.14 |
| HSL | 29.52º | 0.75% | 0.49% | - |
| HSV(B) | 29.52º | 0.85% | 0.86% | - |
| XYZ | 36.68 | 29.58 | 5.14 | - |
| YUV | 141.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 32 | 0 | 0.43 | 0.85 | 0.14 | 29.52 | 0.75 | 0.49 |
| Hex | DB | 7C | 20 | 0 | 2B | 55 | E | 1E | 4B | 31 |
| Octal | 333 | 174 | 40 | 0 | 53 | 125 | 16 | 36 | 113 | 61 |
| Binary | 11011011 | 1111100 | 100000 | 0 | 101011 | 1010101 | 1110 | 11110 | 1001011 | 110001 |
Color Harmonies of #DB7C20
Complementary color
Monochromatic Colors of #DB7C20
Black with #DB7C20
Text Example
Text Example
White with #DB7C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C20; }
p { color: rgb(219,124,32); }
H1.HeaderClassName
{
color: #DB7C20;
}
.AnyTagClassName
{
color: #DB7C20;
}
</style>
background-color css
<style>
a { background-color: #DB7C20; }
a { background-color: rgb(219,124,32); }
div.DivClassName
{
background-color: #DB7C20;
}
.BgClassName
{
background-color: #DB7C20;
}
</style>
border-color css
<style>
span { border-color: #DB7C20; }
span { border-color: rgb(219,124,32); }
td.TdClassName
{
border-color: #DB7C20;
}
.TagClassName
{
border-color: #DB7C20;
}
</style>