Shades of Dandelion #FFDE60
Tints of Dandelion #FFDE60
RGB
CMYK
RGB Variations
Color information
#FFDE60 (or 0xFFDE60) is known color: Dandelion. HEX triplet: FF, DE and 60. RGB value is (255,222,96). Sum of RGB (Red+Green+Blue) = 255+222+96=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 96 (37.89% from 255 or 16.75% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE60 is #00219F. Grayscale: #DADADA. Windows color (decimal): -8608 or 6348543. OLE color: 6348543.
HSL color Cylindrical-coordinate representation of color #FFDE60: hue angle of 47.55º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFDE60 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 96 | - |
| CMYK | 0 | 0.13 | 0.62 | 0 |
| HSL | 47.55º | 1% | 0.69% | - |
| HSV(B) | 47.55º | 0.62% | 1% | - |
| XYZ | 69.47 | 74.35 | 21.76 | - |
| YUV | 217.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 96 | 0 | 0.13 | 0.62 | 0 | 47.55 | 1 | 0.69 |
| Hex | FF | DE | 60 | 0 | D | 3E | 0 | 30 | 64 | 45 |
| Octal | 377 | 336 | 140 | 0 | 15 | 76 | 0 | 60 | 144 | 105 |
| Binary | 11111111 | 11011110 | 1100000 | 0 | 1101 | 111110 | 0 | 110000 | 1100100 | 1000101 |
Color Harmonies of #FFDE60
Complementary color
Monochromatic Colors of #FFDE60
Black with #FFDE60
Text Example
Text Example
White with #FFDE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE60; }
p { color: rgb(255,222,96); }
H1.HeaderClassName
{
color: #FFDE60;
}
.AnyTagClassName
{
color: #FFDE60;
}
</style>
background-color css
<style>
a { background-color: #FFDE60; }
a { background-color: rgb(255,222,96); }
div.DivClassName
{
background-color: #FFDE60;
}
.BgClassName
{
background-color: #FFDE60;
}
</style>
border-color css
<style>
span { border-color: #FFDE60; }
span { border-color: rgb(255,222,96); }
td.TdClassName
{
border-color: #FFDE60;
}
.TagClassName
{
border-color: #FFDE60;
}
</style>