Shades of Dandelion #FFD866
Tints of Dandelion #FFD866
RGB
CMYK
RGB Variations
Color information
#FFD866 (or 0xFFD866) is known color: Dandelion. HEX triplet: FF, D8 and 66. RGB value is (255,216,102). Sum of RGB (Red+Green+Blue) = 255+216+102=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD866 is #002799. Grayscale: #D7D7D7. Windows color (decimal): -10138 or 6740223. OLE color: 6740223.
HSL color Cylindrical-coordinate representation of color #FFD866: hue angle of 44.71º 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 #FFD866 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 102 | - |
| CMYK | 0 | 0.15 | 0.6 | 0 |
| HSL | 44.71º | 1% | 0.7% | - |
| HSV(B) | 44.71º | 0.6% | 1% | - |
| XYZ | 68.19 | 71.33 | 22.74 | - |
| YUV | 214.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 102 | 0 | 0.15 | 0.6 | 0 | 44.71 | 1 | 0.7 |
| Hex | FF | D8 | 66 | 0 | F | 3C | 0 | 2D | 64 | 46 |
| Octal | 377 | 330 | 146 | 0 | 17 | 74 | 0 | 55 | 144 | 106 |
| Binary | 11111111 | 11011000 | 1100110 | 0 | 1111 | 111100 | 0 | 101101 | 1100100 | 1000110 |
Color Harmonies of #FFD866
Complementary color
Monochromatic Colors of #FFD866
Black with #FFD866
Text Example
Text Example
White with #FFD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD866; }
p { color: rgb(255,216,102); }
H1.HeaderClassName
{
color: #FFD866;
}
.AnyTagClassName
{
color: #FFD866;
}
</style>
background-color css
<style>
a { background-color: #FFD866; }
a { background-color: rgb(255,216,102); }
div.DivClassName
{
background-color: #FFD866;
}
.BgClassName
{
background-color: #FFD866;
}
</style>
border-color css
<style>
span { border-color: #FFD866; }
span { border-color: rgb(255,216,102); }
td.TdClassName
{
border-color: #FFD866;
}
.TagClassName
{
border-color: #FFD866;
}
</style>