#FFDD10 (or 0xFFDD10) is unknown color: approx Lemon. HEX triplet: FF, DD and 10. RGB value is (255,221,16). Sum of RGB (Red+Green+Blue) = 255+221+16=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 16 (6.64% from 255 or 3.25% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD10 is #0022EF. Grayscale: #D0D0D0. Windows color (decimal): -8944 or 1105407. OLE color: 1105407.
HSL color Cylindrical-coordinate representation of color #FFDD10: hue angle of 51.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFDD10 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.
<style> p { color: #ffdd10; } p { color: rgb(255,221,16); } H1.HeaderClassName { color: #ffdd10; } .AnyTagClassName { color: #ffdd10; } </style>
<style> a { background-color: #ffdd10; } a { background-color: rgb(255,221,16); } div.DivClassName { background-color: #ffdd10; } .BgClassName { background-color: #ffdd10; } </style>
<style> span { border-color: #ffdd10; } span { border-color: rgb(255,221,16); } td.TdClassName { border-color: #ffdd10; } .TagClassName { border-color: #ffdd10; } </style>