Shades of Tangerine #DD8902
Tints of Tangerine #DD8902
RGB
CMYK
RGB Variations
Color information
#DD8902 (or 0xDD8902) is known color: Tangerine. HEX triplet: DD, 89 and 02. RGB value is (221,137,2). Sum of RGB (Red+Green+Blue) = 221+137+2=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8902 is #2276FD. Grayscale: #939393. Windows color (decimal): -2258686 or 166365. OLE color: 166365.
HSL color Cylindrical-coordinate representation of color #DD8902: hue angle of 36.99º 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 #DD8902 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.13 |
| HSL | 36.99º | 0.98% | 0.44% | - |
| HSV(B) | 36.99º | 0.99% | 0.87% | - |
| XYZ | 38.78 | 33.27 | 4.44 | - |
| YUV | 146.73 | 46.33 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 2 | 0 | 0.38 | 0.99 | 0.13 | 36.99 | 0.98 | 0.44 |
| Hex | DD | 89 | 2 | 0 | 26 | 63 | D | 25 | 62 | 2C |
| Octal | 335 | 211 | 2 | 0 | 46 | 143 | 15 | 45 | 142 | 54 |
| Binary | 11011101 | 10001001 | 10 | 0 | 100110 | 1100011 | 1101 | 100101 | 1100010 | 101100 |
Color Harmonies of #DD8902
Complementary color
Monochromatic Colors of #DD8902
Black with #DD8902
Text Example
Text Example
White with #DD8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8902; }
p { color: rgb(221,137,2); }
H1.HeaderClassName
{
color: #DD8902;
}
.AnyTagClassName
{
color: #DD8902;
}
</style>
background-color css
<style>
a { background-color: #DD8902; }
a { background-color: rgb(221,137,2); }
div.DivClassName
{
background-color: #DD8902;
}
.BgClassName
{
background-color: #DD8902;
}
</style>
border-color css
<style>
span { border-color: #DD8902; }
span { border-color: rgb(221,137,2); }
td.TdClassName
{
border-color: #DD8902;
}
.TagClassName
{
border-color: #DD8902;
}
</style>