Shades of Ochre #DB8323
Tints of Ochre #DB8323
RGB
CMYK
RGB Variations
Color information
#DB8323 (or 0xDB8323) is known color: Ochre. HEX triplet: DB, 83 and 23. RGB value is (219,131,35). Sum of RGB (Red+Green+Blue) = 219+131+35=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8323 is #247CDC. Grayscale: #929292. Windows color (decimal): -2391261 or 2327515. OLE color: 2327515.
HSL color Cylindrical-coordinate representation of color #DB8323: hue angle of 31.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB8323 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 35 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.14 |
| HSL | 31.3º | 0.72% | 0.5% | - |
| HSV(B) | 31.3º | 0.84% | 0.86% | - |
| XYZ | 37.63 | 31.41 | 5.67 | - |
| YUV | 146.37 | 65.15 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 35 | 0 | 0.40 | 0.84 | 0.14 | 31.3 | 0.72 | 0.5 |
| Hex | DB | 83 | 23 | 0 | 28 | 54 | E | 1F | 48 | 32 |
| Octal | 333 | 203 | 43 | 0 | 50 | 124 | 16 | 37 | 110 | 62 |
| Binary | 11011011 | 10000011 | 100011 | 0 | 101000 | 1010100 | 1110 | 11111 | 1001000 | 110010 |
Color Harmonies of #DB8323
Complementary color
Monochromatic Colors of #DB8323
Black with #DB8323
Text Example
Text Example
White with #DB8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8323; }
p { color: rgb(219,131,35); }
H1.HeaderClassName
{
color: #DB8323;
}
.AnyTagClassName
{
color: #DB8323;
}
</style>
background-color css
<style>
a { background-color: #DB8323; }
a { background-color: rgb(219,131,35); }
div.DivClassName
{
background-color: #DB8323;
}
.BgClassName
{
background-color: #DB8323;
}
</style>
border-color css
<style>
span { border-color: #DB8323; }
span { border-color: rgb(219,131,35); }
td.TdClassName
{
border-color: #DB8323;
}
.TagClassName
{
border-color: #DB8323;
}
</style>