Shades of Dandelion #FDD664
Tints of Dandelion #FDD664
RGB
CMYK
RGB Variations
Color information
#FDD664 (or 0xFDD664) is known color: Dandelion. HEX triplet: FD, D6 and 64. RGB value is (253,214,100). Sum of RGB (Red+Green+Blue) = 253+214+100=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD664 is #02299B. Grayscale: #D5D5D5. Windows color (decimal): -141724 or 6608637. OLE color: 6608637.
HSL color Cylindrical-coordinate representation of color #FDD664: hue angle of 44.71º 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 #FDD664 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 100 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.01 |
| HSL | 44.71º | 0.97% | 0.69% | - |
| HSV(B) | 44.71º | 0.6% | 0.99% | - |
| XYZ | 66.85 | 69.9 | 22.02 | - |
| YUV | 212.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 100 | 0 | 0.15 | 0.60 | 0.01 | 44.71 | 0.97 | 0.69 |
| Hex | FD | D6 | 64 | 0 | F | 3C | 1 | 2D | 61 | 45 |
| Octal | 375 | 326 | 144 | 0 | 17 | 74 | 1 | 55 | 141 | 105 |
| Binary | 11111101 | 11010110 | 1100100 | 0 | 1111 | 111100 | 1 | 101101 | 1100001 | 1000101 |
Color Harmonies of #FDD664
Complementary color
Monochromatic Colors of #FDD664
Black with #FDD664
Text Example
Text Example
White with #FDD664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD664; }
p { color: rgb(253,214,100); }
H1.HeaderClassName
{
color: #FDD664;
}
.AnyTagClassName
{
color: #FDD664;
}
</style>
background-color css
<style>
a { background-color: #FDD664; }
a { background-color: rgb(253,214,100); }
div.DivClassName
{
background-color: #FDD664;
}
.BgClassName
{
background-color: #FDD664;
}
</style>
border-color css
<style>
span { border-color: #FDD664; }
span { border-color: rgb(253,214,100); }
td.TdClassName
{
border-color: #FDD664;
}
.TagClassName
{
border-color: #FDD664;
}
</style>