Shades of Tangerine #DD8800
Tints of Tangerine #DD8800
RGB
CMYK
RGB Variations
Color information
#DD8800 (or 0xDD8800) is known color: Tangerine. HEX triplet: DD, 88 and 00. RGB value is (221,136,0). Sum of RGB (Red+Green+Blue) = 221+136+0=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8800 is #2277FF. Grayscale: #929292. Windows color (decimal): -2258944 or 35037. OLE color: 35037.
HSL color Cylindrical-coordinate representation of color #DD8800: hue angle of 36.92º 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 #DD8800 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.13 |
| HSL | 36.92º | 1% | 0.43% | - |
| HSV(B) | 36.92º | 1% | 0.87% | - |
| XYZ | 38.62 | 32.98 | 4.33 | - |
| YUV | 145.91 | 45.66 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 0 | 0 | 0.38 | 1 | 0.13 | 36.92 | 1 | 0.43 |
| Hex | DD | 88 | 0 | 0 | 26 | 64 | D | 25 | 64 | 2B |
| Octal | 335 | 210 | 0 | 0 | 46 | 144 | 15 | 45 | 144 | 53 |
| Binary | 11011101 | 10001000 | 0 | 0 | 100110 | 1100100 | 1101 | 100101 | 1100100 | 101011 |
Color Harmonies of #DD8800
Complementary color
Monochromatic Colors of #DD8800
Black with #DD8800
Text Example
Text Example
White with #DD8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8800; }
p { color: rgb(221,136,0); }
H1.HeaderClassName
{
color: #DD8800;
}
.AnyTagClassName
{
color: #DD8800;
}
</style>
background-color css
<style>
a { background-color: #DD8800; }
a { background-color: rgb(221,136,0); }
div.DivClassName
{
background-color: #DD8800;
}
.BgClassName
{
background-color: #DD8800;
}
</style>
border-color css
<style>
span { border-color: #DD8800; }
span { border-color: rgb(221,136,0); }
td.TdClassName
{
border-color: #DD8800;
}
.TagClassName
{
border-color: #DD8800;
}
</style>