Shades of Dandelion #FFDC64
Tints of Dandelion #FFDC64
RGB
CMYK
RGB Variations
Color information
#FFDC64 (or 0xFFDC64) is known color: Dandelion. HEX triplet: FF, DC and 64. RGB value is (255,220,100). Sum of RGB (Red+Green+Blue) = 255+220+100=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC64 is #00239B. Grayscale: #D9D9D9. Windows color (decimal): -9116 or 6610175. OLE color: 6610175.
HSL color Cylindrical-coordinate representation of color #FFDC64: hue angle of 46.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFDC64 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 100 | - |
| CMYK | 0 | 0.14 | 0.61 | 0 |
| HSL | 46.45º | 1% | 0.7% | - |
| HSV(B) | 46.45º | 0.61% | 1% | - |
| XYZ | 69.13 | 73.37 | 22.57 | - |
| YUV | 216.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 100 | 0 | 0.14 | 0.61 | 0 | 46.45 | 1 | 0.7 |
| Hex | FF | DC | 64 | 0 | E | 3D | 0 | 2E | 64 | 46 |
| Octal | 377 | 334 | 144 | 0 | 16 | 75 | 0 | 56 | 144 | 106 |
| Binary | 11111111 | 11011100 | 1100100 | 0 | 1110 | 111101 | 0 | 101110 | 1100100 | 1000110 |
Color Harmonies of #FFDC64
Complementary color
Monochromatic Colors of #FFDC64
Black with #FFDC64
Text Example
Text Example
White with #FFDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC64; }
p { color: rgb(255,220,100); }
H1.HeaderClassName
{
color: #FFDC64;
}
.AnyTagClassName
{
color: #FFDC64;
}
</style>
background-color css
<style>
a { background-color: #FFDC64; }
a { background-color: rgb(255,220,100); }
div.DivClassName
{
background-color: #FFDC64;
}
.BgClassName
{
background-color: #FFDC64;
}
</style>
border-color css
<style>
span { border-color: #FFDC64; }
span { border-color: rgb(255,220,100); }
td.TdClassName
{
border-color: #FFDC64;
}
.TagClassName
{
border-color: #FFDC64;
}
</style>