Shades of Tangerine #DE850D
Tints of Tangerine #DE850D
RGB
CMYK
RGB Variations
Color information
#DE850D (or 0xDE850D) is known color: Tangerine. HEX triplet: DE, 85 and 0D. RGB value is (222,133,13). Sum of RGB (Red+Green+Blue) = 222+133+13=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE850D is #217AF2. Grayscale: #929292. Windows color (decimal): -2194163 or 886238. OLE color: 886238.
HSL color Cylindrical-coordinate representation of color #DE850D: hue angle of 34.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE850D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.13 |
| HSL | 34.45º | 0.89% | 0.46% | - |
| HSV(B) | 34.45º | 0.94% | 0.87% | - |
| XYZ | 38.58 | 32.33 | 4.59 | - |
| YUV | 145.93 | 52.99 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 13 | 0 | 0.40 | 0.94 | 0.13 | 34.45 | 0.89 | 0.46 |
| Hex | DE | 85 | D | 0 | 28 | 5E | D | 22 | 59 | 2E |
| Octal | 336 | 205 | 15 | 0 | 50 | 136 | 15 | 42 | 131 | 56 |
| Binary | 11011110 | 10000101 | 1101 | 0 | 101000 | 1011110 | 1101 | 100010 | 1011001 | 101110 |
Color Harmonies of #DE850D
Complementary color
Monochromatic Colors of #DE850D
Black with #DE850D
Text Example
Text Example
White with #DE850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE850D; }
p { color: rgb(222,133,13); }
H1.HeaderClassName
{
color: #DE850D;
}
.AnyTagClassName
{
color: #DE850D;
}
</style>
background-color css
<style>
a { background-color: #DE850D; }
a { background-color: rgb(222,133,13); }
div.DivClassName
{
background-color: #DE850D;
}
.BgClassName
{
background-color: #DE850D;
}
</style>
border-color css
<style>
span { border-color: #DE850D; }
span { border-color: rgb(222,133,13); }
td.TdClassName
{
border-color: #DE850D;
}
.TagClassName
{
border-color: #DE850D;
}
</style>