Shades of Dandelion #FDD660
Tints of Dandelion #FDD660
RGB
CMYK
RGB Variations
Color information
#FDD660 (or 0xFDD660) is known color: Dandelion. HEX triplet: FD, D6 and 60. RGB value is (253,214,96). Sum of RGB (Red+Green+Blue) = 253+214+96=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD660 is #02299F. Grayscale: #D4D4D4. Windows color (decimal): -141728 or 6346493. OLE color: 6346493.
HSL color Cylindrical-coordinate representation of color #FDD660: hue angle of 45.1º 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 #FDD660 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 96 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.01 |
| HSL | 45.1º | 0.98% | 0.68% | - |
| HSV(B) | 45.1º | 0.62% | 0.99% | - |
| XYZ | 66.67 | 69.82 | 21.03 | - |
| YUV | 212.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 96 | 0 | 0.15 | 0.62 | 0.01 | 45.1 | 0.98 | 0.68 |
| Hex | FD | D6 | 60 | 0 | F | 3E | 1 | 2D | 62 | 44 |
| Octal | 375 | 326 | 140 | 0 | 17 | 76 | 1 | 55 | 142 | 104 |
| Binary | 11111101 | 11010110 | 1100000 | 0 | 1111 | 111110 | 1 | 101101 | 1100010 | 1000100 |
Color Harmonies of #FDD660
Complementary color
Monochromatic Colors of #FDD660
Black with #FDD660
Text Example
Text Example
White with #FDD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD660; }
p { color: rgb(253,214,96); }
H1.HeaderClassName
{
color: #FDD660;
}
.AnyTagClassName
{
color: #FDD660;
}
</style>
background-color css
<style>
a { background-color: #FDD660; }
a { background-color: rgb(253,214,96); }
div.DivClassName
{
background-color: #FDD660;
}
.BgClassName
{
background-color: #FDD660;
}
</style>
border-color css
<style>
span { border-color: #FDD660; }
span { border-color: rgb(253,214,96); }
td.TdClassName
{
border-color: #FDD660;
}
.TagClassName
{
border-color: #FDD660;
}
</style>