Shades of Dandelion #FDD85B
Tints of Dandelion #FDD85B
RGB
CMYK
RGB Variations
Color information
#FDD85B (or 0xFDD85B) is known color: Dandelion. HEX triplet: FD, D8 and 5B. RGB value is (253,216,91). Sum of RGB (Red+Green+Blue) = 253+216+91=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD85B is #0227A4. Grayscale: #D5D5D5. Windows color (decimal): -141221 or 6019325. OLE color: 6019325.
HSL color Cylindrical-coordinate representation of color #FDD85B: hue angle of 46.3º 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 #FDD85B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 91 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 46.3º | 0.98% | 0.67% | - |
| HSV(B) | 46.3º | 0.64% | 0.99% | - |
| XYZ | 66.95 | 70.75 | 20.02 | - |
| YUV | 212.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 91 | 0 | 0.15 | 0.64 | 0.01 | 46.3 | 0.98 | 0.67 |
| Hex | FD | D8 | 5B | 0 | F | 40 | 1 | 2E | 62 | 43 |
| Octal | 375 | 330 | 133 | 0 | 17 | 100 | 1 | 56 | 142 | 103 |
| Binary | 11111101 | 11011000 | 1011011 | 0 | 1111 | 1000000 | 1 | 101110 | 1100010 | 1000011 |
Color Harmonies of #FDD85B
Complementary color
Monochromatic Colors of #FDD85B
Black with #FDD85B
Text Example
Text Example
White with #FDD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD85B; }
p { color: rgb(253,216,91); }
H1.HeaderClassName
{
color: #FDD85B;
}
.AnyTagClassName
{
color: #FDD85B;
}
</style>
background-color css
<style>
a { background-color: #FDD85B; }
a { background-color: rgb(253,216,91); }
div.DivClassName
{
background-color: #FDD85B;
}
.BgClassName
{
background-color: #FDD85B;
}
</style>
border-color css
<style>
span { border-color: #FDD85B; }
span { border-color: rgb(253,216,91); }
td.TdClassName
{
border-color: #FDD85B;
}
.TagClassName
{
border-color: #FDD85B;
}
</style>