Shades of Tangerine #DE8302
Tints of Tangerine #DE8302
RGB
CMYK
RGB Variations
Color information
#DE8302 (or 0xDE8302) is known color: Tangerine. HEX triplet: DE, 83 and 02. RGB value is (222,131,2). Sum of RGB (Red+Green+Blue) = 222+131+2=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8302 is #217CFD. Grayscale: #909090. Windows color (decimal): -2194686 or 164830. OLE color: 164830.
HSL color Cylindrical-coordinate representation of color #DE8302: hue angle of 35.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE8302 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.13 |
| HSL | 35.18º | 0.98% | 0.44% | - |
| HSV(B) | 35.18º | 0.99% | 0.87% | - |
| XYZ | 38.25 | 31.77 | 4.17 | - |
| YUV | 143.5 | 48.15 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 2 | 0 | 0.41 | 0.99 | 0.13 | 35.18 | 0.98 | 0.44 |
| Hex | DE | 83 | 2 | 0 | 29 | 63 | D | 23 | 62 | 2C |
| Octal | 336 | 203 | 2 | 0 | 51 | 143 | 15 | 43 | 142 | 54 |
| Binary | 11011110 | 10000011 | 10 | 0 | 101001 | 1100011 | 1101 | 100011 | 1100010 | 101100 |
Color Harmonies of #DE8302
Complementary color
Monochromatic Colors of #DE8302
Black with #DE8302
Text Example
Text Example
White with #DE8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8302; }
p { color: rgb(222,131,2); }
H1.HeaderClassName
{
color: #DE8302;
}
.AnyTagClassName
{
color: #DE8302;
}
</style>
background-color css
<style>
a { background-color: #DE8302; }
a { background-color: rgb(222,131,2); }
div.DivClassName
{
background-color: #DE8302;
}
.BgClassName
{
background-color: #DE8302;
}
</style>
border-color css
<style>
span { border-color: #DE8302; }
span { border-color: rgb(222,131,2); }
td.TdClassName
{
border-color: #DE8302;
}
.TagClassName
{
border-color: #DE8302;
}
</style>