Shades of Tangerine #DB8803
Tints of Tangerine #DB8803
RGB
CMYK
RGB Variations
Color information
#DB8803 (or 0xDB8803) is known color: Tangerine. HEX triplet: DB, 88 and 03. RGB value is (219,136,3). Sum of RGB (Red+Green+Blue) = 219+136+3=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8803 is #2477FC. Grayscale: #929292. Windows color (decimal): -2390013 or 231643. OLE color: 231643.
HSL color Cylindrical-coordinate representation of color #DB8803: hue angle of 36.94º 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 #DB8803 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.14 |
| HSL | 36.94º | 0.97% | 0.44% | - |
| HSV(B) | 36.94º | 0.99% | 0.86% | - |
| XYZ | 38.03 | 32.67 | 4.39 | - |
| YUV | 145.66 | 47.5 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 3 | 0 | 0.38 | 0.99 | 0.14 | 36.94 | 0.97 | 0.44 |
| Hex | DB | 88 | 3 | 0 | 26 | 63 | E | 25 | 61 | 2C |
| Octal | 333 | 210 | 3 | 0 | 46 | 143 | 16 | 45 | 141 | 54 |
| Binary | 11011011 | 10001000 | 11 | 0 | 100110 | 1100011 | 1110 | 100101 | 1100001 | 101100 |
Color Harmonies of #DB8803
Complementary color
Monochromatic Colors of #DB8803
Black with #DB8803
Text Example
Text Example
White with #DB8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8803; }
p { color: rgb(219,136,3); }
H1.HeaderClassName
{
color: #DB8803;
}
.AnyTagClassName
{
color: #DB8803;
}
</style>
background-color css
<style>
a { background-color: #DB8803; }
a { background-color: rgb(219,136,3); }
div.DivClassName
{
background-color: #DB8803;
}
.BgClassName
{
background-color: #DB8803;
}
</style>
border-color css
<style>
span { border-color: #DB8803; }
span { border-color: rgb(219,136,3); }
td.TdClassName
{
border-color: #DB8803;
}
.TagClassName
{
border-color: #DB8803;
}
</style>