Shades of Tangerine #DC8407
Tints of Tangerine #DC8407
RGB
CMYK
RGB Variations
Color information
#DC8407 (or 0xDC8407) is known color: Tangerine. HEX triplet: DC, 84 and 07. RGB value is (220,132,7). Sum of RGB (Red+Green+Blue) = 220+132+7=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8407 is #237BF8. Grayscale: #909090. Windows color (decimal): -2325497 or 492764. OLE color: 492764.
HSL color Cylindrical-coordinate representation of color #DC8407: hue angle of 35.21º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC8407 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.14 |
| HSL | 35.21º | 0.94% | 0.45% | - |
| HSV(B) | 35.21º | 0.97% | 0.86% | - |
| XYZ | 37.8 | 31.73 | 4.33 | - |
| YUV | 144.06 | 50.65 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 7 | 0 | 0.40 | 0.97 | 0.14 | 35.21 | 0.94 | 0.45 |
| Hex | DC | 84 | 7 | 0 | 28 | 61 | E | 23 | 5E | 2D |
| Octal | 334 | 204 | 7 | 0 | 50 | 141 | 16 | 43 | 136 | 55 |
| Binary | 11011100 | 10000100 | 111 | 0 | 101000 | 1100001 | 1110 | 100011 | 1011110 | 101101 |
Color Harmonies of #DC8407
Complementary color
Monochromatic Colors of #DC8407
Black with #DC8407
Text Example
Text Example
White with #DC8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8407; }
p { color: rgb(220,132,7); }
H1.HeaderClassName
{
color: #DC8407;
}
.AnyTagClassName
{
color: #DC8407;
}
</style>
background-color css
<style>
a { background-color: #DC8407; }
a { background-color: rgb(220,132,7); }
div.DivClassName
{
background-color: #DC8407;
}
.BgClassName
{
background-color: #DC8407;
}
</style>
border-color css
<style>
span { border-color: #DC8407; }
span { border-color: rgb(220,132,7); }
td.TdClassName
{
border-color: #DC8407;
}
.TagClassName
{
border-color: #DC8407;
}
</style>