Shades of Dandelion #FDD763
Tints of Dandelion #FDD763
RGB
CMYK
RGB Variations
Color information
#FDD763 (or 0xFDD763) is known color: Dandelion. HEX triplet: FD, D7 and 63. RGB value is (253,215,99). Sum of RGB (Red+Green+Blue) = 253+215+99=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 99 (39.06% from 255 or 17.46% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD763 is #02289C. Grayscale: #D5D5D5. Windows color (decimal): -141469 or 6543357. OLE color: 6543357.
HSL color Cylindrical-coordinate representation of color #FDD763: hue angle of 45.19º 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 #FDD763 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 99 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.01 |
| HSL | 45.19º | 0.97% | 0.69% | - |
| HSV(B) | 45.19º | 0.61% | 0.99% | - |
| XYZ | 67.06 | 70.38 | 21.86 | - |
| YUV | 213.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 99 | 0 | 0.15 | 0.61 | 0.01 | 45.19 | 0.97 | 0.69 |
| Hex | FD | D7 | 63 | 0 | F | 3D | 1 | 2D | 61 | 45 |
| Octal | 375 | 327 | 143 | 0 | 17 | 75 | 1 | 55 | 141 | 105 |
| Binary | 11111101 | 11010111 | 1100011 | 0 | 1111 | 111101 | 1 | 101101 | 1100001 | 1000101 |
Color Harmonies of #FDD763
Complementary color
Monochromatic Colors of #FDD763
Black with #FDD763
Text Example
Text Example
White with #FDD763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD763; }
p { color: rgb(253,215,99); }
H1.HeaderClassName
{
color: #FDD763;
}
.AnyTagClassName
{
color: #FDD763;
}
</style>
background-color css
<style>
a { background-color: #FDD763; }
a { background-color: rgb(253,215,99); }
div.DivClassName
{
background-color: #FDD763;
}
.BgClassName
{
background-color: #FDD763;
}
</style>
border-color css
<style>
span { border-color: #FDD763; }
span { border-color: rgb(253,215,99); }
td.TdClassName
{
border-color: #FDD763;
}
.TagClassName
{
border-color: #FDD763;
}
</style>