Shades of Lemon #FFDC10
Tints of Lemon #FFDC10
RGB
CMYK
RGB Variations
Color information
#FFDC10 (or 0xFFDC10) is known color: Lemon. HEX triplet: FF, DC and 10. RGB value is (255,220,16). Sum of RGB (Red+Green+Blue) = 255+220+16=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 16 (6.64% from 255 or 3.26% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC10 is #0023EF. Grayscale: #D0D0D0. Windows color (decimal): -9200 or 1105151. OLE color: 1105151.
HSL color Cylindrical-coordinate representation of color #FFDC10: hue angle of 51.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFDC10 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 16 | - |
| CMYK | 0 | 0.14 | 0.94 | 0 |
| HSL | 51.21º | 1% | 0.53% | - |
| HSV(B) | 51.21º | 0.94% | 1% | - |
| XYZ | 66.93 | 72.48 | 10.95 | - |
| YUV | 207.21 | 20.1 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 16 | 0 | 0.14 | 0.94 | 0 | 51.21 | 1 | 0.53 |
| Hex | FF | DC | 10 | 0 | E | 5E | 0 | 33 | 64 | 35 |
| Octal | 377 | 334 | 20 | 0 | 16 | 136 | 0 | 63 | 144 | 65 |
| Binary | 11111111 | 11011100 | 10000 | 0 | 1110 | 1011110 | 0 | 110011 | 1100100 | 110101 |
Color Harmonies of #FFDC10
Complementary color
Monochromatic Colors of #FFDC10
Black with #FFDC10
Text Example
Text Example
White with #FFDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC10; }
p { color: rgb(255,220,16); }
H1.HeaderClassName
{
color: #FFDC10;
}
.AnyTagClassName
{
color: #FFDC10;
}
</style>
background-color css
<style>
a { background-color: #FFDC10; }
a { background-color: rgb(255,220,16); }
div.DivClassName
{
background-color: #FFDC10;
}
.BgClassName
{
background-color: #FFDC10;
}
</style>
border-color css
<style>
span { border-color: #FFDC10; }
span { border-color: rgb(255,220,16); }
td.TdClassName
{
border-color: #FFDC10;
}
.TagClassName
{
border-color: #FFDC10;
}
</style>