Shades of Dandelion #F5DC64
Tints of Dandelion #F5DC64
RGB
CMYK
RGB Variations
Color information
#F5DC64 (or 0xF5DC64) is known color: Dandelion. HEX triplet: F5, DC and 64. RGB value is (245,220,100). Sum of RGB (Red+Green+Blue) = 245+220+100=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC64 is #0A239B. Grayscale: #D6D6D6. Windows color (decimal): -664476 or 6610165. OLE color: 6610165.
HSL color Cylindrical-coordinate representation of color #F5DC64: hue angle of 49.66º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5DC64 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 100 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.04 |
| HSL | 49.66º | 0.88% | 0.68% | - |
| HSV(B) | 49.66º | 0.59% | 0.96% | - |
| XYZ | 65.55 | 71.52 | 22.41 | - |
| YUV | 213.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 100 | 0 | 0.10 | 0.59 | 0.04 | 49.66 | 0.88 | 0.68 |
| Hex | F5 | DC | 64 | 0 | A | 3B | 4 | 32 | 58 | 44 |
| Octal | 365 | 334 | 144 | 0 | 12 | 73 | 4 | 62 | 130 | 104 |
| Binary | 11110101 | 11011100 | 1100100 | 0 | 1010 | 111011 | 100 | 110010 | 1011000 | 1000100 |
Color Harmonies of #F5DC64
Complementary color
Monochromatic Colors of #F5DC64
Black with #F5DC64
Text Example
Text Example
White with #F5DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC64; }
p { color: rgb(245,220,100); }
H1.HeaderClassName
{
color: #F5DC64;
}
.AnyTagClassName
{
color: #F5DC64;
}
</style>
background-color css
<style>
a { background-color: #F5DC64; }
a { background-color: rgb(245,220,100); }
div.DivClassName
{
background-color: #F5DC64;
}
.BgClassName
{
background-color: #F5DC64;
}
</style>
border-color css
<style>
span { border-color: #F5DC64; }
span { border-color: rgb(245,220,100); }
td.TdClassName
{
border-color: #F5DC64;
}
.TagClassName
{
border-color: #F5DC64;
}
</style>