Shades of Lemon #FFDD16
Tints of Lemon #FFDD16
RGB
CMYK
RGB Variations
Color information
#FFDD16 (or 0xFFDD16) is known color: Lemon. HEX triplet: FF, DD and 16. RGB value is (255,221,22). Sum of RGB (Red+Green+Blue) = 255+221+22=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD16 is #0022E9. Grayscale: #D1D1D1. Windows color (decimal): -8938 or 1498623. OLE color: 1498623.
HSL color Cylindrical-coordinate representation of color #FFDD16: hue angle of 51.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDD16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0 |
| HSL | 51.24º | 1% | 0.54% | - |
| HSV(B) | 51.24º | 0.91% | 1% | - |
| XYZ | 67.24 | 73.03 | 11.31 | - |
| YUV | 208.48 | 22.76 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 22 | 0 | 0.13 | 0.91 | 0 | 51.24 | 1 | 0.54 |
| Hex | FF | DD | 16 | 0 | D | 5B | 0 | 33 | 64 | 36 |
| Octal | 377 | 335 | 26 | 0 | 15 | 133 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011101 | 10110 | 0 | 1101 | 1011011 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDD16
Complementary color
Monochromatic Colors of #FFDD16
Black with #FFDD16
Text Example
Text Example
White with #FFDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD16; }
p { color: rgb(255,221,22); }
H1.HeaderClassName
{
color: #FFDD16;
}
.AnyTagClassName
{
color: #FFDD16;
}
</style>
background-color css
<style>
a { background-color: #FFDD16; }
a { background-color: rgb(255,221,22); }
div.DivClassName
{
background-color: #FFDD16;
}
.BgClassName
{
background-color: #FFDD16;
}
</style>
border-color css
<style>
span { border-color: #FFDD16; }
span { border-color: rgb(255,221,22); }
td.TdClassName
{
border-color: #FFDD16;
}
.TagClassName
{
border-color: #FFDD16;
}
</style>