Shades of Dandelion #FFDE66
Tints of Dandelion #FFDE66
RGB
CMYK
RGB Variations
Color information
#FFDE66 (or 0xFFDE66) is known color: Dandelion. HEX triplet: FF, DE and 66. RGB value is (255,222,102). Sum of RGB (Red+Green+Blue) = 255+222+102=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 102 (40.23% from 255 or 17.62% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE66 is #002199. Grayscale: #DADADA. Windows color (decimal): -8602 or 6741759. OLE color: 6741759.
HSL color Cylindrical-coordinate representation of color #FFDE66: hue angle of 47.06º 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 #FFDE66 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 102 | - |
| CMYK | 0 | 0.13 | 0.6 | 0 |
| HSL | 47.06º | 1% | 0.7% | - |
| HSV(B) | 47.06º | 0.6% | 1% | - |
| XYZ | 69.76 | 74.46 | 23.27 | - |
| YUV | 218.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 102 | 0 | 0.13 | 0.6 | 0 | 47.06 | 1 | 0.7 |
| Hex | FF | DE | 66 | 0 | D | 3C | 0 | 2F | 64 | 46 |
| Octal | 377 | 336 | 146 | 0 | 15 | 74 | 0 | 57 | 144 | 106 |
| Binary | 11111111 | 11011110 | 1100110 | 0 | 1101 | 111100 | 0 | 101111 | 1100100 | 1000110 |
Color Harmonies of #FFDE66
Complementary color
Monochromatic Colors of #FFDE66
Black with #FFDE66
Text Example
Text Example
White with #FFDE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE66; }
p { color: rgb(255,222,102); }
H1.HeaderClassName
{
color: #FFDE66;
}
.AnyTagClassName
{
color: #FFDE66;
}
</style>
background-color css
<style>
a { background-color: #FFDE66; }
a { background-color: rgb(255,222,102); }
div.DivClassName
{
background-color: #FFDE66;
}
.BgClassName
{
background-color: #FFDE66;
}
</style>
border-color css
<style>
span { border-color: #FFDE66; }
span { border-color: rgb(255,222,102); }
td.TdClassName
{
border-color: #FFDE66;
}
.TagClassName
{
border-color: #FFDE66;
}
</style>