Shades of Tangerine #DB8600
Tints of Tangerine #DB8600
RGB
CMYK
RGB Variations
Color information
#DB8600 (or 0xDB8600) is known color: Tangerine. HEX triplet: DB, 86 and 00. RGB value is (219,134,0). Sum of RGB (Red+Green+Blue) = 219+134+0=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8600 is #2479FF. Grayscale: #909090. Windows color (decimal): -2390528 or 34523. OLE color: 34523.
HSL color Cylindrical-coordinate representation of color #DB8600: hue angle of 36.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB8600 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.14 |
| HSL | 36.71º | 1% | 0.43% | - |
| HSV(B) | 36.71º | 1% | 0.86% | - |
| XYZ | 37.74 | 32.11 | 4.21 | - |
| YUV | 144.14 | 46.66 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 0 | 0 | 0.39 | 1 | 0.14 | 36.71 | 1 | 0.43 |
| Hex | DB | 86 | 0 | 0 | 27 | 64 | E | 25 | 64 | 2B |
| Octal | 333 | 206 | 0 | 0 | 47 | 144 | 16 | 45 | 144 | 53 |
| Binary | 11011011 | 10000110 | 0 | 0 | 100111 | 1100100 | 1110 | 100101 | 1100100 | 101011 |
Color Harmonies of #DB8600
Complementary color
Monochromatic Colors of #DB8600
Black with #DB8600
Text Example
Text Example
White with #DB8600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8600; }
p { color: rgb(219,134,0); }
H1.HeaderClassName
{
color: #DB8600;
}
.AnyTagClassName
{
color: #DB8600;
}
</style>
background-color css
<style>
a { background-color: #DB8600; }
a { background-color: rgb(219,134,0); }
div.DivClassName
{
background-color: #DB8600;
}
.BgClassName
{
background-color: #DB8600;
}
</style>
border-color css
<style>
span { border-color: #DB8600; }
span { border-color: rgb(219,134,0); }
td.TdClassName
{
border-color: #DB8600;
}
.TagClassName
{
border-color: #DB8600;
}
</style>