Shades of Dandelion #FFDE64
Tints of Dandelion #FFDE64
RGB
CMYK
RGB Variations
Color information
#FFDE64 (or 0xFFDE64) is known color: Dandelion. HEX triplet: FF, DE and 64. RGB value is (255,222,100). Sum of RGB (Red+Green+Blue) = 255+222+100=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE64 is #00219B. Grayscale: #DADADA. Windows color (decimal): -8604 or 6610687. OLE color: 6610687.
HSL color Cylindrical-coordinate representation of color #FFDE64: hue angle of 47.23º 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 #FFDE64 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 100 | - |
| CMYK | 0 | 0.13 | 0.61 | 0 |
| HSL | 47.23º | 1% | 0.7% | - |
| HSV(B) | 47.23º | 0.61% | 1% | - |
| XYZ | 69.66 | 74.42 | 22.75 | - |
| YUV | 217.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 100 | 0 | 0.13 | 0.61 | 0 | 47.23 | 1 | 0.7 |
| Hex | FF | DE | 64 | 0 | D | 3D | 0 | 2F | 64 | 46 |
| Octal | 377 | 336 | 144 | 0 | 15 | 75 | 0 | 57 | 144 | 106 |
| Binary | 11111111 | 11011110 | 1100100 | 0 | 1101 | 111101 | 0 | 101111 | 1100100 | 1000110 |
Color Harmonies of #FFDE64
Complementary color
Monochromatic Colors of #FFDE64
Black with #FFDE64
Text Example
Text Example
White with #FFDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE64; }
p { color: rgb(255,222,100); }
H1.HeaderClassName
{
color: #FFDE64;
}
.AnyTagClassName
{
color: #FFDE64;
}
</style>
background-color css
<style>
a { background-color: #FFDE64; }
a { background-color: rgb(255,222,100); }
div.DivClassName
{
background-color: #FFDE64;
}
.BgClassName
{
background-color: #FFDE64;
}
</style>
border-color css
<style>
span { border-color: #FFDE64; }
span { border-color: rgb(255,222,100); }
td.TdClassName
{
border-color: #FFDE64;
}
.TagClassName
{
border-color: #FFDE64;
}
</style>