Shades of Lemon #FFDD19
Tints of Lemon #FFDD19
RGB
CMYK
RGB Variations
Color information
#FFDD19 (or 0xFFDD19) is known color: Lemon. HEX triplet: FF, DD and 19. RGB value is (255,221,25). Sum of RGB (Red+Green+Blue) = 255+221+25=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 25 (10.16% from 255 or 4.99% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD19 is #0022E6. Grayscale: #D1D1D1. Windows color (decimal): -8935 or 1695231. OLE color: 1695231.
HSL color Cylindrical-coordinate representation of color #FFDD19: hue angle of 51.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFDD19 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0 |
| HSL | 51.13º | 1% | 0.55% | - |
| HSV(B) | 51.13º | 0.9% | 1% | - |
| XYZ | 67.27 | 73.04 | 11.47 | - |
| YUV | 208.82 | 24.26 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 25 | 0 | 0.13 | 0.90 | 0 | 51.13 | 1 | 0.55 |
| Hex | FF | DD | 19 | 0 | D | 5A | 0 | 33 | 64 | 37 |
| Octal | 377 | 335 | 31 | 0 | 15 | 132 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011101 | 11001 | 0 | 1101 | 1011010 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDD19
Complementary color
Monochromatic Colors of #FFDD19
Black with #FFDD19
Text Example
Text Example
White with #FFDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD19; }
p { color: rgb(255,221,25); }
H1.HeaderClassName
{
color: #FFDD19;
}
.AnyTagClassName
{
color: #FFDD19;
}
</style>
background-color css
<style>
a { background-color: #FFDD19; }
a { background-color: rgb(255,221,25); }
div.DivClassName
{
background-color: #FFDD19;
}
.BgClassName
{
background-color: #FFDD19;
}
</style>
border-color css
<style>
span { border-color: #FFDD19; }
span { border-color: rgb(255,221,25); }
td.TdClassName
{
border-color: #FFDD19;
}
.TagClassName
{
border-color: #FFDD19;
}
</style>