Shades of Dandelion #FFDA60
Tints of Dandelion #FFDA60
RGB
CMYK
RGB Variations
Color information
#FFDA60 (or 0xFFDA60) is known color: Dandelion. HEX triplet: FF, DA and 60. RGB value is (255,218,96). Sum of RGB (Red+Green+Blue) = 255+218+96=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA60 is #00259F. Grayscale: #D7D7D7. Windows color (decimal): -9632 or 6347519. OLE color: 6347519.
HSL color Cylindrical-coordinate representation of color #FFDA60: hue angle of 46.04º 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 #FFDA60 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 96 | - |
| CMYK | 0 | 0.15 | 0.62 | 0 |
| HSL | 46.04º | 1% | 0.69% | - |
| HSV(B) | 46.04º | 0.62% | 1% | - |
| XYZ | 68.42 | 72.25 | 21.41 | - |
| YUV | 215.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 96 | 0 | 0.15 | 0.62 | 0 | 46.04 | 1 | 0.69 |
| Hex | FF | DA | 60 | 0 | F | 3E | 0 | 2E | 64 | 45 |
| Octal | 377 | 332 | 140 | 0 | 17 | 76 | 0 | 56 | 144 | 105 |
| Binary | 11111111 | 11011010 | 1100000 | 0 | 1111 | 111110 | 0 | 101110 | 1100100 | 1000101 |
Color Harmonies of #FFDA60
Complementary color
Monochromatic Colors of #FFDA60
Black with #FFDA60
Text Example
Text Example
White with #FFDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA60; }
p { color: rgb(255,218,96); }
H1.HeaderClassName
{
color: #FFDA60;
}
.AnyTagClassName
{
color: #FFDA60;
}
</style>
background-color css
<style>
a { background-color: #FFDA60; }
a { background-color: rgb(255,218,96); }
div.DivClassName
{
background-color: #FFDA60;
}
.BgClassName
{
background-color: #FFDA60;
}
</style>
border-color css
<style>
span { border-color: #FFDA60; }
span { border-color: rgb(255,218,96); }
td.TdClassName
{
border-color: #FFDA60;
}
.TagClassName
{
border-color: #FFDA60;
}
</style>