Shades of Dandelion #FDD866
Tints of Dandelion #FDD866
RGB
CMYK
RGB Variations
Color information
#FDD866 (or 0xFDD866) is known color: Dandelion. HEX triplet: FD, D8 and 66. RGB value is (253,216,102). Sum of RGB (Red+Green+Blue) = 253+216+102=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD866 is #022799. Grayscale: #D6D6D6. Windows color (decimal): -141210 or 6740221. OLE color: 6740221.
HSL color Cylindrical-coordinate representation of color #FDD866: hue angle of 45.3º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD866 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 102 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.01 |
| HSL | 45.3º | 0.97% | 0.7% | - |
| HSV(B) | 45.3º | 0.6% | 0.99% | - |
| XYZ | 67.46 | 70.95 | 22.71 | - |
| YUV | 214.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 102 | 0 | 0.15 | 0.60 | 0.01 | 45.3 | 0.97 | 0.7 |
| Hex | FD | D8 | 66 | 0 | F | 3C | 1 | 2D | 61 | 46 |
| Octal | 375 | 330 | 146 | 0 | 17 | 74 | 1 | 55 | 141 | 106 |
| Binary | 11111101 | 11011000 | 1100110 | 0 | 1111 | 111100 | 1 | 101101 | 1100001 | 1000110 |
Color Harmonies of #FDD866
Complementary color
Monochromatic Colors of #FDD866
Black with #FDD866
Text Example
Text Example
White with #FDD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD866; }
p { color: rgb(253,216,102); }
H1.HeaderClassName
{
color: #FDD866;
}
.AnyTagClassName
{
color: #FDD866;
}
</style>
background-color css
<style>
a { background-color: #FDD866; }
a { background-color: rgb(253,216,102); }
div.DivClassName
{
background-color: #FDD866;
}
.BgClassName
{
background-color: #FDD866;
}
</style>
border-color css
<style>
span { border-color: #FDD866; }
span { border-color: rgb(253,216,102); }
td.TdClassName
{
border-color: #FDD866;
}
.TagClassName
{
border-color: #FDD866;
}
</style>