Shades of Tangerine #DB8400
Tints of Tangerine #DB8400
RGB
CMYK
RGB Variations
Color information
#DB8400 (or 0xDB8400) is known color: Tangerine. HEX triplet: DB, 84 and 00. RGB value is (219,132,0). Sum of RGB (Red+Green+Blue) = 219+132+0=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8400 is #247BFF. Grayscale: #8F8F8F. Windows color (decimal): -2391040 or 34011. OLE color: 34011.
HSL color Cylindrical-coordinate representation of color #DB8400: hue angle of 36.16º 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 #DB8400 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.14 |
| HSL | 36.16º | 1% | 0.43% | - |
| HSV(B) | 36.16º | 1% | 0.86% | - |
| XYZ | 37.46 | 31.56 | 4.12 | - |
| YUV | 142.97 | 47.32 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 0 | 0 | 0.40 | 1 | 0.14 | 36.16 | 1 | 0.43 |
| Hex | DB | 84 | 0 | 0 | 28 | 64 | E | 24 | 64 | 2B |
| Octal | 333 | 204 | 0 | 0 | 50 | 144 | 16 | 44 | 144 | 53 |
| Binary | 11011011 | 10000100 | 0 | 0 | 101000 | 1100100 | 1110 | 100100 | 1100100 | 101011 |
Color Harmonies of #DB8400
Complementary color
Monochromatic Colors of #DB8400
Black with #DB8400
Text Example
Text Example
White with #DB8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8400; }
p { color: rgb(219,132,0); }
H1.HeaderClassName
{
color: #DB8400;
}
.AnyTagClassName
{
color: #DB8400;
}
</style>
background-color css
<style>
a { background-color: #DB8400; }
a { background-color: rgb(219,132,0); }
div.DivClassName
{
background-color: #DB8400;
}
.BgClassName
{
background-color: #DB8400;
}
</style>
border-color css
<style>
span { border-color: #DB8400; }
span { border-color: rgb(219,132,0); }
td.TdClassName
{
border-color: #DB8400;
}
.TagClassName
{
border-color: #DB8400;
}
</style>