Shades of Tangerine #DB8509
Tints of Tangerine #DB8509
RGB
CMYK
RGB Variations
Color information
#DB8509 (or 0xDB8509) is known color: Tangerine. HEX triplet: DB, 85 and 09. RGB value is (219,133,9). Sum of RGB (Red+Green+Blue) = 219+133+9=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8509 is #247AF6. Grayscale: #919191. Windows color (decimal): -2390775 or 624091. OLE color: 624091.
HSL color Cylindrical-coordinate representation of color #DB8509: hue angle of 35.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB8509 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.14 |
| HSL | 35.43º | 0.92% | 0.45% | - |
| HSV(B) | 35.43º | 0.96% | 0.86% | - |
| XYZ | 37.65 | 31.85 | 4.42 | - |
| YUV | 144.58 | 51.49 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 9 | 0 | 0.39 | 0.96 | 0.14 | 35.43 | 0.92 | 0.45 |
| Hex | DB | 85 | 9 | 0 | 27 | 60 | E | 23 | 5C | 2D |
| Octal | 333 | 205 | 11 | 0 | 47 | 140 | 16 | 43 | 134 | 55 |
| Binary | 11011011 | 10000101 | 1001 | 0 | 100111 | 1100000 | 1110 | 100011 | 1011100 | 101101 |
Color Harmonies of #DB8509
Complementary color
Monochromatic Colors of #DB8509
Black with #DB8509
Text Example
Text Example
White with #DB8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8509; }
p { color: rgb(219,133,9); }
H1.HeaderClassName
{
color: #DB8509;
}
.AnyTagClassName
{
color: #DB8509;
}
</style>
background-color css
<style>
a { background-color: #DB8509; }
a { background-color: rgb(219,133,9); }
div.DivClassName
{
background-color: #DB8509;
}
.BgClassName
{
background-color: #DB8509;
}
</style>
border-color css
<style>
span { border-color: #DB8509; }
span { border-color: rgb(219,133,9); }
td.TdClassName
{
border-color: #DB8509;
}
.TagClassName
{
border-color: #DB8509;
}
</style>