Shades of Tangerine #DB8504
Tints of Tangerine #DB8504
RGB
CMYK
RGB Variations
Color information
#DB8504 (or 0xDB8504) is known color: Tangerine. HEX triplet: DB, 85 and 04. RGB value is (219,133,4). Sum of RGB (Red+Green+Blue) = 219+133+4=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8504 is #247AFB. Grayscale: #909090. Windows color (decimal): -2390780 or 296411. OLE color: 296411.
HSL color Cylindrical-coordinate representation of color #DB8504: hue angle of 36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB8504 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.14 |
| HSL | 36º | 0.96% | 0.44% | - |
| HSV(B) | 36º | 0.98% | 0.86% | - |
| XYZ | 37.62 | 31.84 | 4.28 | - |
| YUV | 144.01 | 48.99 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 4 | 0 | 0.39 | 0.98 | 0.14 | 36 | 0.96 | 0.44 |
| Hex | DB | 85 | 4 | 0 | 27 | 62 | E | 24 | 60 | 2C |
| Octal | 333 | 205 | 4 | 0 | 47 | 142 | 16 | 44 | 140 | 54 |
| Binary | 11011011 | 10000101 | 100 | 0 | 100111 | 1100010 | 1110 | 100100 | 1100000 | 101100 |
Color Harmonies of #DB8504
Complementary color
Monochromatic Colors of #DB8504
Black with #DB8504
Text Example
Text Example
White with #DB8504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8504; }
p { color: rgb(219,133,4); }
H1.HeaderClassName
{
color: #DB8504;
}
.AnyTagClassName
{
color: #DB8504;
}
</style>
background-color css
<style>
a { background-color: #DB8504; }
a { background-color: rgb(219,133,4); }
div.DivClassName
{
background-color: #DB8504;
}
.BgClassName
{
background-color: #DB8504;
}
</style>
border-color css
<style>
span { border-color: #DB8504; }
span { border-color: rgb(219,133,4); }
td.TdClassName
{
border-color: #DB8504;
}
.TagClassName
{
border-color: #DB8504;
}
</style>