Shades of Tangerine #DB8508
Tints of Tangerine #DB8508
RGB
CMYK
RGB Variations
Color information
#DB8508 (or 0xDB8508) is known color: Tangerine. HEX triplet: DB, 85 and 08. RGB value is (219,133,8). Sum of RGB (Red+Green+Blue) = 219+133+8=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8508 is #247AF7. Grayscale: #919191. Windows color (decimal): -2390776 or 558555. OLE color: 558555.
HSL color Cylindrical-coordinate representation of color #DB8508: hue angle of 35.55º degrees, saturation: 0.93, 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 #DB8508 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.14 |
| HSL | 35.55º | 0.93% | 0.45% | - |
| HSV(B) | 35.55º | 0.96% | 0.86% | - |
| XYZ | 37.64 | 31.85 | 4.39 | - |
| YUV | 144.46 | 50.99 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 8 | 0 | 0.39 | 0.96 | 0.14 | 35.55 | 0.93 | 0.45 |
| Hex | DB | 85 | 8 | 0 | 27 | 60 | E | 24 | 5D | 2D |
| Octal | 333 | 205 | 10 | 0 | 47 | 140 | 16 | 44 | 135 | 55 |
| Binary | 11011011 | 10000101 | 1000 | 0 | 100111 | 1100000 | 1110 | 100100 | 1011101 | 101101 |
Color Harmonies of #DB8508
Complementary color
Monochromatic Colors of #DB8508
Black with #DB8508
Text Example
Text Example
White with #DB8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8508; }
p { color: rgb(219,133,8); }
H1.HeaderClassName
{
color: #DB8508;
}
.AnyTagClassName
{
color: #DB8508;
}
</style>
background-color css
<style>
a { background-color: #DB8508; }
a { background-color: rgb(219,133,8); }
div.DivClassName
{
background-color: #DB8508;
}
.BgClassName
{
background-color: #DB8508;
}
</style>
border-color css
<style>
span { border-color: #DB8508; }
span { border-color: rgb(219,133,8); }
td.TdClassName
{
border-color: #DB8508;
}
.TagClassName
{
border-color: #DB8508;
}
</style>