Shades of Lemon #DFDF0D
Tints of Lemon #DFDF0D
RGB
CMYK
RGB Variations
Color information
#DFDF0D (or 0xDFDF0D) is known color: Lemon. HEX triplet: DF, DF and 0D. RGB value is (223,223,13). Sum of RGB (Red+Green+Blue) = 223+223+13=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF0D is #2020F2. Grayscale: #C7C7C7. Windows color (decimal): -2105587 or 909279. OLE color: 909279.
HSL color Cylindrical-coordinate representation of color #DFDF0D: hue angle of 60º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFDF0D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 13 | - |
| CMYK | 0 | 0 | 0.94 | 0.13 |
| HSL | 60º | 0.89% | 0.46% | - |
| HSV(B) | 60º | 0.94% | 0.87% | - |
| XYZ | 56.89 | 68.49 | 10.6 | - |
| YUV | 199.06 | 23 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 13 | 0 | 0 | 0.94 | 0.13 | 60 | 0.89 | 0.46 |
| Hex | DF | DF | D | 0 | 0 | 5E | D | 3C | 59 | 2E |
| Octal | 337 | 337 | 15 | 0 | 0 | 136 | 15 | 74 | 131 | 56 |
| Binary | 11011111 | 11011111 | 1101 | 0 | 0 | 1011110 | 1101 | 111100 | 1011001 | 101110 |
Color Harmonies of #DFDF0D
Complementary color
Monochromatic Colors of #DFDF0D
Black with #DFDF0D
Text Example
Text Example
White with #DFDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF0D; }
p { color: rgb(223,223,13); }
H1.HeaderClassName
{
color: #DFDF0D;
}
.AnyTagClassName
{
color: #DFDF0D;
}
</style>
background-color css
<style>
a { background-color: #DFDF0D; }
a { background-color: rgb(223,223,13); }
div.DivClassName
{
background-color: #DFDF0D;
}
.BgClassName
{
background-color: #DFDF0D;
}
</style>
border-color css
<style>
span { border-color: #DFDF0D; }
span { border-color: rgb(223,223,13); }
td.TdClassName
{
border-color: #DFDF0D;
}
.TagClassName
{
border-color: #DFDF0D;
}
</style>