Shades of Dandelion #FFDF66
Tints of Dandelion #FFDF66
RGB
CMYK
RGB Variations
Color information
#FFDF66 (or 0xFFDF66) is known color: Dandelion. HEX triplet: FF, DF and 66. RGB value is (255,223,102). Sum of RGB (Red+Green+Blue) = 255+223+102=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 102 (40.23% from 255 or 17.59% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF66 is #002099. Grayscale: #DBDBDB. Windows color (decimal): -8346 or 6742015. OLE color: 6742015.
HSL color Cylindrical-coordinate representation of color #FFDF66: hue angle of 47.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFDF66 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 102 | - |
| CMYK | 0 | 0.13 | 0.6 | 0 |
| HSL | 47.45º | 1% | 0.7% | - |
| HSV(B) | 47.45º | 0.6% | 1% | - |
| XYZ | 70.03 | 74.99 | 23.36 | - |
| YUV | 218.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 102 | 0 | 0.13 | 0.6 | 0 | 47.45 | 1 | 0.7 |
| Hex | FF | DF | 66 | 0 | D | 3C | 0 | 2F | 64 | 46 |
| Octal | 377 | 337 | 146 | 0 | 15 | 74 | 0 | 57 | 144 | 106 |
| Binary | 11111111 | 11011111 | 1100110 | 0 | 1101 | 111100 | 0 | 101111 | 1100100 | 1000110 |
Color Harmonies of #FFDF66
Complementary color
Monochromatic Colors of #FFDF66
Black with #FFDF66
Text Example
Text Example
White with #FFDF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF66; }
p { color: rgb(255,223,102); }
H1.HeaderClassName
{
color: #FFDF66;
}
.AnyTagClassName
{
color: #FFDF66;
}
</style>
background-color css
<style>
a { background-color: #FFDF66; }
a { background-color: rgb(255,223,102); }
div.DivClassName
{
background-color: #FFDF66;
}
.BgClassName
{
background-color: #FFDF66;
}
</style>
border-color css
<style>
span { border-color: #FFDF66; }
span { border-color: rgb(255,223,102); }
td.TdClassName
{
border-color: #FFDF66;
}
.TagClassName
{
border-color: #FFDF66;
}
</style>