Shades of Lemon #DFDF10
Tints of Lemon #DFDF10
RGB
CMYK
RGB Variations
Color information
#DFDF10 (or 0xDFDF10) is known color: Lemon. HEX triplet: DF, DF and 10. RGB value is (223,223,16). Sum of RGB (Red+Green+Blue) = 223+223+16=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF10 is #2020EF. Grayscale: #C8C8C8. Windows color (decimal): -2105584 or 1105887. OLE color: 1105887.
HSL color Cylindrical-coordinate representation of color #DFDF10: hue angle of 60º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFDF10 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 16 | - |
| CMYK | 0 | 0 | 0.93 | 0.13 |
| HSL | 60º | 0.87% | 0.47% | - |
| HSV(B) | 60º | 0.93% | 0.87% | - |
| XYZ | 56.91 | 68.5 | 10.71 | - |
| YUV | 199.4 | 24.5 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 16 | 0 | 0 | 0.93 | 0.13 | 60 | 0.87 | 0.47 |
| Hex | DF | DF | 10 | 0 | 0 | 5D | D | 3C | 57 | 2F |
| Octal | 337 | 337 | 20 | 0 | 0 | 135 | 15 | 74 | 127 | 57 |
| Binary | 11011111 | 11011111 | 10000 | 0 | 0 | 1011101 | 1101 | 111100 | 1010111 | 101111 |
Color Harmonies of #DFDF10
Complementary color
Monochromatic Colors of #DFDF10
Black with #DFDF10
Text Example
Text Example
White with #DFDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF10; }
p { color: rgb(223,223,16); }
H1.HeaderClassName
{
color: #DFDF10;
}
.AnyTagClassName
{
color: #DFDF10;
}
</style>
background-color css
<style>
a { background-color: #DFDF10; }
a { background-color: rgb(223,223,16); }
div.DivClassName
{
background-color: #DFDF10;
}
.BgClassName
{
background-color: #DFDF10;
}
</style>
border-color css
<style>
span { border-color: #DFDF10; }
span { border-color: rgb(223,223,16); }
td.TdClassName
{
border-color: #DFDF10;
}
.TagClassName
{
border-color: #DFDF10;
}
</style>