Shades of Lemon #DFDC09
Tints of Lemon #DFDC09
RGB
CMYK
RGB Variations
Color information
#DFDC09 (or 0xDFDC09) is known color: Lemon. HEX triplet: DF, DC and 09. RGB value is (223,220,9). Sum of RGB (Red+Green+Blue) = 223+220+9=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC09 is #2023F6. Grayscale: #C5C5C5. Windows color (decimal): -2106359 or 646367. OLE color: 646367.
HSL color Cylindrical-coordinate representation of color #DFDC09: hue angle of 59.16º 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 #DFDC09 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 9 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.13 |
| HSL | 59.16º | 0.92% | 0.45% | - |
| HSV(B) | 59.16º | 0.96% | 0.87% | - |
| XYZ | 56.07 | 66.89 | 10.21 | - |
| YUV | 196.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 9 | 0 | 0.01 | 0.96 | 0.13 | 59.16 | 0.92 | 0.45 |
| Hex | DF | DC | 9 | 0 | 1 | 60 | D | 3B | 5C | 2D |
| Octal | 337 | 334 | 11 | 0 | 1 | 140 | 15 | 73 | 134 | 55 |
| Binary | 11011111 | 11011100 | 1001 | 0 | 1 | 1100000 | 1101 | 111011 | 1011100 | 101101 |
Color Harmonies of #DFDC09
Complementary color
Monochromatic Colors of #DFDC09
Black with #DFDC09
Text Example
Text Example
White with #DFDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC09; }
p { color: rgb(223,220,9); }
H1.HeaderClassName
{
color: #DFDC09;
}
.AnyTagClassName
{
color: #DFDC09;
}
</style>
background-color css
<style>
a { background-color: #DFDC09; }
a { background-color: rgb(223,220,9); }
div.DivClassName
{
background-color: #DFDC09;
}
.BgClassName
{
background-color: #DFDC09;
}
</style>
border-color css
<style>
span { border-color: #DFDC09; }
span { border-color: rgb(223,220,9); }
td.TdClassName
{
border-color: #DFDC09;
}
.TagClassName
{
border-color: #DFDC09;
}
</style>