Shades of Lemon #DFDF0A
Tints of Lemon #DFDF0A
RGB
CMYK
RGB Variations
Color information
#DFDF0A (or 0xDFDF0A) is known color: Lemon. HEX triplet: DF, DF and 0A. RGB value is (223,223,10). Sum of RGB (Red+Green+Blue) = 223+223+10=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF0A is #2020F5. Grayscale: #C7C7C7. Windows color (decimal): -2105590 or 712671. OLE color: 712671.
HSL color Cylindrical-coordinate representation of color #DFDF0A: hue angle of 60º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFDF0A is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 10 | - |
| CMYK | 0 | 0 | 0.96 | 0.13 |
| HSL | 60º | 0.91% | 0.46% | - |
| HSV(B) | 60º | 0.96% | 0.87% | - |
| XYZ | 56.87 | 68.49 | 10.51 | - |
| YUV | 198.72 | 21.5 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 10 | 0 | 0 | 0.96 | 0.13 | 60 | 0.91 | 0.46 |
| Hex | DF | DF | A | 0 | 0 | 60 | D | 3C | 5B | 2E |
| Octal | 337 | 337 | 12 | 0 | 0 | 140 | 15 | 74 | 133 | 56 |
| Binary | 11011111 | 11011111 | 1010 | 0 | 0 | 1100000 | 1101 | 111100 | 1011011 | 101110 |
Color Harmonies of #DFDF0A
Complementary color
Monochromatic Colors of #DFDF0A
Black with #DFDF0A
Text Example
Text Example
White with #DFDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF0A; }
p { color: rgb(223,223,10); }
H1.HeaderClassName
{
color: #DFDF0A;
}
.AnyTagClassName
{
color: #DFDF0A;
}
</style>
background-color css
<style>
a { background-color: #DFDF0A; }
a { background-color: rgb(223,223,10); }
div.DivClassName
{
background-color: #DFDF0A;
}
.BgClassName
{
background-color: #DFDF0A;
}
</style>
border-color css
<style>
span { border-color: #DFDF0A; }
span { border-color: rgb(223,223,10); }
td.TdClassName
{
border-color: #DFDF0A;
}
.TagClassName
{
border-color: #DFDF0A;
}
</style>