Shades of Dandelion #FDDA68
Tints of Dandelion #FDDA68
RGB
CMYK
RGB Variations
Color information
#FDDA68 (or 0xFDDA68) is known color: Dandelion. HEX triplet: FD, DA and 68. RGB value is (253,218,104). Sum of RGB (Red+Green+Blue) = 253+218+104=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA68 is #022597. Grayscale: #D7D7D7. Windows color (decimal): -140696 or 6871805. OLE color: 6871805.
HSL color Cylindrical-coordinate representation of color #FDDA68: hue angle of 45.91º 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 #FDDA68 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 104 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.01 |
| HSL | 45.91º | 0.97% | 0.7% | - |
| HSV(B) | 45.91º | 0.59% | 0.99% | - |
| XYZ | 68.08 | 72.02 | 23.41 | - |
| YUV | 215.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 104 | 0 | 0.14 | 0.59 | 0.01 | 45.91 | 0.97 | 0.7 |
| Hex | FD | DA | 68 | 0 | E | 3B | 1 | 2E | 61 | 46 |
| Octal | 375 | 332 | 150 | 0 | 16 | 73 | 1 | 56 | 141 | 106 |
| Binary | 11111101 | 11011010 | 1101000 | 0 | 1110 | 111011 | 1 | 101110 | 1100001 | 1000110 |
Color Harmonies of #FDDA68
Complementary color
Monochromatic Colors of #FDDA68
Black with #FDDA68
Text Example
Text Example
White with #FDDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA68; }
p { color: rgb(253,218,104); }
H1.HeaderClassName
{
color: #FDDA68;
}
.AnyTagClassName
{
color: #FDDA68;
}
</style>
background-color css
<style>
a { background-color: #FDDA68; }
a { background-color: rgb(253,218,104); }
div.DivClassName
{
background-color: #FDDA68;
}
.BgClassName
{
background-color: #FDDA68;
}
</style>
border-color css
<style>
span { border-color: #FDDA68; }
span { border-color: rgb(253,218,104); }
td.TdClassName
{
border-color: #FDDA68;
}
.TagClassName
{
border-color: #FDDA68;
}
</style>