Shades of Dandelion #FDD96B
Tints of Dandelion #FDD96B
RGB
CMYK
RGB Variations
Color information
#FDD96B (or 0xFDD96B) is known color: Dandelion. HEX triplet: FD, D9 and 6B. RGB value is (253,217,107). Sum of RGB (Red+Green+Blue) = 253+217+107=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD96B is #022694. Grayscale: #D7D7D7. Windows color (decimal): -140949 or 7068157. OLE color: 7068157.
HSL color Cylindrical-coordinate representation of color #FDD96B: hue angle of 45.21º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDD96B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 107 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.01 |
| HSL | 45.21º | 0.97% | 0.71% | - |
| HSV(B) | 45.21º | 0.58% | 0.99% | - |
| XYZ | 67.97 | 71.57 | 24.14 | - |
| YUV | 215.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 107 | 0 | 0.14 | 0.58 | 0.01 | 45.21 | 0.97 | 0.71 |
| Hex | FD | D9 | 6B | 0 | E | 3A | 1 | 2D | 61 | 47 |
| Octal | 375 | 331 | 153 | 0 | 16 | 72 | 1 | 55 | 141 | 107 |
| Binary | 11111101 | 11011001 | 1101011 | 0 | 1110 | 111010 | 1 | 101101 | 1100001 | 1000111 |
Color Harmonies of #FDD96B
Complementary color
Monochromatic Colors of #FDD96B
Black with #FDD96B
Text Example
Text Example
White with #FDD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD96B; }
p { color: rgb(253,217,107); }
H1.HeaderClassName
{
color: #FDD96B;
}
.AnyTagClassName
{
color: #FDD96B;
}
</style>
background-color css
<style>
a { background-color: #FDD96B; }
a { background-color: rgb(253,217,107); }
div.DivClassName
{
background-color: #FDD96B;
}
.BgClassName
{
background-color: #FDD96B;
}
</style>
border-color css
<style>
span { border-color: #FDD96B; }
span { border-color: rgb(253,217,107); }
td.TdClassName
{
border-color: #FDD96B;
}
.TagClassName
{
border-color: #FDD96B;
}
</style>