Shades of Lemon #FFDD11
Tints of Lemon #FFDD11
RGB
CMYK
RGB Variations
Color information
#FFDD11 (or 0xFFDD11) is known color: Lemon. HEX triplet: FF, DD and 11. RGB value is (255,221,17). Sum of RGB (Red+Green+Blue) = 255+221+17=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 17 (7.03% from 255 or 3.45% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD11 is #0022EE. Grayscale: #D0D0D0. Windows color (decimal): -8943 or 1170943. OLE color: 1170943.
HSL color Cylindrical-coordinate representation of color #FFDD11: hue angle of 51.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDD11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0 |
| HSL | 51.43º | 1% | 0.53% | - |
| HSV(B) | 51.43º | 0.93% | 1% | - |
| XYZ | 67.2 | 73.01 | 11.08 | - |
| YUV | 207.91 | 20.26 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 17 | 0 | 0.13 | 0.93 | 0 | 51.43 | 1 | 0.53 |
| Hex | FF | DD | 11 | 0 | D | 5D | 0 | 33 | 64 | 35 |
| Octal | 377 | 335 | 21 | 0 | 15 | 135 | 0 | 63 | 144 | 65 |
| Binary | 11111111 | 11011101 | 10001 | 0 | 1101 | 1011101 | 0 | 110011 | 1100100 | 110101 |
Color Harmonies of #FFDD11
Complementary color
Monochromatic Colors of #FFDD11
Black with #FFDD11
Text Example
Text Example
White with #FFDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD11; }
p { color: rgb(255,221,17); }
H1.HeaderClassName
{
color: #FFDD11;
}
.AnyTagClassName
{
color: #FFDD11;
}
</style>
background-color css
<style>
a { background-color: #FFDD11; }
a { background-color: rgb(255,221,17); }
div.DivClassName
{
background-color: #FFDD11;
}
.BgClassName
{
background-color: #FFDD11;
}
</style>
border-color css
<style>
span { border-color: #FFDD11; }
span { border-color: rgb(255,221,17); }
td.TdClassName
{
border-color: #FFDD11;
}
.TagClassName
{
border-color: #FFDD11;
}
</style>