Shades of Tangerine #DC8902
Tints of Tangerine #DC8902
RGB
CMYK
RGB Variations
Color information
#DC8902 (or 0xDC8902) is known color: Tangerine. HEX triplet: DC, 89 and 02. RGB value is (220,137,2). Sum of RGB (Red+Green+Blue) = 220+137+2=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8902 is #2376FD. Grayscale: #939393. Windows color (decimal): -2324222 or 166364. OLE color: 166364.
HSL color Cylindrical-coordinate representation of color #DC8902: hue angle of 37.16º degrees, saturation: 0.98, 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 #DC8902 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.14 |
| HSL | 37.16º | 0.98% | 0.44% | - |
| HSV(B) | 37.16º | 0.99% | 0.86% | - |
| XYZ | 38.47 | 33.11 | 4.42 | - |
| YUV | 146.43 | 46.5 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 2 | 0 | 0.38 | 0.99 | 0.14 | 37.16 | 0.98 | 0.44 |
| Hex | DC | 89 | 2 | 0 | 26 | 63 | E | 25 | 62 | 2C |
| Octal | 334 | 211 | 2 | 0 | 46 | 143 | 16 | 45 | 142 | 54 |
| Binary | 11011100 | 10001001 | 10 | 0 | 100110 | 1100011 | 1110 | 100101 | 1100010 | 101100 |
Color Harmonies of #DC8902
Complementary color
Monochromatic Colors of #DC8902
Black with #DC8902
Text Example
Text Example
White with #DC8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8902; }
p { color: rgb(220,137,2); }
H1.HeaderClassName
{
color: #DC8902;
}
.AnyTagClassName
{
color: #DC8902;
}
</style>
background-color css
<style>
a { background-color: #DC8902; }
a { background-color: rgb(220,137,2); }
div.DivClassName
{
background-color: #DC8902;
}
.BgClassName
{
background-color: #DC8902;
}
</style>
border-color css
<style>
span { border-color: #DC8902; }
span { border-color: rgb(220,137,2); }
td.TdClassName
{
border-color: #DC8902;
}
.TagClassName
{
border-color: #DC8902;
}
</style>