Shades of Lemon #DFDF09
Tints of Lemon #DFDF09
RGB
CMYK
RGB Variations
Color information
#DFDF09 (or 0xDFDF09) is known color: Lemon. HEX triplet: DF, DF and 09. RGB value is (223,223,9). Sum of RGB (Red+Green+Blue) = 223+223+9=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF09 is #2020F6. Grayscale: #C7C7C7. Windows color (decimal): -2105591 or 647135. OLE color: 647135.
HSL color Cylindrical-coordinate representation of color #DFDF09: hue angle of 60º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFDF09 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 9 | - |
| CMYK | 0 | 0 | 0.96 | 0.13 |
| HSL | 60º | 0.92% | 0.45% | - |
| HSV(B) | 60º | 0.96% | 0.87% | - |
| XYZ | 56.87 | 68.48 | 10.48 | - |
| YUV | 198.6 | 21 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 9 | 0 | 0 | 0.96 | 0.13 | 60 | 0.92 | 0.45 |
| Hex | DF | DF | 9 | 0 | 0 | 60 | D | 3C | 5C | 2D |
| Octal | 337 | 337 | 11 | 0 | 0 | 140 | 15 | 74 | 134 | 55 |
| Binary | 11011111 | 11011111 | 1001 | 0 | 0 | 1100000 | 1101 | 111100 | 1011100 | 101101 |
Color Harmonies of #DFDF09
Complementary color
Monochromatic Colors of #DFDF09
Black with #DFDF09
Text Example
Text Example
White with #DFDF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF09; }
p { color: rgb(223,223,9); }
H1.HeaderClassName
{
color: #DFDF09;
}
.AnyTagClassName
{
color: #DFDF09;
}
</style>
background-color css
<style>
a { background-color: #DFDF09; }
a { background-color: rgb(223,223,9); }
div.DivClassName
{
background-color: #DFDF09;
}
.BgClassName
{
background-color: #DFDF09;
}
</style>
border-color css
<style>
span { border-color: #DFDF09; }
span { border-color: rgb(223,223,9); }
td.TdClassName
{
border-color: #DFDF09;
}
.TagClassName
{
border-color: #DFDF09;
}
</style>