Shades of Lemon #FFDB17
Tints of Lemon #FFDB17
RGB
CMYK
RGB Variations
Color information
#FFDB17 (or 0xFFDB17) is known color: Lemon. HEX triplet: FF, DB and 17. RGB value is (255,219,23). Sum of RGB (Red+Green+Blue) = 255+219+23=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 23 (9.38% from 255 or 4.63% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB17 is #0024E8. Grayscale: #D0D0D0. Windows color (decimal): -9449 or 1563647. OLE color: 1563647.
HSL color Cylindrical-coordinate representation of color #FFDB17: hue angle of 50.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFDB17 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 23 | - |
| CMYK | 0 | 0.14 | 0.91 | 0 |
| HSL | 50.69º | 1% | 0.55% | - |
| HSV(B) | 50.69º | 0.91% | 1% | - |
| XYZ | 66.73 | 71.98 | 11.19 | - |
| YUV | 207.42 | 23.93 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 23 | 0 | 0.14 | 0.91 | 0 | 50.69 | 1 | 0.55 |
| Hex | FF | DB | 17 | 0 | E | 5B | 0 | 33 | 64 | 37 |
| Octal | 377 | 333 | 27 | 0 | 16 | 133 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011011 | 10111 | 0 | 1110 | 1011011 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDB17
Complementary color
Monochromatic Colors of #FFDB17
Black with #FFDB17
Text Example
Text Example
White with #FFDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB17; }
p { color: rgb(255,219,23); }
H1.HeaderClassName
{
color: #FFDB17;
}
.AnyTagClassName
{
color: #FFDB17;
}
</style>
background-color css
<style>
a { background-color: #FFDB17; }
a { background-color: rgb(255,219,23); }
div.DivClassName
{
background-color: #FFDB17;
}
.BgClassName
{
background-color: #FFDB17;
}
</style>
border-color css
<style>
span { border-color: #FFDB17; }
span { border-color: rgb(255,219,23); }
td.TdClassName
{
border-color: #FFDB17;
}
.TagClassName
{
border-color: #FFDB17;
}
</style>