Shades of Tangerine #DC8603
Tints of Tangerine #DC8603
RGB
CMYK
RGB Variations
Color information
#DC8603 (or 0xDC8603) is known color: Tangerine. HEX triplet: DC, 86 and 03. RGB value is (220,134,3). Sum of RGB (Red+Green+Blue) = 220+134+3=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8603 is #2379FC. Grayscale: #919191. Windows color (decimal): -2324989 or 231132. OLE color: 231132.
HSL color Cylindrical-coordinate representation of color #DC8603: hue angle of 36.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC8603 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.14 |
| HSL | 36.22º | 0.97% | 0.44% | - |
| HSV(B) | 36.22º | 0.99% | 0.86% | - |
| XYZ | 38.06 | 32.27 | 4.31 | - |
| YUV | 144.78 | 47.99 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 3 | 0 | 0.39 | 0.99 | 0.14 | 36.22 | 0.97 | 0.44 |
| Hex | DC | 86 | 3 | 0 | 27 | 63 | E | 24 | 61 | 2C |
| Octal | 334 | 206 | 3 | 0 | 47 | 143 | 16 | 44 | 141 | 54 |
| Binary | 11011100 | 10000110 | 11 | 0 | 100111 | 1100011 | 1110 | 100100 | 1100001 | 101100 |
Color Harmonies of #DC8603
Complementary color
Monochromatic Colors of #DC8603
Black with #DC8603
Text Example
Text Example
White with #DC8603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8603; }
p { color: rgb(220,134,3); }
H1.HeaderClassName
{
color: #DC8603;
}
.AnyTagClassName
{
color: #DC8603;
}
</style>
background-color css
<style>
a { background-color: #DC8603; }
a { background-color: rgb(220,134,3); }
div.DivClassName
{
background-color: #DC8603;
}
.BgClassName
{
background-color: #DC8603;
}
</style>
border-color css
<style>
span { border-color: #DC8603; }
span { border-color: rgb(220,134,3); }
td.TdClassName
{
border-color: #DC8603;
}
.TagClassName
{
border-color: #DC8603;
}
</style>