Shades of Ochre #DB781B
Tints of Ochre #DB781B
RGB
CMYK
RGB Variations
Color information
#DB781B (or 0xDB781B) is known color: Ochre. HEX triplet: DB, 78 and 1B. RGB value is (219,120,27). Sum of RGB (Red+Green+Blue) = 219+120+27=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB781B is #2487E4. Grayscale: #8B8B8B. Windows color (decimal): -2394085 or 1800411. OLE color: 1800411.
HSL color Cylindrical-coordinate representation of color #DB781B: hue angle of 29.06º degrees, saturation: 0.78, 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 #DB781B is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 27 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.14 |
| HSL | 29.06º | 0.78% | 0.48% | - |
| HSV(B) | 29.06º | 0.88% | 0.86% | - |
| XYZ | 36.13 | 28.57 | 4.65 | - |
| YUV | 139 | 64.8 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 27 | 0 | 0.45 | 0.88 | 0.14 | 29.06 | 0.78 | 0.48 |
| Hex | DB | 78 | 1B | 0 | 2D | 58 | E | 1D | 4E | 30 |
| Octal | 333 | 170 | 33 | 0 | 55 | 130 | 16 | 35 | 116 | 60 |
| Binary | 11011011 | 1111000 | 11011 | 0 | 101101 | 1011000 | 1110 | 11101 | 1001110 | 110000 |
Color Harmonies of #DB781B
Complementary color
Monochromatic Colors of #DB781B
Black with #DB781B
Text Example
Text Example
White with #DB781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB781B; }
p { color: rgb(219,120,27); }
H1.HeaderClassName
{
color: #DB781B;
}
.AnyTagClassName
{
color: #DB781B;
}
</style>
background-color css
<style>
a { background-color: #DB781B; }
a { background-color: rgb(219,120,27); }
div.DivClassName
{
background-color: #DB781B;
}
.BgClassName
{
background-color: #DB781B;
}
</style>
border-color css
<style>
span { border-color: #DB781B; }
span { border-color: rgb(219,120,27); }
td.TdClassName
{
border-color: #DB781B;
}
.TagClassName
{
border-color: #DB781B;
}
</style>