Shades of Lemon #DFDF0C
Tints of Lemon #DFDF0C
RGB
CMYK
RGB Variations
Color information
#DFDF0C (or 0xDFDF0C) is known color: Lemon. HEX triplet: DF, DF and 0C. RGB value is (223,223,12). Sum of RGB (Red+Green+Blue) = 223+223+12=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF0C is #2020F3. Grayscale: #C7C7C7. Windows color (decimal): -2105588 or 843743. OLE color: 843743.
HSL color Cylindrical-coordinate representation of color #DFDF0C: hue angle of 60º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFDF0C is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 12 | - |
| CMYK | 0 | 0 | 0.95 | 0.13 |
| HSL | 60º | 0.9% | 0.46% | - |
| HSV(B) | 60º | 0.95% | 0.87% | - |
| XYZ | 56.89 | 68.49 | 10.57 | - |
| YUV | 198.95 | 22.5 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 12 | 0 | 0 | 0.95 | 0.13 | 60 | 0.9 | 0.46 |
| Hex | DF | DF | C | 0 | 0 | 5F | D | 3C | 5A | 2E |
| Octal | 337 | 337 | 14 | 0 | 0 | 137 | 15 | 74 | 132 | 56 |
| Binary | 11011111 | 11011111 | 1100 | 0 | 0 | 1011111 | 1101 | 111100 | 1011010 | 101110 |
Color Harmonies of #DFDF0C
Complementary color
Monochromatic Colors of #DFDF0C
Black with #DFDF0C
Text Example
Text Example
White with #DFDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF0C; }
p { color: rgb(223,223,12); }
H1.HeaderClassName
{
color: #DFDF0C;
}
.AnyTagClassName
{
color: #DFDF0C;
}
</style>
background-color css
<style>
a { background-color: #DFDF0C; }
a { background-color: rgb(223,223,12); }
div.DivClassName
{
background-color: #DFDF0C;
}
.BgClassName
{
background-color: #DFDF0C;
}
</style>
border-color css
<style>
span { border-color: #DFDF0C; }
span { border-color: rgb(223,223,12); }
td.TdClassName
{
border-color: #DFDF0C;
}
.TagClassName
{
border-color: #DFDF0C;
}
</style>