dark color code code example
Example 1: rgba white color
rgb(255,255,255) /*white*/ Hex #FFFFFF
Example 2: rgb yellow color
rgb(255,255,0) /* yellow*/ Hex #FFFF00
Example 3: grey rgb
RGB(220,220,220)
rgb(255,255,255) /*white*/ Hex #FFFFFF
rgb(255,255,0) /* yellow*/ Hex #FFFF00
RGB(220,220,220)