Shades of Dandelion #FDDA5C
Tints of Dandelion #FDDA5C
RGB
CMYK
RGB Variations
Color information
#FDDA5C (or 0xFDDA5C) is known color: Dandelion. HEX triplet: FD, DA and 5C. RGB value is (253,218,92). Sum of RGB (Red+Green+Blue) = 253+218+92=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA5C is #0225A3. Grayscale: #D6D6D6. Windows color (decimal): -140708 or 6085373. OLE color: 6085373.
HSL color Cylindrical-coordinate representation of color #FDDA5C: hue angle of 46.96º 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 #FDDA5C is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 92 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.01 |
| HSL | 46.96º | 0.98% | 0.68% | - |
| HSV(B) | 46.96º | 0.64% | 0.99% | - |
| XYZ | 67.51 | 71.8 | 20.43 | - |
| YUV | 214.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 92 | 0 | 0.14 | 0.64 | 0.01 | 46.96 | 0.98 | 0.68 |
| Hex | FD | DA | 5C | 0 | E | 40 | 1 | 2F | 62 | 44 |
| Octal | 375 | 332 | 134 | 0 | 16 | 100 | 1 | 57 | 142 | 104 |
| Binary | 11111101 | 11011010 | 1011100 | 0 | 1110 | 1000000 | 1 | 101111 | 1100010 | 1000100 |
Color Harmonies of #FDDA5C
Complementary color
Monochromatic Colors of #FDDA5C
Black with #FDDA5C
Text Example
Text Example
White with #FDDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA5C; }
p { color: rgb(253,218,92); }
H1.HeaderClassName
{
color: #FDDA5C;
}
.AnyTagClassName
{
color: #FDDA5C;
}
</style>
background-color css
<style>
a { background-color: #FDDA5C; }
a { background-color: rgb(253,218,92); }
div.DivClassName
{
background-color: #FDDA5C;
}
.BgClassName
{
background-color: #FDDA5C;
}
</style>
border-color css
<style>
span { border-color: #FDDA5C; }
span { border-color: rgb(253,218,92); }
td.TdClassName
{
border-color: #FDDA5C;
}
.TagClassName
{
border-color: #FDDA5C;
}
</style>