Shades of Lemon #DFE10A
Tints of Lemon #DFE10A
RGB
CMYK
RGB Variations
Color information
#DFE10A (or 0xDFE10A) is known color: Lemon. HEX triplet: DF, E1 and 0A. RGB value is (223,225,10). Sum of RGB (Red+Green+Blue) = 223+225+10=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE10A is #201EF5. Grayscale: #C8C8C8. Windows color (decimal): -2105078 or 713183. OLE color: 713183.
HSL color Cylindrical-coordinate representation of color #DFE10A: hue angle of 60.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFE10A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.12 |
| HSL | 60.56º | 0.91% | 0.46% | - |
| HSV(B) | 60.56º | 0.96% | 0.88% | - |
| XYZ | 57.41 | 69.56 | 10.69 | - |
| YUV | 199.89 | 20.84 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 10 | 0.01 | 0 | 0.96 | 0.12 | 60.56 | 0.91 | 0.46 |
| Hex | DF | E1 | A | 1 | 0 | 60 | C | 3D | 5B | 2E |
| Octal | 337 | 341 | 12 | 1 | 0 | 140 | 14 | 75 | 133 | 56 |
| Binary | 11011111 | 11100001 | 1010 | 1 | 0 | 1100000 | 1100 | 111101 | 1011011 | 101110 |
Color Harmonies of #DFE10A
Complementary color
Monochromatic Colors of #DFE10A
Black with #DFE10A
Text Example
Text Example
White with #DFE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE10A; }
p { color: rgb(223,225,10); }
H1.HeaderClassName
{
color: #DFE10A;
}
.AnyTagClassName
{
color: #DFE10A;
}
</style>
background-color css
<style>
a { background-color: #DFE10A; }
a { background-color: rgb(223,225,10); }
div.DivClassName
{
background-color: #DFE10A;
}
.BgClassName
{
background-color: #DFE10A;
}
</style>
border-color css
<style>
span { border-color: #DFE10A; }
span { border-color: rgb(223,225,10); }
td.TdClassName
{
border-color: #DFE10A;
}
.TagClassName
{
border-color: #DFE10A;
}
</style>