Shades of Tangerine #DD8700
Tints of Tangerine #DD8700
RGB
CMYK
RGB Variations
Color information
#DD8700 (or 0xDD8700) is known color: Tangerine. HEX triplet: DD, 87 and 00. RGB value is (221,135,0). Sum of RGB (Red+Green+Blue) = 221+135+0=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8700 is #2278FF. Grayscale: #919191. Windows color (decimal): -2259200 or 34781. OLE color: 34781.
HSL color Cylindrical-coordinate representation of color #DD8700: hue angle of 36.65º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.13 |
| HSL | 36.65º | 1% | 0.43% | - |
| HSV(B) | 36.65º | 1% | 0.87% | - |
| XYZ | 38.48 | 32.7 | 4.28 | - |
| YUV | 145.32 | 45.99 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 0 | 0 | 0.39 | 1 | 0.13 | 36.65 | 1 | 0.43 |
| Hex | DD | 87 | 0 | 0 | 27 | 64 | D | 25 | 64 | 2B |
| Octal | 335 | 207 | 0 | 0 | 47 | 144 | 15 | 45 | 144 | 53 |
| Binary | 11011101 | 10000111 | 0 | 0 | 100111 | 1100100 | 1101 | 100101 | 1100100 | 101011 |
Color Harmonies of #DD8700
Complementary color
Monochromatic Colors of #DD8700
Black with #DD8700
Text Example
Text Example
White with #DD8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8700; }
p { color: rgb(221,135,0); }
H1.HeaderClassName
{
color: #DD8700;
}
.AnyTagClassName
{
color: #DD8700;
}
</style>
background-color css
<style>
a { background-color: #DD8700; }
a { background-color: rgb(221,135,0); }
div.DivClassName
{
background-color: #DD8700;
}
.BgClassName
{
background-color: #DD8700;
}
</style>
border-color css
<style>
span { border-color: #DD8700; }
span { border-color: rgb(221,135,0); }
td.TdClassName
{
border-color: #DD8700;
}
.TagClassName
{
border-color: #DD8700;
}
</style>