Shades of Dandelion #FFD960
Tints of Dandelion #FFD960
RGB
CMYK
RGB Variations
Color information
#FFD960 (or 0xFFD960) is known color: Dandelion. HEX triplet: FF, D9 and 60. RGB value is (255,217,96). Sum of RGB (Red+Green+Blue) = 255+217+96=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD960 is #00269F. Grayscale: #D7D7D7. Windows color (decimal): -9888 or 6347263. OLE color: 6347263.
HSL color Cylindrical-coordinate representation of color #FFD960: hue angle of 45.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFD960 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 96 | - |
| CMYK | 0 | 0.15 | 0.62 | 0 |
| HSL | 45.66º | 1% | 0.69% | - |
| HSV(B) | 45.66º | 0.62% | 1% | - |
| XYZ | 68.16 | 71.73 | 21.32 | - |
| YUV | 214.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 96 | 0 | 0.15 | 0.62 | 0 | 45.66 | 1 | 0.69 |
| Hex | FF | D9 | 60 | 0 | F | 3E | 0 | 2E | 64 | 45 |
| Octal | 377 | 331 | 140 | 0 | 17 | 76 | 0 | 56 | 144 | 105 |
| Binary | 11111111 | 11011001 | 1100000 | 0 | 1111 | 111110 | 0 | 101110 | 1100100 | 1000101 |
Color Harmonies of #FFD960
Complementary color
Monochromatic Colors of #FFD960
Black with #FFD960
Text Example
Text Example
White with #FFD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD960; }
p { color: rgb(255,217,96); }
H1.HeaderClassName
{
color: #FFD960;
}
.AnyTagClassName
{
color: #FFD960;
}
</style>
background-color css
<style>
a { background-color: #FFD960; }
a { background-color: rgb(255,217,96); }
div.DivClassName
{
background-color: #FFD960;
}
.BgClassName
{
background-color: #FFD960;
}
</style>
border-color css
<style>
span { border-color: #FFD960; }
span { border-color: rgb(255,217,96); }
td.TdClassName
{
border-color: #FFD960;
}
.TagClassName
{
border-color: #FFD960;
}
</style>