Shades of Lemon #DFE310
Tints of Lemon #DFE310
RGB
CMYK
RGB Variations
Color information
#DFE310 (or 0xDFE310) is known color: Lemon. HEX triplet: DF, E3 and 10. RGB value is (223,227,16). Sum of RGB (Red+Green+Blue) = 223+227+16=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE310 is #201CEF. Grayscale: #CACACA. Windows color (decimal): -2104560 or 1106911. OLE color: 1106911.
HSL color Cylindrical-coordinate representation of color #DFE310: hue angle of 61.14º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFE310 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 16 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.11 |
| HSL | 61.14º | 0.87% | 0.48% | - |
| HSV(B) | 61.14º | 0.93% | 0.89% | - |
| XYZ | 57.99 | 70.66 | 11.07 | - |
| YUV | 201.75 | 23.17 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 16 | 0.02 | 0 | 0.93 | 0.11 | 61.14 | 0.87 | 0.48 |
| Hex | DF | E3 | 10 | 2 | 0 | 5D | B | 3D | 57 | 30 |
| Octal | 337 | 343 | 20 | 2 | 0 | 135 | 13 | 75 | 127 | 60 |
| Binary | 11011111 | 11100011 | 10000 | 10 | 0 | 1011101 | 1011 | 111101 | 1010111 | 110000 |
Color Harmonies of #DFE310
Complementary color
Monochromatic Colors of #DFE310
Black with #DFE310
Text Example
Text Example
White with #DFE310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE310; }
p { color: rgb(223,227,16); }
H1.HeaderClassName
{
color: #DFE310;
}
.AnyTagClassName
{
color: #DFE310;
}
</style>
background-color css
<style>
a { background-color: #DFE310; }
a { background-color: rgb(223,227,16); }
div.DivClassName
{
background-color: #DFE310;
}
.BgClassName
{
background-color: #DFE310;
}
</style>
border-color css
<style>
span { border-color: #DFE310; }
span { border-color: rgb(223,227,16); }
td.TdClassName
{
border-color: #DFE310;
}
.TagClassName
{
border-color: #DFE310;
}
</style>