Shades of Tangerine #DB8607
Tints of Tangerine #DB8607
RGB
CMYK
RGB Variations
Color information
#DB8607 (or 0xDB8607) is known color: Tangerine. HEX triplet: DB, 86 and 07. RGB value is (219,134,7). Sum of RGB (Red+Green+Blue) = 219+134+7=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8607 is #2479F8. Grayscale: #919191. Windows color (decimal): -2390521 or 493275. OLE color: 493275.
HSL color Cylindrical-coordinate representation of color #DB8607: hue angle of 35.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB8607 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.14 |
| HSL | 35.94º | 0.94% | 0.44% | - |
| HSV(B) | 35.94º | 0.97% | 0.86% | - |
| XYZ | 37.78 | 32.13 | 4.41 | - |
| YUV | 144.94 | 50.16 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 7 | 0 | 0.39 | 0.97 | 0.14 | 35.94 | 0.94 | 0.44 |
| Hex | DB | 86 | 7 | 0 | 27 | 61 | E | 24 | 5E | 2C |
| Octal | 333 | 206 | 7 | 0 | 47 | 141 | 16 | 44 | 136 | 54 |
| Binary | 11011011 | 10000110 | 111 | 0 | 100111 | 1100001 | 1110 | 100100 | 1011110 | 101100 |
Color Harmonies of #DB8607
Complementary color
Monochromatic Colors of #DB8607
Black with #DB8607
Text Example
Text Example
White with #DB8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8607; }
p { color: rgb(219,134,7); }
H1.HeaderClassName
{
color: #DB8607;
}
.AnyTagClassName
{
color: #DB8607;
}
</style>
background-color css
<style>
a { background-color: #DB8607; }
a { background-color: rgb(219,134,7); }
div.DivClassName
{
background-color: #DB8607;
}
.BgClassName
{
background-color: #DB8607;
}
</style>
border-color css
<style>
span { border-color: #DB8607; }
span { border-color: rgb(219,134,7); }
td.TdClassName
{
border-color: #DB8607;
}
.TagClassName
{
border-color: #DB8607;
}
</style>