Shades of Lemon #DFE210
Tints of Lemon #DFE210
RGB
CMYK
RGB Variations
Color information
#DFE210 (or 0xDFE210) is known color: Lemon. HEX triplet: DF, E2 and 10. RGB value is (223,226,16). Sum of RGB (Red+Green+Blue) = 223+226+16=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE210 is #201DEF. Grayscale: #CACACA. Windows color (decimal): -2104816 or 1106655. OLE color: 1106655.
HSL color Cylindrical-coordinate representation of color #DFE210: hue angle of 60.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFE210 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.11 |
| HSL | 60.86º | 0.87% | 0.47% | - |
| HSV(B) | 60.86º | 0.93% | 0.89% | - |
| XYZ | 57.72 | 70.12 | 10.98 | - |
| YUV | 201.16 | 23.51 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 16 | 0.01 | 0 | 0.93 | 0.11 | 60.86 | 0.87 | 0.47 |
| Hex | DF | E2 | 10 | 1 | 0 | 5D | B | 3D | 57 | 2F |
| Octal | 337 | 342 | 20 | 1 | 0 | 135 | 13 | 75 | 127 | 57 |
| Binary | 11011111 | 11100010 | 10000 | 1 | 0 | 1011101 | 1011 | 111101 | 1010111 | 101111 |
Color Harmonies of #DFE210
Complementary color
Monochromatic Colors of #DFE210
Black with #DFE210
Text Example
Text Example
White with #DFE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE210; }
p { color: rgb(223,226,16); }
H1.HeaderClassName
{
color: #DFE210;
}
.AnyTagClassName
{
color: #DFE210;
}
</style>
background-color css
<style>
a { background-color: #DFE210; }
a { background-color: rgb(223,226,16); }
div.DivClassName
{
background-color: #DFE210;
}
.BgClassName
{
background-color: #DFE210;
}
</style>
border-color css
<style>
span { border-color: #DFE210; }
span { border-color: rgb(223,226,16); }
td.TdClassName
{
border-color: #DFE210;
}
.TagClassName
{
border-color: #DFE210;
}
</style>