Shades of Dandelion #FDD569
Tints of Dandelion #FDD569
RGB
CMYK
RGB Variations
Color information
#FDD569 (or 0xFDD569) is known color: Dandelion. HEX triplet: FD, D5 and 69. RGB value is (253,213,105). Sum of RGB (Red+Green+Blue) = 253+213+105=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 105 (41.41% from 255 or 18.39% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD569 is #022A96. Grayscale: #D5D5D5. Windows color (decimal): -141975 or 6936061. OLE color: 6936061.
HSL color Cylindrical-coordinate representation of color #FDD569: hue angle of 43.78º 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 #FDD569 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 105 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.01 |
| HSL | 43.78º | 0.97% | 0.7% | - |
| HSV(B) | 43.78º | 0.58% | 0.99% | - |
| XYZ | 66.85 | 69.49 | 23.25 | - |
| YUV | 212.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 105 | 0 | 0.16 | 0.58 | 0.01 | 43.78 | 0.97 | 0.7 |
| Hex | FD | D5 | 69 | 0 | 10 | 3A | 1 | 2C | 61 | 46 |
| Octal | 375 | 325 | 151 | 0 | 20 | 72 | 1 | 54 | 141 | 106 |
| Binary | 11111101 | 11010101 | 1101001 | 0 | 10000 | 111010 | 1 | 101100 | 1100001 | 1000110 |
Color Harmonies of #FDD569
Complementary color
Monochromatic Colors of #FDD569
Black with #FDD569
Text Example
Text Example
White with #FDD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD569; }
p { color: rgb(253,213,105); }
H1.HeaderClassName
{
color: #FDD569;
}
.AnyTagClassName
{
color: #FDD569;
}
</style>
background-color css
<style>
a { background-color: #FDD569; }
a { background-color: rgb(253,213,105); }
div.DivClassName
{
background-color: #FDD569;
}
.BgClassName
{
background-color: #FDD569;
}
</style>
border-color css
<style>
span { border-color: #FDD569; }
span { border-color: rgb(253,213,105); }
td.TdClassName
{
border-color: #FDD569;
}
.TagClassName
{
border-color: #FDD569;
}
</style>