Shades of Tangerine #DD8705
Tints of Tangerine #DD8705
RGB
CMYK
RGB Variations
Color information
#DD8705 (or 0xDD8705) is known color: Tangerine. HEX triplet: DD, 87 and 05. RGB value is (221,135,5). Sum of RGB (Red+Green+Blue) = 221+135+5=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8705 is #2278FA. Grayscale: #929292. Windows color (decimal): -2259195 or 362461. OLE color: 362461.
HSL color Cylindrical-coordinate representation of color #DD8705: hue angle of 36.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD8705 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.13 |
| HSL | 36.11º | 0.96% | 0.44% | - |
| HSV(B) | 36.11º | 0.98% | 0.87% | - |
| XYZ | 38.51 | 32.71 | 4.43 | - |
| YUV | 145.89 | 48.49 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 5 | 0 | 0.39 | 0.98 | 0.13 | 36.11 | 0.96 | 0.44 |
| Hex | DD | 87 | 5 | 0 | 27 | 62 | D | 24 | 60 | 2C |
| Octal | 335 | 207 | 5 | 0 | 47 | 142 | 15 | 44 | 140 | 54 |
| Binary | 11011101 | 10000111 | 101 | 0 | 100111 | 1100010 | 1101 | 100100 | 1100000 | 101100 |
Color Harmonies of #DD8705
Complementary color
Monochromatic Colors of #DD8705
Black with #DD8705
Text Example
Text Example
White with #DD8705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8705; }
p { color: rgb(221,135,5); }
H1.HeaderClassName
{
color: #DD8705;
}
.AnyTagClassName
{
color: #DD8705;
}
</style>
background-color css
<style>
a { background-color: #DD8705; }
a { background-color: rgb(221,135,5); }
div.DivClassName
{
background-color: #DD8705;
}
.BgClassName
{
background-color: #DD8705;
}
</style>
border-color css
<style>
span { border-color: #DD8705; }
span { border-color: rgb(221,135,5); }
td.TdClassName
{
border-color: #DD8705;
}
.TagClassName
{
border-color: #DD8705;
}
</style>