Shades of Dandelion #FDDA6A
Tints of Dandelion #FDDA6A
RGB
CMYK
RGB Variations
Color information
#FDDA6A (or 0xFDDA6A) is known color: Dandelion. HEX triplet: FD, DA and 6A. RGB value is (253,218,106). Sum of RGB (Red+Green+Blue) = 253+218+106=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 106 (41.80% from 255 or 18.37% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA6A is #022595. Grayscale: #D8D8D8. Windows color (decimal): -140694 or 7002877. OLE color: 7002877.
HSL color Cylindrical-coordinate representation of color #FDDA6A: hue angle of 45.71º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDDA6A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 106 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.01 |
| HSL | 45.71º | 0.97% | 0.7% | - |
| HSV(B) | 45.71º | 0.58% | 0.99% | - |
| XYZ | 68.18 | 72.07 | 23.95 | - |
| YUV | 215.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 106 | 0 | 0.14 | 0.58 | 0.01 | 45.71 | 0.97 | 0.7 |
| Hex | FD | DA | 6A | 0 | E | 3A | 1 | 2E | 61 | 46 |
| Octal | 375 | 332 | 152 | 0 | 16 | 72 | 1 | 56 | 141 | 106 |
| Binary | 11111101 | 11011010 | 1101010 | 0 | 1110 | 111010 | 1 | 101110 | 1100001 | 1000110 |
Color Harmonies of #FDDA6A
Complementary color
Monochromatic Colors of #FDDA6A
Black with #FDDA6A
Text Example
Text Example
White with #FDDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA6A; }
p { color: rgb(253,218,106); }
H1.HeaderClassName
{
color: #FDDA6A;
}
.AnyTagClassName
{
color: #FDDA6A;
}
</style>
background-color css
<style>
a { background-color: #FDDA6A; }
a { background-color: rgb(253,218,106); }
div.DivClassName
{
background-color: #FDDA6A;
}
.BgClassName
{
background-color: #FDDA6A;
}
</style>
border-color css
<style>
span { border-color: #FDDA6A; }
span { border-color: rgb(253,218,106); }
td.TdClassName
{
border-color: #FDDA6A;
}
.TagClassName
{
border-color: #FDDA6A;
}
</style>