Shades of Tangerine #DE8905
Tints of Tangerine #DE8905
RGB
CMYK
RGB Variations
Color information
#DE8905 (or 0xDE8905) is known color: Tangerine. HEX triplet: DE, 89 and 05. RGB value is (222,137,5). Sum of RGB (Red+Green+Blue) = 222+137+5=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8905 is #2176FA. Grayscale: #939393. Windows color (decimal): -2193147 or 362974. OLE color: 362974.
HSL color Cylindrical-coordinate representation of color #DE8905: hue angle of 36.5º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE8905 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 137 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.13 |
| HSL | 36.5º | 0.96% | 0.45% | - |
| HSV(B) | 36.5º | 0.98% | 0.87% | - |
| XYZ | 39.1 | 33.43 | 4.54 | - |
| YUV | 147.37 | 47.66 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 5 | 0 | 0.38 | 0.98 | 0.13 | 36.5 | 0.96 | 0.45 |
| Hex | DE | 89 | 5 | 0 | 26 | 62 | D | 24 | 60 | 2D |
| Octal | 336 | 211 | 5 | 0 | 46 | 142 | 15 | 44 | 140 | 55 |
| Binary | 11011110 | 10001001 | 101 | 0 | 100110 | 1100010 | 1101 | 100100 | 1100000 | 101101 |
Color Harmonies of #DE8905
Complementary color
Monochromatic Colors of #DE8905
Black with #DE8905
Text Example
Text Example
White with #DE8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8905; }
p { color: rgb(222,137,5); }
H1.HeaderClassName
{
color: #DE8905;
}
.AnyTagClassName
{
color: #DE8905;
}
</style>
background-color css
<style>
a { background-color: #DE8905; }
a { background-color: rgb(222,137,5); }
div.DivClassName
{
background-color: #DE8905;
}
.BgClassName
{
background-color: #DE8905;
}
</style>
border-color css
<style>
span { border-color: #DE8905; }
span { border-color: rgb(222,137,5); }
td.TdClassName
{
border-color: #DE8905;
}
.TagClassName
{
border-color: #DE8905;
}
</style>