Shades of Tangerine #DE8404
Tints of Tangerine #DE8404
RGB
CMYK
RGB Variations
Color information
#DE8404 (or 0xDE8404) is known color: Tangerine. HEX triplet: DE, 84 and 04. RGB value is (222,132,4). Sum of RGB (Red+Green+Blue) = 222+132+4=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8404 is #217BFB. Grayscale: #909090. Windows color (decimal): -2194428 or 296158. OLE color: 296158.
HSL color Cylindrical-coordinate representation of color #DE8404: hue angle of 35.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE8404 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.13 |
| HSL | 35.23º | 0.96% | 0.44% | - |
| HSV(B) | 35.23º | 0.98% | 0.87% | - |
| XYZ | 38.4 | 32.04 | 4.28 | - |
| YUV | 144.32 | 48.82 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 4 | 0 | 0.41 | 0.98 | 0.13 | 35.23 | 0.96 | 0.44 |
| Hex | DE | 84 | 4 | 0 | 29 | 62 | D | 23 | 60 | 2C |
| Octal | 336 | 204 | 4 | 0 | 51 | 142 | 15 | 43 | 140 | 54 |
| Binary | 11011110 | 10000100 | 100 | 0 | 101001 | 1100010 | 1101 | 100011 | 1100000 | 101100 |
Color Harmonies of #DE8404
Complementary color
Monochromatic Colors of #DE8404
Black with #DE8404
Text Example
Text Example
White with #DE8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8404; }
p { color: rgb(222,132,4); }
H1.HeaderClassName
{
color: #DE8404;
}
.AnyTagClassName
{
color: #DE8404;
}
</style>
background-color css
<style>
a { background-color: #DE8404; }
a { background-color: rgb(222,132,4); }
div.DivClassName
{
background-color: #DE8404;
}
.BgClassName
{
background-color: #DE8404;
}
</style>
border-color css
<style>
span { border-color: #DE8404; }
span { border-color: rgb(222,132,4); }
td.TdClassName
{
border-color: #DE8404;
}
.TagClassName
{
border-color: #DE8404;
}
</style>