Shades of Ochre #DB8316
Tints of Ochre #DB8316
RGB
CMYK
RGB Variations
Color information
#DB8316 (or 0xDB8316) is known color: Ochre. HEX triplet: DB, 83 and 16. RGB value is (219,131,22). Sum of RGB (Red+Green+Blue) = 219+131+22=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8316 is #247CE9. Grayscale: #919191. Windows color (decimal): -2391274 or 1475547. OLE color: 1475547.
HSL color Cylindrical-coordinate representation of color #DB8316: hue angle of 33.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8316 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 22 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.14 |
| HSL | 33.2º | 0.82% | 0.47% | - |
| HSV(B) | 33.2º | 0.9% | 0.86% | - |
| XYZ | 37.47 | 31.35 | 4.84 | - |
| YUV | 144.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 22 | 0 | 0.40 | 0.90 | 0.14 | 33.2 | 0.82 | 0.47 |
| Hex | DB | 83 | 16 | 0 | 28 | 5A | E | 21 | 52 | 2F |
| Octal | 333 | 203 | 26 | 0 | 50 | 132 | 16 | 41 | 122 | 57 |
| Binary | 11011011 | 10000011 | 10110 | 0 | 101000 | 1011010 | 1110 | 100001 | 1010010 | 101111 |
Color Harmonies of #DB8316
Complementary color
Monochromatic Colors of #DB8316
Black with #DB8316
Text Example
Text Example
White with #DB8316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8316; }
p { color: rgb(219,131,22); }
H1.HeaderClassName
{
color: #DB8316;
}
.AnyTagClassName
{
color: #DB8316;
}
</style>
background-color css
<style>
a { background-color: #DB8316; }
a { background-color: rgb(219,131,22); }
div.DivClassName
{
background-color: #DB8316;
}
.BgClassName
{
background-color: #DB8316;
}
</style>
border-color css
<style>
span { border-color: #DB8316; }
span { border-color: rgb(219,131,22); }
td.TdClassName
{
border-color: #DB8316;
}
.TagClassName
{
border-color: #DB8316;
}
</style>