Shades of Dandelion #FDD85C
Tints of Dandelion #FDD85C
RGB
CMYK
RGB Variations
Color information
#FDD85C (or 0xFDD85C) is known color: Dandelion. HEX triplet: FD, D8 and 5C. RGB value is (253,216,92). Sum of RGB (Red+Green+Blue) = 253+216+92=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD85C is #0227A3. Grayscale: #D5D5D5. Windows color (decimal): -141220 or 6084861. OLE color: 6084861.
HSL color Cylindrical-coordinate representation of color #FDD85C: hue angle of 46.21º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDD85C is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 92 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 46.21º | 0.98% | 0.68% | - |
| HSV(B) | 46.21º | 0.64% | 0.99% | - |
| XYZ | 67 | 70.77 | 20.25 | - |
| YUV | 212.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 92 | 0 | 0.15 | 0.64 | 0.01 | 46.21 | 0.98 | 0.68 |
| Hex | FD | D8 | 5C | 0 | F | 40 | 1 | 2E | 62 | 44 |
| Octal | 375 | 330 | 134 | 0 | 17 | 100 | 1 | 56 | 142 | 104 |
| Binary | 11111101 | 11011000 | 1011100 | 0 | 1111 | 1000000 | 1 | 101110 | 1100010 | 1000100 |
Color Harmonies of #FDD85C
Complementary color
Monochromatic Colors of #FDD85C
Black with #FDD85C
Text Example
Text Example
White with #FDD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD85C; }
p { color: rgb(253,216,92); }
H1.HeaderClassName
{
color: #FDD85C;
}
.AnyTagClassName
{
color: #FDD85C;
}
</style>
background-color css
<style>
a { background-color: #FDD85C; }
a { background-color: rgb(253,216,92); }
div.DivClassName
{
background-color: #FDD85C;
}
.BgClassName
{
background-color: #FDD85C;
}
</style>
border-color css
<style>
span { border-color: #FDD85C; }
span { border-color: rgb(253,216,92); }
td.TdClassName
{
border-color: #FDD85C;
}
.TagClassName
{
border-color: #FDD85C;
}
</style>