Shades of Lemon #FFDD13
Tints of Lemon #FFDD13
RGB
CMYK
RGB Variations
Color information
#FFDD13 (or 0xFFDD13) is known color: Lemon. HEX triplet: FF, DD and 13. RGB value is (255,221,19). Sum of RGB (Red+Green+Blue) = 255+221+19=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 19 (7.81% from 255 or 3.84% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD13 is #0022EC. Grayscale: #D0D0D0. Windows color (decimal): -8941 or 1302015. OLE color: 1302015.
HSL color Cylindrical-coordinate representation of color #FFDD13: hue angle of 51.36º 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 #FFDD13 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 19 | - |
| CMYK | 0 | 0.13 | 0.93 | 0 |
| HSL | 51.36º | 1% | 0.54% | - |
| HSV(B) | 51.36º | 0.93% | 1% | - |
| XYZ | 67.21 | 73.02 | 11.17 | - |
| YUV | 208.14 | 21.26 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 19 | 0 | 0.13 | 0.93 | 0 | 51.36 | 1 | 0.54 |
| Hex | FF | DD | 13 | 0 | D | 5D | 0 | 33 | 64 | 36 |
| Octal | 377 | 335 | 23 | 0 | 15 | 135 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011101 | 10011 | 0 | 1101 | 1011101 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDD13
Complementary color
Monochromatic Colors of #FFDD13
Black with #FFDD13
Text Example
Text Example
White with #FFDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD13; }
p { color: rgb(255,221,19); }
H1.HeaderClassName
{
color: #FFDD13;
}
.AnyTagClassName
{
color: #FFDD13;
}
</style>
background-color css
<style>
a { background-color: #FFDD13; }
a { background-color: rgb(255,221,19); }
div.DivClassName
{
background-color: #FFDD13;
}
.BgClassName
{
background-color: #FFDD13;
}
</style>
border-color css
<style>
span { border-color: #FFDD13; }
span { border-color: rgb(255,221,19); }
td.TdClassName
{
border-color: #FFDD13;
}
.TagClassName
{
border-color: #FFDD13;
}
</style>