Shades of Dandelion #FDD965
Tints of Dandelion #FDD965
RGB
CMYK
RGB Variations
Color information
#FDD965 (or 0xFDD965) is known color: Dandelion. HEX triplet: FD, D9 and 65. RGB value is (253,217,101). Sum of RGB (Red+Green+Blue) = 253+217+101=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD965 is #02269A. Grayscale: #D7D7D7. Windows color (decimal): -140955 or 6674941. OLE color: 6674941.
HSL color Cylindrical-coordinate representation of color #FDD965: hue angle of 45.79º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD965 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 101 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.01 |
| HSL | 45.79º | 0.97% | 0.69% | - |
| HSV(B) | 45.79º | 0.6% | 0.99% | - |
| XYZ | 67.67 | 71.45 | 22.54 | - |
| YUV | 214.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 101 | 0 | 0.14 | 0.60 | 0.01 | 45.79 | 0.97 | 0.69 |
| Hex | FD | D9 | 65 | 0 | E | 3C | 1 | 2E | 61 | 45 |
| Octal | 375 | 331 | 145 | 0 | 16 | 74 | 1 | 56 | 141 | 105 |
| Binary | 11111101 | 11011001 | 1100101 | 0 | 1110 | 111100 | 1 | 101110 | 1100001 | 1000101 |
Color Harmonies of #FDD965
Complementary color
Monochromatic Colors of #FDD965
Black with #FDD965
Text Example
Text Example
White with #FDD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD965; }
p { color: rgb(253,217,101); }
H1.HeaderClassName
{
color: #FDD965;
}
.AnyTagClassName
{
color: #FDD965;
}
</style>
background-color css
<style>
a { background-color: #FDD965; }
a { background-color: rgb(253,217,101); }
div.DivClassName
{
background-color: #FDD965;
}
.BgClassName
{
background-color: #FDD965;
}
</style>
border-color css
<style>
span { border-color: #FDD965; }
span { border-color: rgb(253,217,101); }
td.TdClassName
{
border-color: #FDD965;
}
.TagClassName
{
border-color: #FDD965;
}
</style>