Shades of Tangerine #DD8603
Tints of Tangerine #DD8603
RGB
CMYK
RGB Variations
Color information
#DD8603 (or 0xDD8603) is known color: Tangerine. HEX triplet: DD, 86 and 03. RGB value is (221,134,3). Sum of RGB (Red+Green+Blue) = 221+134+3=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8603 is #2279FC. Grayscale: #919191. Windows color (decimal): -2259453 or 231133. OLE color: 231133.
HSL color Cylindrical-coordinate representation of color #DD8603: hue angle of 36.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD8603 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.13 |
| HSL | 36.06º | 0.97% | 0.44% | - |
| HSV(B) | 36.06º | 0.99% | 0.87% | - |
| XYZ | 38.36 | 32.43 | 4.32 | - |
| YUV | 145.08 | 47.82 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 3 | 0 | 0.39 | 0.99 | 0.13 | 36.06 | 0.97 | 0.44 |
| Hex | DD | 86 | 3 | 0 | 27 | 63 | D | 24 | 61 | 2C |
| Octal | 335 | 206 | 3 | 0 | 47 | 143 | 15 | 44 | 141 | 54 |
| Binary | 11011101 | 10000110 | 11 | 0 | 100111 | 1100011 | 1101 | 100100 | 1100001 | 101100 |
Color Harmonies of #DD8603
Complementary color
Monochromatic Colors of #DD8603
Black with #DD8603
Text Example
Text Example
White with #DD8603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8603; }
p { color: rgb(221,134,3); }
H1.HeaderClassName
{
color: #DD8603;
}
.AnyTagClassName
{
color: #DD8603;
}
</style>
background-color css
<style>
a { background-color: #DD8603; }
a { background-color: rgb(221,134,3); }
div.DivClassName
{
background-color: #DD8603;
}
.BgClassName
{
background-color: #DD8603;
}
</style>
border-color css
<style>
span { border-color: #DD8603; }
span { border-color: rgb(221,134,3); }
td.TdClassName
{
border-color: #DD8603;
}
.TagClassName
{
border-color: #DD8603;
}
</style>