Shades of Lemon #FFDC1D
Tints of Lemon #FFDC1D
RGB
CMYK
RGB Variations
Color information
#FFDC1D (or 0xFFDC1D) is known color: Lemon. HEX triplet: FF, DC and 1D. RGB value is (255,220,29). Sum of RGB (Red+Green+Blue) = 255+220+29=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 29 (11.72% from 255 or 5.75% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC1D is #0023E2. Grayscale: #D1D1D1. Windows color (decimal): -9187 or 1957119. OLE color: 1957119.
HSL color Cylindrical-coordinate representation of color #FFDC1D: hue angle of 50.71º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFDC1D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 29 | - |
| CMYK | 0 | 0.14 | 0.89 | 0 |
| HSL | 50.71º | 1% | 0.56% | - |
| HSV(B) | 50.71º | 0.89% | 1% | - |
| XYZ | 67.05 | 72.54 | 11.63 | - |
| YUV | 208.69 | 26.6 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 29 | 0 | 0.14 | 0.89 | 0 | 50.71 | 1 | 0.56 |
| Hex | FF | DC | 1D | 0 | E | 59 | 0 | 33 | 64 | 38 |
| Octal | 377 | 334 | 35 | 0 | 16 | 131 | 0 | 63 | 144 | 70 |
| Binary | 11111111 | 11011100 | 11101 | 0 | 1110 | 1011001 | 0 | 110011 | 1100100 | 111000 |
Color Harmonies of #FFDC1D
Complementary color
Monochromatic Colors of #FFDC1D
Black with #FFDC1D
Text Example
Text Example
White with #FFDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC1D; }
p { color: rgb(255,220,29); }
H1.HeaderClassName
{
color: #FFDC1D;
}
.AnyTagClassName
{
color: #FFDC1D;
}
</style>
background-color css
<style>
a { background-color: #FFDC1D; }
a { background-color: rgb(255,220,29); }
div.DivClassName
{
background-color: #FFDC1D;
}
.BgClassName
{
background-color: #FFDC1D;
}
</style>
border-color css
<style>
span { border-color: #FFDC1D; }
span { border-color: rgb(255,220,29); }
td.TdClassName
{
border-color: #FFDC1D;
}
.TagClassName
{
border-color: #FFDC1D;
}
</style>