Shades of Tangerine #DD8400
Tints of Tangerine #DD8400
RGB
CMYK
RGB Variations
Color information
#DD8400 (or 0xDD8400) is known color: Tangerine. HEX triplet: DD, 84 and 00. RGB value is (221,132,0). Sum of RGB (Red+Green+Blue) = 221+132+0=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8400 is #227BFF. Grayscale: #909090. Windows color (decimal): -2259968 or 34013. OLE color: 34013.
HSL color Cylindrical-coordinate representation of color #DD8400: hue angle of 35.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8400 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.13 |
| HSL | 35.84º | 1% | 0.43% | - |
| HSV(B) | 35.84º | 1% | 0.87% | - |
| XYZ | 38.07 | 31.87 | 4.15 | - |
| YUV | 143.56 | 46.99 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 0 | 0 | 0.40 | 1 | 0.13 | 35.84 | 1 | 0.43 |
| Hex | DD | 84 | 0 | 0 | 28 | 64 | D | 24 | 64 | 2B |
| Octal | 335 | 204 | 0 | 0 | 50 | 144 | 15 | 44 | 144 | 53 |
| Binary | 11011101 | 10000100 | 0 | 0 | 101000 | 1100100 | 1101 | 100100 | 1100100 | 101011 |
Color Harmonies of #DD8400
Complementary color
Monochromatic Colors of #DD8400
Black with #DD8400
Text Example
Text Example
White with #DD8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8400; }
p { color: rgb(221,132,0); }
H1.HeaderClassName
{
color: #DD8400;
}
.AnyTagClassName
{
color: #DD8400;
}
</style>
background-color css
<style>
a { background-color: #DD8400; }
a { background-color: rgb(221,132,0); }
div.DivClassName
{
background-color: #DD8400;
}
.BgClassName
{
background-color: #DD8400;
}
</style>
border-color css
<style>
span { border-color: #DD8400; }
span { border-color: rgb(221,132,0); }
td.TdClassName
{
border-color: #DD8400;
}
.TagClassName
{
border-color: #DD8400;
}
</style>