Shades of Dandelion #FDDA5B
Tints of Dandelion #FDDA5B
RGB
CMYK
RGB Variations
Color information
#FDDA5B (or 0xFDDA5B) is known color: Dandelion. HEX triplet: FD, DA and 5B. RGB value is (253,218,91). Sum of RGB (Red+Green+Blue) = 253+218+91=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA5B is #0225A4. Grayscale: #D6D6D6. Windows color (decimal): -140709 or 6019837. OLE color: 6019837.
HSL color Cylindrical-coordinate representation of color #FDDA5B: hue angle of 47.04º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDDA5B is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 91 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.01 |
| HSL | 47.04º | 0.98% | 0.67% | - |
| HSV(B) | 47.04º | 0.64% | 0.99% | - |
| XYZ | 67.47 | 71.78 | 20.2 | - |
| YUV | 213.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 91 | 0 | 0.14 | 0.64 | 0.01 | 47.04 | 0.98 | 0.67 |
| Hex | FD | DA | 5B | 0 | E | 40 | 1 | 2F | 62 | 43 |
| Octal | 375 | 332 | 133 | 0 | 16 | 100 | 1 | 57 | 142 | 103 |
| Binary | 11111101 | 11011010 | 1011011 | 0 | 1110 | 1000000 | 1 | 101111 | 1100010 | 1000011 |
Color Harmonies of #FDDA5B
Complementary color
Monochromatic Colors of #FDDA5B
Black with #FDDA5B
Text Example
Text Example
White with #FDDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA5B; }
p { color: rgb(253,218,91); }
H1.HeaderClassName
{
color: #FDDA5B;
}
.AnyTagClassName
{
color: #FDDA5B;
}
</style>
background-color css
<style>
a { background-color: #FDDA5B; }
a { background-color: rgb(253,218,91); }
div.DivClassName
{
background-color: #FDDA5B;
}
.BgClassName
{
background-color: #FDDA5B;
}
</style>
border-color css
<style>
span { border-color: #FDDA5B; }
span { border-color: rgb(253,218,91); }
td.TdClassName
{
border-color: #FDDA5B;
}
.TagClassName
{
border-color: #FDDA5B;
}
</style>