Shades of Tangerine #DD8407
Tints of Tangerine #DD8407
RGB
CMYK
RGB Variations
Color information
#DD8407 (or 0xDD8407) is known color: Tangerine. HEX triplet: DD, 84 and 07. RGB value is (221,132,7). Sum of RGB (Red+Green+Blue) = 221+132+7=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8407 is #227BF8. Grayscale: #909090. Windows color (decimal): -2259961 or 492765. OLE color: 492765.
HSL color Cylindrical-coordinate representation of color #DD8407: hue angle of 35.05º 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 #DD8407 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.13 |
| HSL | 35.05º | 0.94% | 0.45% | - |
| HSV(B) | 35.05º | 0.97% | 0.87% | - |
| XYZ | 38.11 | 31.89 | 4.35 | - |
| YUV | 144.36 | 50.49 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 7 | 0 | 0.40 | 0.97 | 0.13 | 35.05 | 0.94 | 0.45 |
| Hex | DD | 84 | 7 | 0 | 28 | 61 | D | 23 | 5E | 2D |
| Octal | 335 | 204 | 7 | 0 | 50 | 141 | 15 | 43 | 136 | 55 |
| Binary | 11011101 | 10000100 | 111 | 0 | 101000 | 1100001 | 1101 | 100011 | 1011110 | 101101 |
Color Harmonies of #DD8407
Complementary color
Monochromatic Colors of #DD8407
Black with #DD8407
Text Example
Text Example
White with #DD8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8407; }
p { color: rgb(221,132,7); }
H1.HeaderClassName
{
color: #DD8407;
}
.AnyTagClassName
{
color: #DD8407;
}
</style>
background-color css
<style>
a { background-color: #DD8407; }
a { background-color: rgb(221,132,7); }
div.DivClassName
{
background-color: #DD8407;
}
.BgClassName
{
background-color: #DD8407;
}
</style>
border-color css
<style>
span { border-color: #DD8407; }
span { border-color: rgb(221,132,7); }
td.TdClassName
{
border-color: #DD8407;
}
.TagClassName
{
border-color: #DD8407;
}
</style>