Shades of Lemon #FFDD10
Tints of Lemon #FFDD10
RGB
CMYK
RGB Variations
Color information
#FFDD10 (or 0xFFDD10) is known color: 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.
Color convert
| RGB | 255 | 221 | 16 | - |
| CMYK | 0 | 0.13 | 0.94 | 0 |
| HSL | 51.46º | 1% | 0.53% | - |
| HSV(B) | 51.46º | 0.94% | 1% | - |
| XYZ | 67.19 | 73.01 | 11.04 | - |
| YUV | 207.8 | 19.76 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 16 | 0 | 0.13 | 0.94 | 0 | 51.46 | 1 | 0.53 |
| Hex | FF | DD | 10 | 0 | D | 5E | 0 | 33 | 64 | 35 |
| Octal | 377 | 335 | 20 | 0 | 15 | 136 | 0 | 63 | 144 | 65 |
| Binary | 11111111 | 11011101 | 10000 | 0 | 1101 | 1011110 | 0 | 110011 | 1100100 | 110101 |
Color Harmonies of #FFDD10
Complementary color
Monochromatic Colors of #FFDD10
Black with #FFDD10
Text Example
Text Example
White with #FFDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD10; }
p { color: rgb(255,221,16); }
H1.HeaderClassName
{
color: #FFDD10;
}
.AnyTagClassName
{
color: #FFDD10;
}
</style>
background-color css
<style>
a { background-color: #FFDD10; }
a { background-color: rgb(255,221,16); }
div.DivClassName
{
background-color: #FFDD10;
}
.BgClassName
{
background-color: #FFDD10;
}
</style>
border-color css
<style>
span { border-color: #FFDD10; }
span { border-color: rgb(255,221,16); }
td.TdClassName
{
border-color: #FFDD10;
}
.TagClassName
{
border-color: #FFDD10;
}
</style>