Shades of Lemon #DFDF08
Tints of Lemon #DFDF08
RGB
CMYK
RGB Variations
Color information
#DFDF08 (or 0xDFDF08) is known color: Lemon. HEX triplet: DF, DF and 08. RGB value is (223,223,8). Sum of RGB (Red+Green+Blue) = 223+223+8=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF08 is #2020F7. Grayscale: #C7C7C7. Windows color (decimal): -2105592 or 581599. OLE color: 581599.
HSL color Cylindrical-coordinate representation of color #DFDF08: hue angle of 60º degrees, saturation: 0.93, 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 #DFDF08 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 8 | - |
CMYK | 0 | 0 | 0.96 | 0.13 |
HSL | 60º | 0.93% | 0.45% | - |
HSV(B) | 60º | 0.96% | 0.87% | - |
XYZ | 56.86 | 68.48 | 10.45 | - |
YUV | 198.49 | 20.5 | 145.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 8 | 0 | 0 | 0.96 | 0.13 | 60 | 0.93 | 0.45 |
Hex | DF | DF | 8 | 0 | 0 | 60 | D | 3C | 5D | 2D |
Octal | 337 | 337 | 10 | 0 | 0 | 140 | 15 | 74 | 135 | 55 |
Binary | 11011111 | 11011111 | 1000 | 0 | 0 | 1100000 | 1101 | 111100 | 1011101 | 101101 |
Color Harmonies of #DFDF08
Complementary color
Monochromatic Colors of #DFDF08
Black with #DFDF08
Text Example
Text Example
White with #DFDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF08; }
p { color: rgb(223,223,8); }
H1.HeaderClassName
{
color: #DFDF08;
}
.AnyTagClassName
{
color: #DFDF08;
}
</style>
background-color css
<style>
a { background-color: #DFDF08; }
a { background-color: rgb(223,223,8); }
div.DivClassName
{
background-color: #DFDF08;
}
.BgClassName
{
background-color: #DFDF08;
}
</style>
border-color css
<style>
span { border-color: #DFDF08; }
span { border-color: rgb(223,223,8); }
td.TdClassName
{
border-color: #DFDF08;
}
.TagClassName
{
border-color: #DFDF08;
}
</style>