Shades of Dandelion #FDD963
Tints of Dandelion #FDD963
RGB
CMYK
RGB Variations
Color information
#FDD963 (or 0xFDD963) is known color: Dandelion. HEX triplet: FD, D9 and 63. RGB value is (253,217,99). Sum of RGB (Red+Green+Blue) = 253+217+99=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 99 (39.06% from 255 or 17.40% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD963 is #02269C. Grayscale: #D6D6D6. Windows color (decimal): -140957 or 6543869. OLE color: 6543869.
HSL color Cylindrical-coordinate representation of color #FDD963: hue angle of 45.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDD963 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 99 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.01 |
| HSL | 45.97º | 0.97% | 0.69% | - |
| HSV(B) | 45.97º | 0.61% | 0.99% | - |
| XYZ | 67.57 | 71.41 | 22.03 | - |
| YUV | 214.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 99 | 0 | 0.14 | 0.61 | 0.01 | 45.97 | 0.97 | 0.69 |
| Hex | FD | D9 | 63 | 0 | E | 3D | 1 | 2E | 61 | 45 |
| Octal | 375 | 331 | 143 | 0 | 16 | 75 | 1 | 56 | 141 | 105 |
| Binary | 11111101 | 11011001 | 1100011 | 0 | 1110 | 111101 | 1 | 101110 | 1100001 | 1000101 |
Color Harmonies of #FDD963
Complementary color
Monochromatic Colors of #FDD963
Black with #FDD963
Text Example
Text Example
White with #FDD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD963; }
p { color: rgb(253,217,99); }
H1.HeaderClassName
{
color: #FDD963;
}
.AnyTagClassName
{
color: #FDD963;
}
</style>
background-color css
<style>
a { background-color: #FDD963; }
a { background-color: rgb(253,217,99); }
div.DivClassName
{
background-color: #FDD963;
}
.BgClassName
{
background-color: #FDD963;
}
</style>
border-color css
<style>
span { border-color: #FDD963; }
span { border-color: rgb(253,217,99); }
td.TdClassName
{
border-color: #FDD963;
}
.TagClassName
{
border-color: #FDD963;
}
</style>