Shades of Lemon #DFDD08
Tints of Lemon #DFDD08
RGB
CMYK
RGB Variations
Color information
#DFDD08 (or 0xDFDD08) is known color: Lemon. HEX triplet: DF, DD and 08. RGB value is (223,221,8). Sum of RGB (Red+Green+Blue) = 223+221+8=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD08 is #2022F7. Grayscale: #C6C6C6. Windows color (decimal): -2106104 or 581087. OLE color: 581087.
HSL color Cylindrical-coordinate representation of color #DFDD08: hue angle of 59.44º 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 #DFDD08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.13 |
| HSL | 59.44º | 0.93% | 0.45% | - |
| HSV(B) | 59.44º | 0.96% | 0.87% | - |
| XYZ | 56.33 | 67.42 | 10.27 | - |
| YUV | 197.32 | 21.16 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 8 | 0 | 0.01 | 0.96 | 0.13 | 59.44 | 0.93 | 0.45 |
| Hex | DF | DD | 8 | 0 | 1 | 60 | D | 3B | 5D | 2D |
| Octal | 337 | 335 | 10 | 0 | 1 | 140 | 15 | 73 | 135 | 55 |
| Binary | 11011111 | 11011101 | 1000 | 0 | 1 | 1100000 | 1101 | 111011 | 1011101 | 101101 |
Color Harmonies of #DFDD08
Complementary color
Monochromatic Colors of #DFDD08
Black with #DFDD08
Text Example
Text Example
White with #DFDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD08; }
p { color: rgb(223,221,8); }
H1.HeaderClassName
{
color: #DFDD08;
}
.AnyTagClassName
{
color: #DFDD08;
}
</style>
background-color css
<style>
a { background-color: #DFDD08; }
a { background-color: rgb(223,221,8); }
div.DivClassName
{
background-color: #DFDD08;
}
.BgClassName
{
background-color: #DFDD08;
}
</style>
border-color css
<style>
span { border-color: #DFDD08; }
span { border-color: rgb(223,221,8); }
td.TdClassName
{
border-color: #DFDD08;
}
.TagClassName
{
border-color: #DFDD08;
}
</style>