Shades of Tangerine #DD8409
Tints of Tangerine #DD8409
RGB
CMYK
RGB Variations
Color information
#DD8409 (or 0xDD8409) is known color: Tangerine. HEX triplet: DD, 84 and 09. RGB value is (221,132,9). Sum of RGB (Red+Green+Blue) = 221+132+9=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8409 is #227BF6. Grayscale: #919191. Windows color (decimal): -2259959 or 623837. OLE color: 623837.
HSL color Cylindrical-coordinate representation of color #DD8409: hue angle of 34.81º degrees, saturation: 0.92, 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 #DD8409 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.13 |
| HSL | 34.81º | 0.92% | 0.45% | - |
| HSV(B) | 34.81º | 0.96% | 0.87% | - |
| XYZ | 38.12 | 31.89 | 4.41 | - |
| YUV | 144.59 | 51.49 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 9 | 0 | 0.40 | 0.96 | 0.13 | 34.81 | 0.92 | 0.45 |
| Hex | DD | 84 | 9 | 0 | 28 | 60 | D | 23 | 5C | 2D |
| Octal | 335 | 204 | 11 | 0 | 50 | 140 | 15 | 43 | 134 | 55 |
| Binary | 11011101 | 10000100 | 1001 | 0 | 101000 | 1100000 | 1101 | 100011 | 1011100 | 101101 |
Color Harmonies of #DD8409
Complementary color
Monochromatic Colors of #DD8409
Black with #DD8409
Text Example
Text Example
White with #DD8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8409; }
p { color: rgb(221,132,9); }
H1.HeaderClassName
{
color: #DD8409;
}
.AnyTagClassName
{
color: #DD8409;
}
</style>
background-color css
<style>
a { background-color: #DD8409; }
a { background-color: rgb(221,132,9); }
div.DivClassName
{
background-color: #DD8409;
}
.BgClassName
{
background-color: #DD8409;
}
</style>
border-color css
<style>
span { border-color: #DD8409; }
span { border-color: rgb(221,132,9); }
td.TdClassName
{
border-color: #DD8409;
}
.TagClassName
{
border-color: #DD8409;
}
</style>