Shades of Lemon #FFDC14
Tints of Lemon #FFDC14
RGB
CMYK
RGB Variations
Color information
#FFDC14 (or 0xFFDC14) is known color: Lemon. HEX triplet: FF, DC and 14. RGB value is (255,220,20). Sum of RGB (Red+Green+Blue) = 255+220+20=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC14 is #0023EB. Grayscale: #D0D0D0. Windows color (decimal): -9196 or 1367295. OLE color: 1367295.
HSL color Cylindrical-coordinate representation of color #FFDC14: hue angle of 51.06º 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 #FFDC14 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0 |
| HSL | 51.06º | 1% | 0.54% | - |
| HSV(B) | 51.06º | 0.92% | 1% | - |
| XYZ | 66.96 | 72.5 | 11.13 | - |
| YUV | 207.67 | 22.1 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 20 | 0 | 0.14 | 0.92 | 0 | 51.06 | 1 | 0.54 |
| Hex | FF | DC | 14 | 0 | E | 5C | 0 | 33 | 64 | 36 |
| Octal | 377 | 334 | 24 | 0 | 16 | 134 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011100 | 10100 | 0 | 1110 | 1011100 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDC14
Complementary color
Monochromatic Colors of #FFDC14
Black with #FFDC14
Text Example
Text Example
White with #FFDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC14; }
p { color: rgb(255,220,20); }
H1.HeaderClassName
{
color: #FFDC14;
}
.AnyTagClassName
{
color: #FFDC14;
}
</style>
background-color css
<style>
a { background-color: #FFDC14; }
a { background-color: rgb(255,220,20); }
div.DivClassName
{
background-color: #FFDC14;
}
.BgClassName
{
background-color: #FFDC14;
}
</style>
border-color css
<style>
span { border-color: #FFDC14; }
span { border-color: rgb(255,220,20); }
td.TdClassName
{
border-color: #FFDC14;
}
.TagClassName
{
border-color: #FFDC14;
}
</style>