Shades of Lemon #FFDC13
Tints of Lemon #FFDC13
RGB
CMYK
RGB Variations
Color information
#FFDC13 (or 0xFFDC13) is known color: Lemon. HEX triplet: FF, DC and 13. RGB value is (255,220,19). Sum of RGB (Red+Green+Blue) = 255+220+19=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 19 (7.81% from 255 or 3.85% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC13 is #0023EC. Grayscale: #D0D0D0. Windows color (decimal): -9197 or 1301759. OLE color: 1301759.
HSL color Cylindrical-coordinate representation of color #FFDC13: hue angle of 51.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDC13 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 19 | - |
| CMYK | 0 | 0.14 | 0.93 | 0 |
| HSL | 51.1º | 1% | 0.54% | - |
| HSV(B) | 51.1º | 0.93% | 1% | - |
| XYZ | 66.95 | 72.49 | 11.08 | - |
| YUV | 207.55 | 21.6 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 19 | 0 | 0.14 | 0.93 | 0 | 51.1 | 1 | 0.54 |
| Hex | FF | DC | 13 | 0 | E | 5D | 0 | 33 | 64 | 36 |
| Octal | 377 | 334 | 23 | 0 | 16 | 135 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011100 | 10011 | 0 | 1110 | 1011101 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDC13
Complementary color
Monochromatic Colors of #FFDC13
Black with #FFDC13
Text Example
Text Example
White with #FFDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC13; }
p { color: rgb(255,220,19); }
H1.HeaderClassName
{
color: #FFDC13;
}
.AnyTagClassName
{
color: #FFDC13;
}
</style>
background-color css
<style>
a { background-color: #FFDC13; }
a { background-color: rgb(255,220,19); }
div.DivClassName
{
background-color: #FFDC13;
}
.BgClassName
{
background-color: #FFDC13;
}
</style>
border-color css
<style>
span { border-color: #FFDC13; }
span { border-color: rgb(255,220,19); }
td.TdClassName
{
border-color: #FFDC13;
}
.TagClassName
{
border-color: #FFDC13;
}
</style>