Shades of Dandelion #FDD85D
Tints of Dandelion #FDD85D
RGB
CMYK
RGB Variations
Color information
#FDD85D (or 0xFDD85D) is known color: Dandelion. HEX triplet: FD, D8 and 5D. RGB value is (253,216,93). Sum of RGB (Red+Green+Blue) = 253+216+93=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD85D is #0227A2. Grayscale: #D5D5D5. Windows color (decimal): -141219 or 6150397. OLE color: 6150397.
HSL color Cylindrical-coordinate representation of color #FDD85D: hue angle of 46.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDD85D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 93 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.01 |
| HSL | 46.13º | 0.98% | 0.68% | - |
| HSV(B) | 46.13º | 0.63% | 0.99% | - |
| XYZ | 67.04 | 70.78 | 20.49 | - |
| YUV | 213.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 93 | 0 | 0.15 | 0.63 | 0.01 | 46.13 | 0.98 | 0.68 |
| Hex | FD | D8 | 5D | 0 | F | 3F | 1 | 2E | 62 | 44 |
| Octal | 375 | 330 | 135 | 0 | 17 | 77 | 1 | 56 | 142 | 104 |
| Binary | 11111101 | 11011000 | 1011101 | 0 | 1111 | 111111 | 1 | 101110 | 1100010 | 1000100 |
Color Harmonies of #FDD85D
Complementary color
Monochromatic Colors of #FDD85D
Black with #FDD85D
Text Example
Text Example
White with #FDD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD85D; }
p { color: rgb(253,216,93); }
H1.HeaderClassName
{
color: #FDD85D;
}
.AnyTagClassName
{
color: #FDD85D;
}
</style>
background-color css
<style>
a { background-color: #FDD85D; }
a { background-color: rgb(253,216,93); }
div.DivClassName
{
background-color: #FDD85D;
}
.BgClassName
{
background-color: #FDD85D;
}
</style>
border-color css
<style>
span { border-color: #FDD85D; }
span { border-color: rgb(253,216,93); }
td.TdClassName
{
border-color: #FDD85D;
}
.TagClassName
{
border-color: #FDD85D;
}
</style>