Shades of Ochre #DB771B
Tints of Ochre #DB771B
RGB
CMYK
RGB Variations
Color information
#DB771B (or 0xDB771B) is known color: Ochre. HEX triplet: DB, 77 and 1B. RGB value is (219,119,27). Sum of RGB (Red+Green+Blue) = 219+119+27=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB771B is #2488E4. Grayscale: #8A8A8A. Windows color (decimal): -2394341 or 1800155. OLE color: 1800155.
HSL color Cylindrical-coordinate representation of color #DB771B: hue angle of 28.75º 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 #DB771B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 27 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.14 |
| HSL | 28.75º | 0.78% | 0.48% | - |
| HSV(B) | 28.75º | 0.88% | 0.86% | - |
| XYZ | 36.01 | 28.33 | 4.61 | - |
| YUV | 138.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 27 | 0 | 0.46 | 0.88 | 0.14 | 28.75 | 0.78 | 0.48 |
| Hex | DB | 77 | 1B | 0 | 2E | 58 | E | 1D | 4E | 30 |
| Octal | 333 | 167 | 33 | 0 | 56 | 130 | 16 | 35 | 116 | 60 |
| Binary | 11011011 | 1110111 | 11011 | 0 | 101110 | 1011000 | 1110 | 11101 | 1001110 | 110000 |
Color Harmonies of #DB771B
Complementary color
Monochromatic Colors of #DB771B
Black with #DB771B
Text Example
Text Example
White with #DB771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB771B; }
p { color: rgb(219,119,27); }
H1.HeaderClassName
{
color: #DB771B;
}
.AnyTagClassName
{
color: #DB771B;
}
</style>
background-color css
<style>
a { background-color: #DB771B; }
a { background-color: rgb(219,119,27); }
div.DivClassName
{
background-color: #DB771B;
}
.BgClassName
{
background-color: #DB771B;
}
</style>
border-color css
<style>
span { border-color: #DB771B; }
span { border-color: rgb(219,119,27); }
td.TdClassName
{
border-color: #DB771B;
}
.TagClassName
{
border-color: #DB771B;
}
</style>