Shades of Ochre #DB7E18
Tints of Ochre #DB7E18
RGB
CMYK
RGB Variations
Color information
#DB7E18 (or 0xDB7E18) is known color: Ochre. HEX triplet: DB, 7E and 18. RGB value is (219,126,24). Sum of RGB (Red+Green+Blue) = 219+126+24=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7E18 is #2481E7. Grayscale: #8E8E8E. Windows color (decimal): -2392552 or 1605339. OLE color: 1605339.
HSL color Cylindrical-coordinate representation of color #DB7E18: hue angle of 31.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB7E18 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 24 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.14 |
| HSL | 31.38º | 0.8% | 0.48% | - |
| HSV(B) | 31.38º | 0.89% | 0.86% | - |
| XYZ | 36.84 | 30.05 | 4.72 | - |
| YUV | 142.18 | 61.31 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 24 | 0 | 0.42 | 0.89 | 0.14 | 31.38 | 0.8 | 0.48 |
| Hex | DB | 7E | 18 | 0 | 2A | 59 | E | 1F | 50 | 30 |
| Octal | 333 | 176 | 30 | 0 | 52 | 131 | 16 | 37 | 120 | 60 |
| Binary | 11011011 | 1111110 | 11000 | 0 | 101010 | 1011001 | 1110 | 11111 | 1010000 | 110000 |
Color Harmonies of #DB7E18
Complementary color
Monochromatic Colors of #DB7E18
Black with #DB7E18
Text Example
Text Example
White with #DB7E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E18; }
p { color: rgb(219,126,24); }
H1.HeaderClassName
{
color: #DB7E18;
}
.AnyTagClassName
{
color: #DB7E18;
}
</style>
background-color css
<style>
a { background-color: #DB7E18; }
a { background-color: rgb(219,126,24); }
div.DivClassName
{
background-color: #DB7E18;
}
.BgClassName
{
background-color: #DB7E18;
}
</style>
border-color css
<style>
span { border-color: #DB7E18; }
span { border-color: rgb(219,126,24); }
td.TdClassName
{
border-color: #DB7E18;
}
.TagClassName
{
border-color: #DB7E18;
}
</style>