Shades of Dandelion #FDD663
Tints of Dandelion #FDD663
RGB
CMYK
RGB Variations
Color information
#FDD663 (or 0xFDD663) is known color: Dandelion. HEX triplet: FD, D6 and 63. RGB value is (253,214,99). Sum of RGB (Red+Green+Blue) = 253+214+99=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD663 is #02299C. Grayscale: #D5D5D5. Windows color (decimal): -141725 or 6543101. OLE color: 6543101.
HSL color Cylindrical-coordinate representation of color #FDD663: hue angle of 44.81º 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 #FDD663 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 99 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.01 |
| HSL | 44.81º | 0.97% | 0.69% | - |
| HSV(B) | 44.81º | 0.61% | 0.99% | - |
| XYZ | 66.81 | 69.88 | 21.77 | - |
| YUV | 212.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 99 | 0 | 0.15 | 0.61 | 0.01 | 44.81 | 0.97 | 0.69 |
| Hex | FD | D6 | 63 | 0 | F | 3D | 1 | 2D | 61 | 45 |
| Octal | 375 | 326 | 143 | 0 | 17 | 75 | 1 | 55 | 141 | 105 |
| Binary | 11111101 | 11010110 | 1100011 | 0 | 1111 | 111101 | 1 | 101101 | 1100001 | 1000101 |
Color Harmonies of #FDD663
Complementary color
Monochromatic Colors of #FDD663
Black with #FDD663
Text Example
Text Example
White with #FDD663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD663; }
p { color: rgb(253,214,99); }
H1.HeaderClassName
{
color: #FDD663;
}
.AnyTagClassName
{
color: #FDD663;
}
</style>
background-color css
<style>
a { background-color: #FDD663; }
a { background-color: rgb(253,214,99); }
div.DivClassName
{
background-color: #FDD663;
}
.BgClassName
{
background-color: #FDD663;
}
</style>
border-color css
<style>
span { border-color: #FDD663; }
span { border-color: rgb(253,214,99); }
td.TdClassName
{
border-color: #FDD663;
}
.TagClassName
{
border-color: #FDD663;
}
</style>