Shades of Dandelion #FFDA5F
Tints of Dandelion #FFDA5F
RGB
CMYK
RGB Variations
Color information
#FFDA5F (or 0xFFDA5F) is known color: Dandelion. HEX triplet: FF, DA and 5F. RGB value is (255,218,95). Sum of RGB (Red+Green+Blue) = 255+218+95=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA5F is #0025A0. Grayscale: #D7D7D7. Windows color (decimal): -9633 or 6281983. OLE color: 6281983.
HSL color Cylindrical-coordinate representation of color #FFDA5F: hue angle of 46.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFDA5F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 95 | - |
| CMYK | 0 | 0.15 | 0.63 | 0 |
| HSL | 46.13º | 1% | 0.69% | - |
| HSV(B) | 46.13º | 0.63% | 1% | - |
| XYZ | 68.38 | 72.23 | 21.16 | - |
| YUV | 215.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 95 | 0 | 0.15 | 0.63 | 0 | 46.13 | 1 | 0.69 |
| Hex | FF | DA | 5F | 0 | F | 3F | 0 | 2E | 64 | 45 |
| Octal | 377 | 332 | 137 | 0 | 17 | 77 | 0 | 56 | 144 | 105 |
| Binary | 11111111 | 11011010 | 1011111 | 0 | 1111 | 111111 | 0 | 101110 | 1100100 | 1000101 |
Color Harmonies of #FFDA5F
Complementary color
Monochromatic Colors of #FFDA5F
Black with #FFDA5F
Text Example
Text Example
White with #FFDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA5F; }
p { color: rgb(255,218,95); }
H1.HeaderClassName
{
color: #FFDA5F;
}
.AnyTagClassName
{
color: #FFDA5F;
}
</style>
background-color css
<style>
a { background-color: #FFDA5F; }
a { background-color: rgb(255,218,95); }
div.DivClassName
{
background-color: #FFDA5F;
}
.BgClassName
{
background-color: #FFDA5F;
}
</style>
border-color css
<style>
span { border-color: #FFDA5F; }
span { border-color: rgb(255,218,95); }
td.TdClassName
{
border-color: #FFDA5F;
}
.TagClassName
{
border-color: #FFDA5F;
}
</style>