Shades of Tangerine #DD8707
Tints of Tangerine #DD8707
RGB
CMYK
RGB Variations
Color information
#DD8707 (or 0xDD8707) is known color: Tangerine. HEX triplet: DD, 87 and 07. RGB value is (221,135,7). Sum of RGB (Red+Green+Blue) = 221+135+7=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8707 is #2278F8. Grayscale: #929292. Windows color (decimal): -2259193 or 493533. OLE color: 493533.
HSL color Cylindrical-coordinate representation of color #DD8707: hue angle of 35.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD8707 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.13 |
| HSL | 35.89º | 0.94% | 0.45% | - |
| HSV(B) | 35.89º | 0.97% | 0.87% | - |
| XYZ | 38.52 | 32.72 | 4.49 | - |
| YUV | 146.12 | 49.49 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 7 | 0 | 0.39 | 0.97 | 0.13 | 35.89 | 0.94 | 0.45 |
| Hex | DD | 87 | 7 | 0 | 27 | 61 | D | 24 | 5E | 2D |
| Octal | 335 | 207 | 7 | 0 | 47 | 141 | 15 | 44 | 136 | 55 |
| Binary | 11011101 | 10000111 | 111 | 0 | 100111 | 1100001 | 1101 | 100100 | 1011110 | 101101 |
Color Harmonies of #DD8707
Complementary color
Monochromatic Colors of #DD8707
Black with #DD8707
Text Example
Text Example
White with #DD8707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8707; }
p { color: rgb(221,135,7); }
H1.HeaderClassName
{
color: #DD8707;
}
.AnyTagClassName
{
color: #DD8707;
}
</style>
background-color css
<style>
a { background-color: #DD8707; }
a { background-color: rgb(221,135,7); }
div.DivClassName
{
background-color: #DD8707;
}
.BgClassName
{
background-color: #DD8707;
}
</style>
border-color css
<style>
span { border-color: #DD8707; }
span { border-color: rgb(221,135,7); }
td.TdClassName
{
border-color: #DD8707;
}
.TagClassName
{
border-color: #DD8707;
}
</style>