Shades of Dandelion #FDDC60
Tints of Dandelion #FDDC60
RGB
CMYK
RGB Variations
Color information
#FDDC60 (or 0xFDDC60) is known color: Dandelion. HEX triplet: FD, DC and 60. RGB value is (253,220,96). Sum of RGB (Red+Green+Blue) = 253+220+96=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC60 is #02239F. Grayscale: #D8D8D8. Windows color (decimal): -140192 or 6348029. OLE color: 6348029.
HSL color Cylindrical-coordinate representation of color #FDDC60: hue angle of 47.39º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDDC60 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 96 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.01 |
| HSL | 47.39º | 0.98% | 0.68% | - |
| HSV(B) | 47.39º | 0.62% | 0.99% | - |
| XYZ | 68.21 | 72.91 | 21.54 | - |
| YUV | 215.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 96 | 0 | 0.13 | 0.62 | 0.01 | 47.39 | 0.98 | 0.68 |
| Hex | FD | DC | 60 | 0 | D | 3E | 1 | 2F | 62 | 44 |
| Octal | 375 | 334 | 140 | 0 | 15 | 76 | 1 | 57 | 142 | 104 |
| Binary | 11111101 | 11011100 | 1100000 | 0 | 1101 | 111110 | 1 | 101111 | 1100010 | 1000100 |
Color Harmonies of #FDDC60
Complementary color
Monochromatic Colors of #FDDC60
Black with #FDDC60
Text Example
Text Example
White with #FDDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC60; }
p { color: rgb(253,220,96); }
H1.HeaderClassName
{
color: #FDDC60;
}
.AnyTagClassName
{
color: #FDDC60;
}
</style>
background-color css
<style>
a { background-color: #FDDC60; }
a { background-color: rgb(253,220,96); }
div.DivClassName
{
background-color: #FDDC60;
}
.BgClassName
{
background-color: #FDDC60;
}
</style>
border-color css
<style>
span { border-color: #FDDC60; }
span { border-color: rgb(253,220,96); }
td.TdClassName
{
border-color: #FDDC60;
}
.TagClassName
{
border-color: #FDDC60;
}
</style>