Shades of Lemon #DFDF0F
Tints of Lemon #DFDF0F
RGB
CMYK
RGB Variations
Color information
#DFDF0F (or 0xDFDF0F) is known color: Lemon. HEX triplet: DF, DF and 0F. RGB value is (223,223,15). Sum of RGB (Red+Green+Blue) = 223+223+15=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF0F is #2020F0. Grayscale: #C8C8C8. Windows color (decimal): -2105585 or 1040351. OLE color: 1040351.
HSL color Cylindrical-coordinate representation of color #DFDF0F: 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 #DFDF0F is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 15 | - |
| 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.67 | - |
| YUV | 199.29 | 24 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 15 | 0 | 0 | 0.93 | 0.13 | 60 | 0.87 | 0.47 |
| Hex | DF | DF | F | 0 | 0 | 5D | D | 3C | 57 | 2F |
| Octal | 337 | 337 | 17 | 0 | 0 | 135 | 15 | 74 | 127 | 57 |
| Binary | 11011111 | 11011111 | 1111 | 0 | 0 | 1011101 | 1101 | 111100 | 1010111 | 101111 |
Color Harmonies of #DFDF0F
Complementary color
Monochromatic Colors of #DFDF0F
Black with #DFDF0F
Text Example
Text Example
White with #DFDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF0F; }
p { color: rgb(223,223,15); }
H1.HeaderClassName
{
color: #DFDF0F;
}
.AnyTagClassName
{
color: #DFDF0F;
}
</style>
background-color css
<style>
a { background-color: #DFDF0F; }
a { background-color: rgb(223,223,15); }
div.DivClassName
{
background-color: #DFDF0F;
}
.BgClassName
{
background-color: #DFDF0F;
}
</style>
border-color css
<style>
span { border-color: #DFDF0F; }
span { border-color: rgb(223,223,15); }
td.TdClassName
{
border-color: #DFDF0F;
}
.TagClassName
{
border-color: #DFDF0F;
}
</style>