Shades of Lemon #FFDC18
Tints of Lemon #FFDC18
RGB
CMYK
RGB Variations
Color information
#FFDC18 (or 0xFFDC18) is known color: Lemon. HEX triplet: FF, DC and 18. RGB value is (255,220,24). Sum of RGB (Red+Green+Blue) = 255+220+24=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 24 (9.77% from 255 or 4.81% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC18 is #0023E7. Grayscale: #D0D0D0. Windows color (decimal): -9192 or 1629439. OLE color: 1629439.
HSL color Cylindrical-coordinate representation of color #FFDC18: hue angle of 50.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDC18 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 24 | - |
| CMYK | 0 | 0.14 | 0.91 | 0 |
| HSL | 50.91º | 1% | 0.55% | - |
| HSV(B) | 50.91º | 0.91% | 1% | - |
| XYZ | 67 | 72.51 | 11.33 | - |
| YUV | 208.12 | 24.1 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 24 | 0 | 0.14 | 0.91 | 0 | 50.91 | 1 | 0.55 |
| Hex | FF | DC | 18 | 0 | E | 5B | 0 | 33 | 64 | 37 |
| Octal | 377 | 334 | 30 | 0 | 16 | 133 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011100 | 11000 | 0 | 1110 | 1011011 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDC18
Complementary color
Monochromatic Colors of #FFDC18
Black with #FFDC18
Text Example
Text Example
White with #FFDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC18; }
p { color: rgb(255,220,24); }
H1.HeaderClassName
{
color: #FFDC18;
}
.AnyTagClassName
{
color: #FFDC18;
}
</style>
background-color css
<style>
a { background-color: #FFDC18; }
a { background-color: rgb(255,220,24); }
div.DivClassName
{
background-color: #FFDC18;
}
.BgClassName
{
background-color: #FFDC18;
}
</style>
border-color css
<style>
span { border-color: #FFDC18; }
span { border-color: rgb(255,220,24); }
td.TdClassName
{
border-color: #FFDC18;
}
.TagClassName
{
border-color: #FFDC18;
}
</style>