Shades of Dandelion #FFD963
Tints of Dandelion #FFD963
RGB
CMYK
RGB Variations
Color information
#FFD963 (or 0xFFD963) is known color: Dandelion. HEX triplet: FF, D9 and 63. RGB value is (255,217,99). Sum of RGB (Red+Green+Blue) = 255+217+99=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 99 (39.06% from 255 or 17.34% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD963 is #00269C. Grayscale: #D7D7D7. Windows color (decimal): -9885 or 6543871. OLE color: 6543871.
HSL color Cylindrical-coordinate representation of color #FFD963: hue angle of 45.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFD963 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 99 | - |
| CMYK | 0 | 0.15 | 0.61 | 0 |
| HSL | 45.38º | 1% | 0.69% | - |
| HSV(B) | 45.38º | 0.61% | 1% | - |
| XYZ | 68.3 | 71.79 | 22.06 | - |
| YUV | 214.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 99 | 0 | 0.15 | 0.61 | 0 | 45.38 | 1 | 0.69 |
| Hex | FF | D9 | 63 | 0 | F | 3D | 0 | 2D | 64 | 45 |
| Octal | 377 | 331 | 143 | 0 | 17 | 75 | 0 | 55 | 144 | 105 |
| Binary | 11111111 | 11011001 | 1100011 | 0 | 1111 | 111101 | 0 | 101101 | 1100100 | 1000101 |
Color Harmonies of #FFD963
Complementary color
Monochromatic Colors of #FFD963
Black with #FFD963
Text Example
Text Example
White with #FFD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD963; }
p { color: rgb(255,217,99); }
H1.HeaderClassName
{
color: #FFD963;
}
.AnyTagClassName
{
color: #FFD963;
}
</style>
background-color css
<style>
a { background-color: #FFD963; }
a { background-color: rgb(255,217,99); }
div.DivClassName
{
background-color: #FFD963;
}
.BgClassName
{
background-color: #FFD963;
}
</style>
border-color css
<style>
span { border-color: #FFD963; }
span { border-color: rgb(255,217,99); }
td.TdClassName
{
border-color: #FFD963;
}
.TagClassName
{
border-color: #FFD963;
}
</style>