Shades of Tangerine #DD8701
Tints of Tangerine #DD8701
RGB
CMYK
RGB Variations
Color information
#DD8701 (or 0xDD8701) is known color: Tangerine. HEX triplet: DD, 87 and 01. RGB value is (221,135,1). Sum of RGB (Red+Green+Blue) = 221+135+1=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8701 is #2278FE. Grayscale: #929292. Windows color (decimal): -2259199 or 100317. OLE color: 100317.
HSL color Cylindrical-coordinate representation of color #DD8701: hue angle of 36.55º 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 #DD8701 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.13 |
| HSL | 36.55º | 0.99% | 0.44% | - |
| HSV(B) | 36.55º | 1% | 0.87% | - |
| XYZ | 38.49 | 32.7 | 4.31 | - |
| YUV | 145.44 | 46.49 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 1 | 0 | 0.39 | 1.00 | 0.13 | 36.55 | 0.99 | 0.44 |
| Hex | DD | 87 | 1 | 0 | 27 | 64 | D | 25 | 63 | 2C |
| Octal | 335 | 207 | 1 | 0 | 47 | 144 | 15 | 45 | 143 | 54 |
| Binary | 11011101 | 10000111 | 1 | 0 | 100111 | 1100100 | 1101 | 100101 | 1100011 | 101100 |
Color Harmonies of #DD8701
Complementary color
Monochromatic Colors of #DD8701
Black with #DD8701
Text Example
Text Example
White with #DD8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8701; }
p { color: rgb(221,135,1); }
H1.HeaderClassName
{
color: #DD8701;
}
.AnyTagClassName
{
color: #DD8701;
}
</style>
background-color css
<style>
a { background-color: #DD8701; }
a { background-color: rgb(221,135,1); }
div.DivClassName
{
background-color: #DD8701;
}
.BgClassName
{
background-color: #DD8701;
}
</style>
border-color css
<style>
span { border-color: #DD8701; }
span { border-color: rgb(221,135,1); }
td.TdClassName
{
border-color: #DD8701;
}
.TagClassName
{
border-color: #DD8701;
}
</style>