Shades of Tangerine #DC8903
Tints of Tangerine #DC8903
RGB
CMYK
RGB Variations
Color information
#DC8903 (or 0xDC8903) is known color: Tangerine. HEX triplet: DC, 89 and 03. RGB value is (220,137,3). Sum of RGB (Red+Green+Blue) = 220+137+3=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8903 is #2376FC. Grayscale: #939393. Windows color (decimal): -2324221 or 231900. OLE color: 231900.
HSL color Cylindrical-coordinate representation of color #DC8903: hue angle of 37.05º 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 #DC8903 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.14 |
| HSL | 37.05º | 0.97% | 0.44% | - |
| HSV(B) | 37.05º | 0.99% | 0.86% | - |
| XYZ | 38.48 | 33.11 | 4.45 | - |
| YUV | 146.54 | 47 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 3 | 0 | 0.38 | 0.99 | 0.14 | 37.05 | 0.97 | 0.44 |
| Hex | DC | 89 | 3 | 0 | 26 | 63 | E | 25 | 61 | 2C |
| Octal | 334 | 211 | 3 | 0 | 46 | 143 | 16 | 45 | 141 | 54 |
| Binary | 11011100 | 10001001 | 11 | 0 | 100110 | 1100011 | 1110 | 100101 | 1100001 | 101100 |
Color Harmonies of #DC8903
Complementary color
Monochromatic Colors of #DC8903
Black with #DC8903
Text Example
Text Example
White with #DC8903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8903; }
p { color: rgb(220,137,3); }
H1.HeaderClassName
{
color: #DC8903;
}
.AnyTagClassName
{
color: #DC8903;
}
</style>
background-color css
<style>
a { background-color: #DC8903; }
a { background-color: rgb(220,137,3); }
div.DivClassName
{
background-color: #DC8903;
}
.BgClassName
{
background-color: #DC8903;
}
</style>
border-color css
<style>
span { border-color: #DC8903; }
span { border-color: rgb(220,137,3); }
td.TdClassName
{
border-color: #DC8903;
}
.TagClassName
{
border-color: #DC8903;
}
</style>