Shades of Dandelion #FDDC64
Tints of Dandelion #FDDC64
RGB
CMYK
RGB Variations
Color information
#FDDC64 (or 0xFDDC64) is known color: Dandelion. HEX triplet: FD, DC and 64. RGB value is (253,220,100). Sum of RGB (Red+Green+Blue) = 253+220+100=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 100 (39.45% from 255 or 17.45% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC64 is #02239B. Grayscale: #D8D8D8. Windows color (decimal): -140188 or 6610173. OLE color: 6610173.
HSL color Cylindrical-coordinate representation of color #FDDC64: hue angle of 47.06º degrees, saturation: 0.97, 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 #FDDC64 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 100 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.01 |
| HSL | 47.06º | 0.97% | 0.69% | - |
| HSV(B) | 47.06º | 0.6% | 0.99% | - |
| XYZ | 68.4 | 72.99 | 22.54 | - |
| YUV | 216.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 100 | 0 | 0.13 | 0.60 | 0.01 | 47.06 | 0.97 | 0.69 |
| Hex | FD | DC | 64 | 0 | D | 3C | 1 | 2F | 61 | 45 |
| Octal | 375 | 334 | 144 | 0 | 15 | 74 | 1 | 57 | 141 | 105 |
| Binary | 11111101 | 11011100 | 1100100 | 0 | 1101 | 111100 | 1 | 101111 | 1100001 | 1000101 |
Color Harmonies of #FDDC64
Complementary color
Monochromatic Colors of #FDDC64
Black with #FDDC64
Text Example
Text Example
White with #FDDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC64; }
p { color: rgb(253,220,100); }
H1.HeaderClassName
{
color: #FDDC64;
}
.AnyTagClassName
{
color: #FDDC64;
}
</style>
background-color css
<style>
a { background-color: #FDDC64; }
a { background-color: rgb(253,220,100); }
div.DivClassName
{
background-color: #FDDC64;
}
.BgClassName
{
background-color: #FDDC64;
}
</style>
border-color css
<style>
span { border-color: #FDDC64; }
span { border-color: rgb(253,220,100); }
td.TdClassName
{
border-color: #FDDC64;
}
.TagClassName
{
border-color: #FDDC64;
}
</style>