Shades of Dandelion #FFDA61
Tints of Dandelion #FFDA61
RGB
CMYK
RGB Variations
Color information
#FFDA61 (or 0xFFDA61) is known color: Dandelion. HEX triplet: FF, DA and 61. RGB value is (255,218,97). Sum of RGB (Red+Green+Blue) = 255+218+97=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 97 (38.28% from 255 or 17.02% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA61 is #00259E. Grayscale: #D7D7D7. Windows color (decimal): -9631 or 6413055. OLE color: 6413055.
HSL color Cylindrical-coordinate representation of color #FFDA61: hue angle of 45.95º 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 #FFDA61 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 97 | - |
| CMYK | 0 | 0.15 | 0.62 | 0 |
| HSL | 45.95º | 1% | 0.69% | - |
| HSV(B) | 45.95º | 0.62% | 1% | - |
| XYZ | 68.47 | 72.27 | 21.65 | - |
| YUV | 215.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 97 | 0 | 0.15 | 0.62 | 0 | 45.95 | 1 | 0.69 |
| Hex | FF | DA | 61 | 0 | F | 3E | 0 | 2E | 64 | 45 |
| Octal | 377 | 332 | 141 | 0 | 17 | 76 | 0 | 56 | 144 | 105 |
| Binary | 11111111 | 11011010 | 1100001 | 0 | 1111 | 111110 | 0 | 101110 | 1100100 | 1000101 |
Color Harmonies of #FFDA61
Complementary color
Monochromatic Colors of #FFDA61
Black with #FFDA61
Text Example
Text Example
White with #FFDA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA61; }
p { color: rgb(255,218,97); }
H1.HeaderClassName
{
color: #FFDA61;
}
.AnyTagClassName
{
color: #FFDA61;
}
</style>
background-color css
<style>
a { background-color: #FFDA61; }
a { background-color: rgb(255,218,97); }
div.DivClassName
{
background-color: #FFDA61;
}
.BgClassName
{
background-color: #FFDA61;
}
</style>
border-color css
<style>
span { border-color: #FFDA61; }
span { border-color: rgb(255,218,97); }
td.TdClassName
{
border-color: #FFDA61;
}
.TagClassName
{
border-color: #FFDA61;
}
</style>