Shades of Tangerine #DC8605
Tints of Tangerine #DC8605
RGB
CMYK
RGB Variations
Color information
#DC8605 (or 0xDC8605) is known color: Tangerine. HEX triplet: DC, 86 and 05. RGB value is (220,134,5). Sum of RGB (Red+Green+Blue) = 220+134+5=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8605 is #2379FA. Grayscale: #919191. Windows color (decimal): -2324987 or 362204. OLE color: 362204.
HSL color Cylindrical-coordinate representation of color #DC8605: hue angle of 36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC8605 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.14 |
| HSL | 36º | 0.96% | 0.44% | - |
| HSV(B) | 36º | 0.98% | 0.86% | - |
| XYZ | 38.07 | 32.28 | 4.37 | - |
| YUV | 145.01 | 48.99 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 5 | 0 | 0.39 | 0.98 | 0.14 | 36 | 0.96 | 0.44 |
| Hex | DC | 86 | 5 | 0 | 27 | 62 | E | 24 | 60 | 2C |
| Octal | 334 | 206 | 5 | 0 | 47 | 142 | 16 | 44 | 140 | 54 |
| Binary | 11011100 | 10000110 | 101 | 0 | 100111 | 1100010 | 1110 | 100100 | 1100000 | 101100 |
Color Harmonies of #DC8605
Complementary color
Monochromatic Colors of #DC8605
Black with #DC8605
Text Example
Text Example
White with #DC8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8605; }
p { color: rgb(220,134,5); }
H1.HeaderClassName
{
color: #DC8605;
}
.AnyTagClassName
{
color: #DC8605;
}
</style>
background-color css
<style>
a { background-color: #DC8605; }
a { background-color: rgb(220,134,5); }
div.DivClassName
{
background-color: #DC8605;
}
.BgClassName
{
background-color: #DC8605;
}
</style>
border-color css
<style>
span { border-color: #DC8605; }
span { border-color: rgb(220,134,5); }
td.TdClassName
{
border-color: #DC8605;
}
.TagClassName
{
border-color: #DC8605;
}
</style>