Shades of Dandelion #FCDD66
Tints of Dandelion #FCDD66
RGB
CMYK
RGB Variations
Color information
#FCDD66 (or 0xFCDD66) is known color: Dandelion. HEX triplet: FC, DD and 66. RGB value is (252,221,102). Sum of RGB (Red+Green+Blue) = 252+221+102=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD66 is #032299. Grayscale: #D9D9D9. Windows color (decimal): -205466 or 6741500. OLE color: 6741500.
HSL color Cylindrical-coordinate representation of color #FCDD66: hue angle of 47.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCDD66 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 102 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.01 |
| HSL | 47.6º | 0.96% | 0.69% | - |
| HSV(B) | 47.6º | 0.6% | 0.99% | - |
| XYZ | 68.4 | 73.37 | 23.13 | - |
| YUV | 216.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 102 | 0 | 0.12 | 0.60 | 0.01 | 47.6 | 0.96 | 0.69 |
| Hex | FC | DD | 66 | 0 | C | 3C | 1 | 30 | 60 | 45 |
| Octal | 374 | 335 | 146 | 0 | 14 | 74 | 1 | 60 | 140 | 105 |
| Binary | 11111100 | 11011101 | 1100110 | 0 | 1100 | 111100 | 1 | 110000 | 1100000 | 1000101 |
Color Harmonies of #FCDD66
Complementary color
Monochromatic Colors of #FCDD66
Black with #FCDD66
Text Example
Text Example
White with #FCDD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD66; }
p { color: rgb(252,221,102); }
H1.HeaderClassName
{
color: #FCDD66;
}
.AnyTagClassName
{
color: #FCDD66;
}
</style>
background-color css
<style>
a { background-color: #FCDD66; }
a { background-color: rgb(252,221,102); }
div.DivClassName
{
background-color: #FCDD66;
}
.BgClassName
{
background-color: #FCDD66;
}
</style>
border-color css
<style>
span { border-color: #FCDD66; }
span { border-color: rgb(252,221,102); }
td.TdClassName
{
border-color: #FCDD66;
}
.TagClassName
{
border-color: #FCDD66;
}
</style>