Shades of Dandelion #FDD05C
Tints of Dandelion #FDD05C
RGB
CMYK
RGB Variations
Color information
#FDD05C (or 0xFDD05C) is known color: Dandelion. HEX triplet: FD, D0 and 5C. RGB value is (253,208,92). Sum of RGB (Red+Green+Blue) = 253+208+92=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD05C is #022FA3. Grayscale: #D0D0D0. Windows color (decimal): -143268 or 6082813. OLE color: 6082813.
HSL color Cylindrical-coordinate representation of color #FDD05C: hue angle of 43.23º 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 #FDD05C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 92 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.01 |
| HSL | 43.23º | 0.98% | 0.68% | - |
| HSV(B) | 43.23º | 0.64% | 0.99% | - |
| XYZ | 65 | 66.77 | 19.59 | - |
| YUV | 208.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 92 | 0 | 0.18 | 0.64 | 0.01 | 43.23 | 0.98 | 0.68 |
| Hex | FD | D0 | 5C | 0 | 12 | 40 | 1 | 2B | 62 | 44 |
| Octal | 375 | 320 | 134 | 0 | 22 | 100 | 1 | 53 | 142 | 104 |
| Binary | 11111101 | 11010000 | 1011100 | 0 | 10010 | 1000000 | 1 | 101011 | 1100010 | 1000100 |
Color Harmonies of #FDD05C
Complementary color
Monochromatic Colors of #FDD05C
Black with #FDD05C
Text Example
Text Example
White with #FDD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD05C; }
p { color: rgb(253,208,92); }
H1.HeaderClassName
{
color: #FDD05C;
}
.AnyTagClassName
{
color: #FDD05C;
}
</style>
background-color css
<style>
a { background-color: #FDD05C; }
a { background-color: rgb(253,208,92); }
div.DivClassName
{
background-color: #FDD05C;
}
.BgClassName
{
background-color: #FDD05C;
}
</style>
border-color css
<style>
span { border-color: #FDD05C; }
span { border-color: rgb(253,208,92); }
td.TdClassName
{
border-color: #FDD05C;
}
.TagClassName
{
border-color: #FDD05C;
}
</style>