Shades of Dandelion #FCDC67
Tints of Dandelion #FCDC67
RGB
CMYK
RGB Variations
Color information
#FCDC67 (or 0xFCDC67) is known color: Dandelion. HEX triplet: FC, DC and 67. RGB value is (252,220,103). Sum of RGB (Red+Green+Blue) = 252+220+103=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 103 (40.62% from 255 or 17.91% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC67 is #032398. Grayscale: #D8D8D8. Windows color (decimal): -205721 or 6806780. OLE color: 6806780.
HSL color Cylindrical-coordinate representation of color #FCDC67: hue angle of 47.11º 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 #FCDC67 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 103 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.01 |
| HSL | 47.11º | 0.96% | 0.7% | - |
| HSV(B) | 47.11º | 0.59% | 0.99% | - |
| XYZ | 68.19 | 72.86 | 23.3 | - |
| YUV | 216.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 103 | 0 | 0.13 | 0.59 | 0.01 | 47.11 | 0.96 | 0.7 |
| Hex | FC | DC | 67 | 0 | D | 3B | 1 | 2F | 60 | 46 |
| Octal | 374 | 334 | 147 | 0 | 15 | 73 | 1 | 57 | 140 | 106 |
| Binary | 11111100 | 11011100 | 1100111 | 0 | 1101 | 111011 | 1 | 101111 | 1100000 | 1000110 |
Color Harmonies of #FCDC67
Complementary color
Monochromatic Colors of #FCDC67
Black with #FCDC67
Text Example
Text Example
White with #FCDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC67; }
p { color: rgb(252,220,103); }
H1.HeaderClassName
{
color: #FCDC67;
}
.AnyTagClassName
{
color: #FCDC67;
}
</style>
background-color css
<style>
a { background-color: #FCDC67; }
a { background-color: rgb(252,220,103); }
div.DivClassName
{
background-color: #FCDC67;
}
.BgClassName
{
background-color: #FCDC67;
}
</style>
border-color css
<style>
span { border-color: #FCDC67; }
span { border-color: rgb(252,220,103); }
td.TdClassName
{
border-color: #FCDC67;
}
.TagClassName
{
border-color: #FCDC67;
}
</style>