#FFD700 (or 0xFFD700) is known color: Gold. HEX triplet: FF, D7 and 00. RGB value is (255,215,0). Sum of RGB (Red+Green+Blue) = 255+215+0=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD700 is #0028FF. Grayscale: #CBCBCB. Windows color (decimal): -10496 or 55295. OLE color: 55295.
HSL color Cylindrical-coordinate representation of color #FFD700: hue angle of 50.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD700 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.
<style> p { color: #FFD700; } p { color: rgb(255,215,0); } H1.HeaderClassName { color: #FFD700; } .AnyTagClassName { color: #FFD700; } </style>
<style> a { background-color: #FFD700; } a { background-color: rgb(255,215,0); } div.DivClassName { background-color: #FFD700; } .BgClassName { background-color: #FFD700; } </style>
<style> span { border-color: #FFD700; } span { border-color: rgb(255,215,0); } td.TdClassName { border-color: #FFD700; } .TagClassName { border-color: #FFD700; } </style>