#FFDC80 (or 0xFFDC80) is unknown color: approx Golden Glow. HEX triplet: FF, DC and 80. RGB value is (255,220,128). Sum of RGB (Red+Green+Blue) = 255+220+128=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC80 is #00237F. Grayscale: #DCDCDC. Windows color (decimal): -9088 or 8445183. OLE color: 8445183.
HSL color Cylindrical-coordinate representation of color #FFDC80: hue angle of 43.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFDC80 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.
<style> p { color: #FFDC80; } p { color: rgb(255,220,128); } H1.HeaderClassName { color: #FFDC80; } .AnyTagClassName { color: #FFDC80; } </style>
<style> a { background-color: #FFDC80; } a { background-color: rgb(255,220,128); } div.DivClassName { background-color: #FFDC80; } .BgClassName { background-color: #FFDC80; } </style>
<style> span { border-color: #FFDC80; } span { border-color: rgb(255,220,128); } td.TdClassName { border-color: #FFDC80; } .TagClassName { border-color: #FFDC80; } </style>