Shades of Dandelion #FCD967
Tints of Dandelion #FCD967
RGB
CMYK
RGB Variations
Color information
#FCD967 (or 0xFCD967) is known color: Dandelion. HEX triplet: FC, D9 and 67. RGB value is (252,217,103). Sum of RGB (Red+Green+Blue) = 252+217+103=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 103 (40.62% from 255 or 18.01% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD967 is #032698. Grayscale: #D6D6D6. Windows color (decimal): -206489 or 6806012. OLE color: 6806012.
HSL color Cylindrical-coordinate representation of color #FCD967: hue angle of 45.91º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCD967 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 103 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.01 |
| HSL | 45.91º | 0.96% | 0.7% | - |
| HSV(B) | 45.91º | 0.59% | 0.99% | - |
| XYZ | 67.41 | 71.3 | 23.04 | - |
| YUV | 214.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 103 | 0 | 0.14 | 0.59 | 0.01 | 45.91 | 0.96 | 0.7 |
| Hex | FC | D9 | 67 | 0 | E | 3B | 1 | 2E | 60 | 46 |
| Octal | 374 | 331 | 147 | 0 | 16 | 73 | 1 | 56 | 140 | 106 |
| Binary | 11111100 | 11011001 | 1100111 | 0 | 1110 | 111011 | 1 | 101110 | 1100000 | 1000110 |
Color Harmonies of #FCD967
Complementary color
Monochromatic Colors of #FCD967
Black with #FCD967
Text Example
Text Example
White with #FCD967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD967; }
p { color: rgb(252,217,103); }
H1.HeaderClassName
{
color: #FCD967;
}
.AnyTagClassName
{
color: #FCD967;
}
</style>
background-color css
<style>
a { background-color: #FCD967; }
a { background-color: rgb(252,217,103); }
div.DivClassName
{
background-color: #FCD967;
}
.BgClassName
{
background-color: #FCD967;
}
</style>
border-color css
<style>
span { border-color: #FCD967; }
span { border-color: rgb(252,217,103); }
td.TdClassName
{
border-color: #FCD967;
}
.TagClassName
{
border-color: #FCD967;
}
</style>