Shades of Dandelion #FDD469
Tints of Dandelion #FDD469
RGB
CMYK
RGB Variations
Color information
#FDD469 (or 0xFDD469) is known color: Dandelion. HEX triplet: FD, D4 and 69. RGB value is (253,212,105). Sum of RGB (Red+Green+Blue) = 253+212+105=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD469 is #022B96. Grayscale: #D4D4D4. Windows color (decimal): -142231 or 6935805. OLE color: 6935805.
HSL color Cylindrical-coordinate representation of color #FDD469: hue angle of 43.38º 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 #FDD469 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 105 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.01 |
| HSL | 43.38º | 0.97% | 0.7% | - |
| HSV(B) | 43.38º | 0.58% | 0.99% | - |
| XYZ | 66.6 | 68.99 | 23.17 | - |
| YUV | 212.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 105 | 0 | 0.16 | 0.58 | 0.01 | 43.38 | 0.97 | 0.7 |
| Hex | FD | D4 | 69 | 0 | 10 | 3A | 1 | 2B | 61 | 46 |
| Octal | 375 | 324 | 151 | 0 | 20 | 72 | 1 | 53 | 141 | 106 |
| Binary | 11111101 | 11010100 | 1101001 | 0 | 10000 | 111010 | 1 | 101011 | 1100001 | 1000110 |
Color Harmonies of #FDD469
Complementary color
Monochromatic Colors of #FDD469
Black with #FDD469
Text Example
Text Example
White with #FDD469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD469; }
p { color: rgb(253,212,105); }
H1.HeaderClassName
{
color: #FDD469;
}
.AnyTagClassName
{
color: #FDD469;
}
</style>
background-color css
<style>
a { background-color: #FDD469; }
a { background-color: rgb(253,212,105); }
div.DivClassName
{
background-color: #FDD469;
}
.BgClassName
{
background-color: #FDD469;
}
</style>
border-color css
<style>
span { border-color: #FDD469; }
span { border-color: rgb(253,212,105); }
td.TdClassName
{
border-color: #FDD469;
}
.TagClassName
{
border-color: #FDD469;
}
</style>