Shades of Tangerine #DD8608
Tints of Tangerine #DD8608
RGB
CMYK
RGB Variations
Color information
#DD8608 (or 0xDD8608) is known color: Tangerine. HEX triplet: DD, 86 and 08. RGB value is (221,134,8). Sum of RGB (Red+Green+Blue) = 221+134+8=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8608 is #2279F7. Grayscale: #929292. Windows color (decimal): -2259448 or 558813. OLE color: 558813.
HSL color Cylindrical-coordinate representation of color #DD8608: hue angle of 35.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD8608 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.13 |
| HSL | 35.49º | 0.93% | 0.45% | - |
| HSV(B) | 35.49º | 0.96% | 0.87% | - |
| XYZ | 38.39 | 32.44 | 4.47 | - |
| YUV | 145.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 8 | 0 | 0.39 | 0.96 | 0.13 | 35.49 | 0.93 | 0.45 |
| Hex | DD | 86 | 8 | 0 | 27 | 60 | D | 23 | 5D | 2D |
| Octal | 335 | 206 | 10 | 0 | 47 | 140 | 15 | 43 | 135 | 55 |
| Binary | 11011101 | 10000110 | 1000 | 0 | 100111 | 1100000 | 1101 | 100011 | 1011101 | 101101 |
Color Harmonies of #DD8608
Complementary color
Monochromatic Colors of #DD8608
Black with #DD8608
Text Example
Text Example
White with #DD8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8608; }
p { color: rgb(221,134,8); }
H1.HeaderClassName
{
color: #DD8608;
}
.AnyTagClassName
{
color: #DD8608;
}
</style>
background-color css
<style>
a { background-color: #DD8608; }
a { background-color: rgb(221,134,8); }
div.DivClassName
{
background-color: #DD8608;
}
.BgClassName
{
background-color: #DD8608;
}
</style>
border-color css
<style>
span { border-color: #DD8608; }
span { border-color: rgb(221,134,8); }
td.TdClassName
{
border-color: #DD8608;
}
.TagClassName
{
border-color: #DD8608;
}
</style>