Shades of Tangerine #DD8405
Tints of Tangerine #DD8405
RGB
CMYK
RGB Variations
Color information
#DD8405 (or 0xDD8405) is known color: Tangerine. HEX triplet: DD, 84 and 05. RGB value is (221,132,5). Sum of RGB (Red+Green+Blue) = 221+132+5=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8405 is #227BFA. Grayscale: #909090. Windows color (decimal): -2259963 or 361693. OLE color: 361693.
HSL color Cylindrical-coordinate representation of color #DD8405: hue angle of 35.28º 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 #DD8405 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.13 |
| HSL | 35.28º | 0.96% | 0.44% | - |
| HSV(B) | 35.28º | 0.98% | 0.87% | - |
| XYZ | 38.1 | 31.89 | 4.29 | - |
| YUV | 144.13 | 49.49 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 5 | 0 | 0.40 | 0.98 | 0.13 | 35.28 | 0.96 | 0.44 |
| Hex | DD | 84 | 5 | 0 | 28 | 62 | D | 23 | 60 | 2C |
| Octal | 335 | 204 | 5 | 0 | 50 | 142 | 15 | 43 | 140 | 54 |
| Binary | 11011101 | 10000100 | 101 | 0 | 101000 | 1100010 | 1101 | 100011 | 1100000 | 101100 |
Color Harmonies of #DD8405
Complementary color
Monochromatic Colors of #DD8405
Black with #DD8405
Text Example
Text Example
White with #DD8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8405; }
p { color: rgb(221,132,5); }
H1.HeaderClassName
{
color: #DD8405;
}
.AnyTagClassName
{
color: #DD8405;
}
</style>
background-color css
<style>
a { background-color: #DD8405; }
a { background-color: rgb(221,132,5); }
div.DivClassName
{
background-color: #DD8405;
}
.BgClassName
{
background-color: #DD8405;
}
</style>
border-color css
<style>
span { border-color: #DD8405; }
span { border-color: rgb(221,132,5); }
td.TdClassName
{
border-color: #DD8405;
}
.TagClassName
{
border-color: #DD8405;
}
</style>