Shades of Dandelion #FCD664
Tints of Dandelion #FCD664
RGB
CMYK
RGB Variations
Color information
#FCD664 (or 0xFCD664) is known color: Dandelion. HEX triplet: FC, D6 and 64. RGB value is (252,214,100). Sum of RGB (Red+Green+Blue) = 252+214+100=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD664 is #03299B. Grayscale: #D4D4D4. Windows color (decimal): -207260 or 6608636. OLE color: 6608636.
HSL color Cylindrical-coordinate representation of color #FCD664: hue angle of 45º 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 #FCD664 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 100 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.01 |
| HSL | 45º | 0.96% | 0.69% | - |
| HSV(B) | 45º | 0.6% | 0.99% | - |
| XYZ | 66.49 | 69.71 | 22.01 | - |
| YUV | 212.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 100 | 0 | 0.15 | 0.60 | 0.01 | 45 | 0.96 | 0.69 |
| Hex | FC | D6 | 64 | 0 | F | 3C | 1 | 2D | 60 | 45 |
| Octal | 374 | 326 | 144 | 0 | 17 | 74 | 1 | 55 | 140 | 105 |
| Binary | 11111100 | 11010110 | 1100100 | 0 | 1111 | 111100 | 1 | 101101 | 1100000 | 1000101 |
Color Harmonies of #FCD664
Complementary color
Monochromatic Colors of #FCD664
Black with #FCD664
Text Example
Text Example
White with #FCD664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD664; }
p { color: rgb(252,214,100); }
H1.HeaderClassName
{
color: #FCD664;
}
.AnyTagClassName
{
color: #FCD664;
}
</style>
background-color css
<style>
a { background-color: #FCD664; }
a { background-color: rgb(252,214,100); }
div.DivClassName
{
background-color: #FCD664;
}
.BgClassName
{
background-color: #FCD664;
}
</style>
border-color css
<style>
span { border-color: #FCD664; }
span { border-color: rgb(252,214,100); }
td.TdClassName
{
border-color: #FCD664;
}
.TagClassName
{
border-color: #FCD664;
}
</style>