Shades of Dandelion #FDD668
Tints of Dandelion #FDD668
RGB
CMYK
RGB Variations
Color information
#FDD668 (or 0xFDD668) is known color: Dandelion. HEX triplet: FD, D6 and 68. RGB value is (253,214,104). Sum of RGB (Red+Green+Blue) = 253+214+104=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD668 is #022997. Grayscale: #D5D5D5. Windows color (decimal): -141720 or 6870781. OLE color: 6870781.
HSL color Cylindrical-coordinate representation of color #FDD668: hue angle of 44.3º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDD668 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 104 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.01 |
| HSL | 44.3º | 0.97% | 0.7% | - |
| HSV(B) | 44.3º | 0.59% | 0.99% | - |
| XYZ | 67.05 | 69.98 | 23.07 | - |
| YUV | 213.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 104 | 0 | 0.15 | 0.59 | 0.01 | 44.3 | 0.97 | 0.7 |
| Hex | FD | D6 | 68 | 0 | F | 3B | 1 | 2C | 61 | 46 |
| Octal | 375 | 326 | 150 | 0 | 17 | 73 | 1 | 54 | 141 | 106 |
| Binary | 11111101 | 11010110 | 1101000 | 0 | 1111 | 111011 | 1 | 101100 | 1100001 | 1000110 |
Color Harmonies of #FDD668
Complementary color
Monochromatic Colors of #FDD668
Black with #FDD668
Text Example
Text Example
White with #FDD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD668; }
p { color: rgb(253,214,104); }
H1.HeaderClassName
{
color: #FDD668;
}
.AnyTagClassName
{
color: #FDD668;
}
</style>
background-color css
<style>
a { background-color: #FDD668; }
a { background-color: rgb(253,214,104); }
div.DivClassName
{
background-color: #FDD668;
}
.BgClassName
{
background-color: #FDD668;
}
</style>
border-color css
<style>
span { border-color: #FDD668; }
span { border-color: rgb(253,214,104); }
td.TdClassName
{
border-color: #FDD668;
}
.TagClassName
{
border-color: #FDD668;
}
</style>