Shades of Dandelion #FDD65B
Tints of Dandelion #FDD65B
RGB
CMYK
RGB Variations
Color information
#FDD65B (or 0xFDD65B) is known color: Dandelion. HEX triplet: FD, D6 and 5B. RGB value is (253,214,91). Sum of RGB (Red+Green+Blue) = 253+214+91=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD65B is #0229A4. Grayscale: #D4D4D4. Windows color (decimal): -141733 or 6018813. OLE color: 6018813.
HSL color Cylindrical-coordinate representation of color #FDD65B: hue angle of 45.56º 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 #FDD65B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 91 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 45.56º | 0.98% | 0.67% | - |
| HSV(B) | 45.56º | 0.64% | 0.99% | - |
| XYZ | 66.44 | 69.73 | 19.86 | - |
| YUV | 211.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 91 | 0 | 0.15 | 0.64 | 0.01 | 45.56 | 0.98 | 0.67 |
| Hex | FD | D6 | 5B | 0 | F | 40 | 1 | 2E | 62 | 43 |
| Octal | 375 | 326 | 133 | 0 | 17 | 100 | 1 | 56 | 142 | 103 |
| Binary | 11111101 | 11010110 | 1011011 | 0 | 1111 | 1000000 | 1 | 101110 | 1100010 | 1000011 |
Color Harmonies of #FDD65B
Complementary color
Monochromatic Colors of #FDD65B
Black with #FDD65B
Text Example
Text Example
White with #FDD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD65B; }
p { color: rgb(253,214,91); }
H1.HeaderClassName
{
color: #FDD65B;
}
.AnyTagClassName
{
color: #FDD65B;
}
</style>
background-color css
<style>
a { background-color: #FDD65B; }
a { background-color: rgb(253,214,91); }
div.DivClassName
{
background-color: #FDD65B;
}
.BgClassName
{
background-color: #FDD65B;
}
</style>
border-color css
<style>
span { border-color: #FDD65B; }
span { border-color: rgb(253,214,91); }
td.TdClassName
{
border-color: #FDD65B;
}
.TagClassName
{
border-color: #FDD65B;
}
</style>