Shades of Tangerine #DB8603
Tints of Tangerine #DB8603
RGB
CMYK
RGB Variations
Color information
#DB8603 (or 0xDB8603) is known color: Tangerine. HEX triplet: DB, 86 and 03. RGB value is (219,134,3). Sum of RGB (Red+Green+Blue) = 219+134+3=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8603 is #2479FC. Grayscale: #919191. Windows color (decimal): -2390525 or 231131. OLE color: 231131.
HSL color Cylindrical-coordinate representation of color #DB8603: hue angle of 36.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB8603 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.14 |
| HSL | 36.39º | 0.97% | 0.44% | - |
| HSV(B) | 36.39º | 0.99% | 0.86% | - |
| XYZ | 37.75 | 32.12 | 4.3 | - |
| YUV | 144.48 | 48.16 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 3 | 0 | 0.39 | 0.99 | 0.14 | 36.39 | 0.97 | 0.44 |
| Hex | DB | 86 | 3 | 0 | 27 | 63 | E | 24 | 61 | 2C |
| Octal | 333 | 206 | 3 | 0 | 47 | 143 | 16 | 44 | 141 | 54 |
| Binary | 11011011 | 10000110 | 11 | 0 | 100111 | 1100011 | 1110 | 100100 | 1100001 | 101100 |
Color Harmonies of #DB8603
Complementary color
Monochromatic Colors of #DB8603
Black with #DB8603
Text Example
Text Example
White with #DB8603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8603; }
p { color: rgb(219,134,3); }
H1.HeaderClassName
{
color: #DB8603;
}
.AnyTagClassName
{
color: #DB8603;
}
</style>
background-color css
<style>
a { background-color: #DB8603; }
a { background-color: rgb(219,134,3); }
div.DivClassName
{
background-color: #DB8603;
}
.BgClassName
{
background-color: #DB8603;
}
</style>
border-color css
<style>
span { border-color: #DB8603; }
span { border-color: rgb(219,134,3); }
td.TdClassName
{
border-color: #DB8603;
}
.TagClassName
{
border-color: #DB8603;
}
</style>