Shades of Lemon #FFDC16
Tints of Lemon #FFDC16
RGB
CMYK
RGB Variations
Color information
#FFDC16 (or 0xFFDC16) is known color: Lemon. HEX triplet: FF, DC and 16. RGB value is (255,220,22). Sum of RGB (Red+Green+Blue) = 255+220+22=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 22 (8.98% from 255 or 4.43% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC16 is #0023E9. Grayscale: #D0D0D0. Windows color (decimal): -9194 or 1498367. OLE color: 1498367.
HSL color Cylindrical-coordinate representation of color #FFDC16: hue angle of 50.99º 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 #FFDC16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0 |
| HSL | 50.99º | 1% | 0.54% | - |
| HSV(B) | 50.99º | 0.91% | 1% | - |
| XYZ | 66.98 | 72.5 | 11.22 | - |
| YUV | 207.89 | 23.1 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 22 | 0 | 0.14 | 0.91 | 0 | 50.99 | 1 | 0.54 |
| Hex | FF | DC | 16 | 0 | E | 5B | 0 | 33 | 64 | 36 |
| Octal | 377 | 334 | 26 | 0 | 16 | 133 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011100 | 10110 | 0 | 1110 | 1011011 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDC16
Complementary color
Monochromatic Colors of #FFDC16
Black with #FFDC16
Text Example
Text Example
White with #FFDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC16; }
p { color: rgb(255,220,22); }
H1.HeaderClassName
{
color: #FFDC16;
}
.AnyTagClassName
{
color: #FFDC16;
}
</style>
background-color css
<style>
a { background-color: #FFDC16; }
a { background-color: rgb(255,220,22); }
div.DivClassName
{
background-color: #FFDC16;
}
.BgClassName
{
background-color: #FFDC16;
}
</style>
border-color css
<style>
span { border-color: #FFDC16; }
span { border-color: rgb(255,220,22); }
td.TdClassName
{
border-color: #FFDC16;
}
.TagClassName
{
border-color: #FFDC16;
}
</style>