Shades of Lemon #FFDD14
Tints of Lemon #FFDD14
RGB
CMYK
RGB Variations
Color information
#FFDD14 (or 0xFFDD14) is known color: Lemon. HEX triplet: FF, DD and 14. RGB value is (255,221,20). Sum of RGB (Red+Green+Blue) = 255+221+20=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD14 is #0022EB. Grayscale: #D1D1D1. Windows color (decimal): -8940 or 1367551. OLE color: 1367551.
HSL color Cylindrical-coordinate representation of color #FFDD14: hue angle of 51.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFDD14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 20 | - |
| CMYK | 0 | 0.13 | 0.92 | 0 |
| HSL | 51.32º | 1% | 0.54% | - |
| HSV(B) | 51.32º | 0.92% | 1% | - |
| XYZ | 67.22 | 73.02 | 11.21 | - |
| YUV | 208.25 | 21.76 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 20 | 0 | 0.13 | 0.92 | 0 | 51.32 | 1 | 0.54 |
| Hex | FF | DD | 14 | 0 | D | 5C | 0 | 33 | 64 | 36 |
| Octal | 377 | 335 | 24 | 0 | 15 | 134 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011101 | 10100 | 0 | 1101 | 1011100 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDD14
Complementary color
Monochromatic Colors of #FFDD14
Black with #FFDD14
Text Example
Text Example
White with #FFDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD14; }
p { color: rgb(255,221,20); }
H1.HeaderClassName
{
color: #FFDD14;
}
.AnyTagClassName
{
color: #FFDD14;
}
</style>
background-color css
<style>
a { background-color: #FFDD14; }
a { background-color: rgb(255,221,20); }
div.DivClassName
{
background-color: #FFDD14;
}
.BgClassName
{
background-color: #FFDD14;
}
</style>
border-color css
<style>
span { border-color: #FFDD14; }
span { border-color: rgb(255,221,20); }
td.TdClassName
{
border-color: #FFDD14;
}
.TagClassName
{
border-color: #FFDD14;
}
</style>