Shades of Lemon #FFDD1E
Tints of Lemon #FFDD1E
RGB
CMYK
RGB Variations
Color information
#FFDD1E (or 0xFFDD1E) is known color: Lemon. HEX triplet: FF, DD and 1E. RGB value is (255,221,30). Sum of RGB (Red+Green+Blue) = 255+221+30=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD1E is #0022E1. Grayscale: #D2D2D2. Windows color (decimal): -8930 or 2022911. OLE color: 2022911.
HSL color Cylindrical-coordinate representation of color #FFDD1E: hue angle of 50.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFDD1E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 30 | - |
| CMYK | 0 | 0.13 | 0.88 | 0 |
| HSL | 50.93º | 1% | 0.56% | - |
| HSV(B) | 50.93º | 0.88% | 1% | - |
| XYZ | 67.33 | 73.07 | 11.78 | - |
| YUV | 209.39 | 26.76 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 30 | 0 | 0.13 | 0.88 | 0 | 50.93 | 1 | 0.56 |
| Hex | FF | DD | 1E | 0 | D | 58 | 0 | 33 | 64 | 38 |
| Octal | 377 | 335 | 36 | 0 | 15 | 130 | 0 | 63 | 144 | 70 |
| Binary | 11111111 | 11011101 | 11110 | 0 | 1101 | 1011000 | 0 | 110011 | 1100100 | 111000 |
Color Harmonies of #FFDD1E
Complementary color
Monochromatic Colors of #FFDD1E
Black with #FFDD1E
Text Example
Text Example
White with #FFDD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD1E; }
p { color: rgb(255,221,30); }
H1.HeaderClassName
{
color: #FFDD1E;
}
.AnyTagClassName
{
color: #FFDD1E;
}
</style>
background-color css
<style>
a { background-color: #FFDD1E; }
a { background-color: rgb(255,221,30); }
div.DivClassName
{
background-color: #FFDD1E;
}
.BgClassName
{
background-color: #FFDD1E;
}
</style>
border-color css
<style>
span { border-color: #FFDD1E; }
span { border-color: rgb(255,221,30); }
td.TdClassName
{
border-color: #FFDD1E;
}
.TagClassName
{
border-color: #FFDD1E;
}
</style>