Shades of Tangerine #DD8401
Tints of Tangerine #DD8401
RGB
CMYK
RGB Variations
Color information
#DD8401 (or 0xDD8401) is known color: Tangerine. HEX triplet: DD, 84 and 01. RGB value is (221,132,1). Sum of RGB (Red+Green+Blue) = 221+132+1=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8401 is #227BFE. Grayscale: #909090. Windows color (decimal): -2259967 or 99549. OLE color: 99549.
HSL color Cylindrical-coordinate representation of color #DD8401: hue angle of 35.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8401 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.13 |
| HSL | 35.73º | 0.99% | 0.44% | - |
| HSV(B) | 35.73º | 1% | 0.87% | - |
| XYZ | 38.08 | 31.88 | 4.17 | - |
| YUV | 143.68 | 47.49 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 1 | 0 | 0.40 | 1.00 | 0.13 | 35.73 | 0.99 | 0.44 |
| Hex | DD | 84 | 1 | 0 | 28 | 64 | D | 24 | 63 | 2C |
| Octal | 335 | 204 | 1 | 0 | 50 | 144 | 15 | 44 | 143 | 54 |
| Binary | 11011101 | 10000100 | 1 | 0 | 101000 | 1100100 | 1101 | 100100 | 1100011 | 101100 |
Color Harmonies of #DD8401
Complementary color
Monochromatic Colors of #DD8401
Black with #DD8401
Text Example
Text Example
White with #DD8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8401; }
p { color: rgb(221,132,1); }
H1.HeaderClassName
{
color: #DD8401;
}
.AnyTagClassName
{
color: #DD8401;
}
</style>
background-color css
<style>
a { background-color: #DD8401; }
a { background-color: rgb(221,132,1); }
div.DivClassName
{
background-color: #DD8401;
}
.BgClassName
{
background-color: #DD8401;
}
</style>
border-color css
<style>
span { border-color: #DD8401; }
span { border-color: rgb(221,132,1); }
td.TdClassName
{
border-color: #DD8401;
}
.TagClassName
{
border-color: #DD8401;
}
</style>