Shades of Tangerine #DC8608
Tints of Tangerine #DC8608
RGB
CMYK
RGB Variations
Color information
#DC8608 (or 0xDC8608) is known color: Tangerine. HEX triplet: DC, 86 and 08. RGB value is (220,134,8). Sum of RGB (Red+Green+Blue) = 220+134+8=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8608 is #2379F7. Grayscale: #919191. Windows color (decimal): -2324984 or 558812. OLE color: 558812.
HSL color Cylindrical-coordinate representation of color #DC8608: hue angle of 35.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC8608 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.14 |
| HSL | 35.66º | 0.93% | 0.45% | - |
| HSV(B) | 35.66º | 0.96% | 0.86% | - |
| XYZ | 38.08 | 32.28 | 4.45 | - |
| YUV | 145.35 | 50.49 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 8 | 0 | 0.39 | 0.96 | 0.14 | 35.66 | 0.93 | 0.45 |
| Hex | DC | 86 | 8 | 0 | 27 | 60 | E | 24 | 5D | 2D |
| Octal | 334 | 206 | 10 | 0 | 47 | 140 | 16 | 44 | 135 | 55 |
| Binary | 11011100 | 10000110 | 1000 | 0 | 100111 | 1100000 | 1110 | 100100 | 1011101 | 101101 |
Color Harmonies of #DC8608
Complementary color
Monochromatic Colors of #DC8608
Black with #DC8608
Text Example
Text Example
White with #DC8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8608; }
p { color: rgb(220,134,8); }
H1.HeaderClassName
{
color: #DC8608;
}
.AnyTagClassName
{
color: #DC8608;
}
</style>
background-color css
<style>
a { background-color: #DC8608; }
a { background-color: rgb(220,134,8); }
div.DivClassName
{
background-color: #DC8608;
}
.BgClassName
{
background-color: #DC8608;
}
</style>
border-color css
<style>
span { border-color: #DC8608; }
span { border-color: rgb(220,134,8); }
td.TdClassName
{
border-color: #DC8608;
}
.TagClassName
{
border-color: #DC8608;
}
</style>