Shades of Ochre #DB8315
Tints of Ochre #DB8315
RGB
CMYK
RGB Variations
Color information
#DB8315 (or 0xDB8315) is known color: Ochre. HEX triplet: DB, 83 and 15. RGB value is (219,131,21). Sum of RGB (Red+Green+Blue) = 219+131+21=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8315 is #247CEA. Grayscale: #919191. Windows color (decimal): -2391275 or 1410011. OLE color: 1410011.
HSL color Cylindrical-coordinate representation of color #DB8315: hue angle of 33.33º 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 #DB8315 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 21 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.14 |
| HSL | 33.33º | 0.83% | 0.47% | - |
| HSV(B) | 33.33º | 0.9% | 0.86% | - |
| XYZ | 37.47 | 31.35 | 4.79 | - |
| YUV | 144.77 | 58.15 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 21 | 0 | 0.40 | 0.90 | 0.14 | 33.33 | 0.83 | 0.47 |
| Hex | DB | 83 | 15 | 0 | 28 | 5A | E | 21 | 52 | 2F |
| Octal | 333 | 203 | 25 | 0 | 50 | 132 | 16 | 41 | 122 | 57 |
| Binary | 11011011 | 10000011 | 10101 | 0 | 101000 | 1011010 | 1110 | 100001 | 1010010 | 101111 |
Color Harmonies of #DB8315
Complementary color
Monochromatic Colors of #DB8315
Black with #DB8315
Text Example
Text Example
White with #DB8315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8315; }
p { color: rgb(219,131,21); }
H1.HeaderClassName
{
color: #DB8315;
}
.AnyTagClassName
{
color: #DB8315;
}
</style>
background-color css
<style>
a { background-color: #DB8315; }
a { background-color: rgb(219,131,21); }
div.DivClassName
{
background-color: #DB8315;
}
.BgClassName
{
background-color: #DB8315;
}
</style>
border-color css
<style>
span { border-color: #DB8315; }
span { border-color: rgb(219,131,21); }
td.TdClassName
{
border-color: #DB8315;
}
.TagClassName
{
border-color: #DB8315;
}
</style>