Shades of Tangerine #DE8A00
Tints of Tangerine #DE8A00
RGB
CMYK
RGB Variations
Color information
#DE8A00 (or 0xDE8A00) is known color: Tangerine. HEX triplet: DE, 8A and 00. RGB value is (222,138,0). Sum of RGB (Red+Green+Blue) = 222+138+0=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8A00 is #2175FF. Grayscale: #949494. Windows color (decimal): -2192896 or 35550. OLE color: 35550.
HSL color Cylindrical-coordinate representation of color #DE8A00: hue angle of 37.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE8A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.13 |
| HSL | 37.3º | 1% | 0.44% | - |
| HSV(B) | 37.3º | 1% | 0.87% | - |
| XYZ | 39.21 | 33.71 | 4.44 | - |
| YUV | 147.38 | 44.83 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 0 | 0 | 0.38 | 1 | 0.13 | 37.3 | 1 | 0.44 |
| Hex | DE | 8A | 0 | 0 | 26 | 64 | D | 25 | 64 | 2C |
| Octal | 336 | 212 | 0 | 0 | 46 | 144 | 15 | 45 | 144 | 54 |
| Binary | 11011110 | 10001010 | 0 | 0 | 100110 | 1100100 | 1101 | 100101 | 1100100 | 101100 |
Color Harmonies of #DE8A00
Complementary color
Monochromatic Colors of #DE8A00
Black with #DE8A00
Text Example
Text Example
White with #DE8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A00; }
p { color: rgb(222,138,0); }
H1.HeaderClassName
{
color: #DE8A00;
}
.AnyTagClassName
{
color: #DE8A00;
}
</style>
background-color css
<style>
a { background-color: #DE8A00; }
a { background-color: rgb(222,138,0); }
div.DivClassName
{
background-color: #DE8A00;
}
.BgClassName
{
background-color: #DE8A00;
}
</style>
border-color css
<style>
span { border-color: #DE8A00; }
span { border-color: rgb(222,138,0); }
td.TdClassName
{
border-color: #DE8A00;
}
.TagClassName
{
border-color: #DE8A00;
}
</style>