Shades of Dandelion #FDD86C
Tints of Dandelion #FDD86C
RGB
CMYK
RGB Variations
Color information
#FDD86C (or 0xFDD86C) is known color: Dandelion. HEX triplet: FD, D8 and 6C. RGB value is (253,216,108). Sum of RGB (Red+Green+Blue) = 253+216+108=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD86C is #022793. Grayscale: #D7D7D7. Windows color (decimal): -141204 or 7133437. OLE color: 7133437.
HSL color Cylindrical-coordinate representation of color #FDD86C: hue angle of 44.69º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDD86C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 108 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.01 |
| HSL | 44.69º | 0.97% | 0.71% | - |
| HSV(B) | 44.69º | 0.57% | 0.99% | - |
| XYZ | 67.77 | 71.08 | 24.33 | - |
| YUV | 214.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 108 | 0 | 0.15 | 0.57 | 0.01 | 44.69 | 0.97 | 0.71 |
| Hex | FD | D8 | 6C | 0 | F | 39 | 1 | 2D | 61 | 47 |
| Octal | 375 | 330 | 154 | 0 | 17 | 71 | 1 | 55 | 141 | 107 |
| Binary | 11111101 | 11011000 | 1101100 | 0 | 1111 | 111001 | 1 | 101101 | 1100001 | 1000111 |
Color Harmonies of #FDD86C
Complementary color
Monochromatic Colors of #FDD86C
Black with #FDD86C
Text Example
Text Example
White with #FDD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD86C; }
p { color: rgb(253,216,108); }
H1.HeaderClassName
{
color: #FDD86C;
}
.AnyTagClassName
{
color: #FDD86C;
}
</style>
background-color css
<style>
a { background-color: #FDD86C; }
a { background-color: rgb(253,216,108); }
div.DivClassName
{
background-color: #FDD86C;
}
.BgClassName
{
background-color: #FDD86C;
}
</style>
border-color css
<style>
span { border-color: #FDD86C; }
span { border-color: rgb(253,216,108); }
td.TdClassName
{
border-color: #FDD86C;
}
.TagClassName
{
border-color: #FDD86C;
}
</style>