Shades of Lemon #FFDD1C
Tints of Lemon #FFDD1C
RGB
CMYK
RGB Variations
Color information
#FFDD1C (or 0xFFDD1C) is known color: Lemon. HEX triplet: FF, DD and 1C. RGB value is (255,221,28). Sum of RGB (Red+Green+Blue) = 255+221+28=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 28 (11.33% from 255 or 5.56% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD1C is #0022E3. Grayscale: #D1D1D1. Windows color (decimal): -8932 or 1891839. OLE color: 1891839.
HSL color Cylindrical-coordinate representation of color #FFDD1C: hue angle of 51.01º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFDD1C is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 28 | - |
| CMYK | 0 | 0.13 | 0.89 | 0 |
| HSL | 51.01º | 1% | 0.55% | - |
| HSV(B) | 51.01º | 0.89% | 1% | - |
| XYZ | 67.31 | 73.06 | 11.65 | - |
| YUV | 209.16 | 25.76 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 28 | 0 | 0.13 | 0.89 | 0 | 51.01 | 1 | 0.55 |
| Hex | FF | DD | 1C | 0 | D | 59 | 0 | 33 | 64 | 37 |
| Octal | 377 | 335 | 34 | 0 | 15 | 131 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011101 | 11100 | 0 | 1101 | 1011001 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDD1C
Complementary color
Monochromatic Colors of #FFDD1C
Black with #FFDD1C
Text Example
Text Example
White with #FFDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD1C; }
p { color: rgb(255,221,28); }
H1.HeaderClassName
{
color: #FFDD1C;
}
.AnyTagClassName
{
color: #FFDD1C;
}
</style>
background-color css
<style>
a { background-color: #FFDD1C; }
a { background-color: rgb(255,221,28); }
div.DivClassName
{
background-color: #FFDD1C;
}
.BgClassName
{
background-color: #FFDD1C;
}
</style>
border-color css
<style>
span { border-color: #FFDD1C; }
span { border-color: rgb(255,221,28); }
td.TdClassName
{
border-color: #FFDD1C;
}
.TagClassName
{
border-color: #FFDD1C;
}
</style>