Shades of Dandelion #FFDA5E
Tints of Dandelion #FFDA5E
RGB
CMYK
RGB Variations
Color information
#FFDA5E (or 0xFFDA5E) is known color: Dandelion. HEX triplet: FF, DA and 5E. RGB value is (255,218,94). Sum of RGB (Red+Green+Blue) = 255+218+94=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA5E is #0025A1. Grayscale: #D7D7D7. Windows color (decimal): -9634 or 6216447. OLE color: 6216447.
HSL color Cylindrical-coordinate representation of color #FFDA5E: hue angle of 46.21º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFDA5E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 94 | - |
| CMYK | 0 | 0.15 | 0.63 | 0 |
| HSL | 46.21º | 1% | 0.68% | - |
| HSV(B) | 46.21º | 0.63% | 1% | - |
| XYZ | 68.33 | 72.21 | 20.93 | - |
| YUV | 214.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 94 | 0 | 0.15 | 0.63 | 0 | 46.21 | 1 | 0.68 |
| Hex | FF | DA | 5E | 0 | F | 3F | 0 | 2E | 64 | 44 |
| Octal | 377 | 332 | 136 | 0 | 17 | 77 | 0 | 56 | 144 | 104 |
| Binary | 11111111 | 11011010 | 1011110 | 0 | 1111 | 111111 | 0 | 101110 | 1100100 | 1000100 |
Color Harmonies of #FFDA5E
Complementary color
Monochromatic Colors of #FFDA5E
Black with #FFDA5E
Text Example
Text Example
White with #FFDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA5E; }
p { color: rgb(255,218,94); }
H1.HeaderClassName
{
color: #FFDA5E;
}
.AnyTagClassName
{
color: #FFDA5E;
}
</style>
background-color css
<style>
a { background-color: #FFDA5E; }
a { background-color: rgb(255,218,94); }
div.DivClassName
{
background-color: #FFDA5E;
}
.BgClassName
{
background-color: #FFDA5E;
}
</style>
border-color css
<style>
span { border-color: #FFDA5E; }
span { border-color: rgb(255,218,94); }
td.TdClassName
{
border-color: #FFDA5E;
}
.TagClassName
{
border-color: #FFDA5E;
}
</style>