Shades of Dandelion #FDD86A
Tints of Dandelion #FDD86A
RGB
CMYK
RGB Variations
Color information
#FDD86A (or 0xFDD86A) is known color: Dandelion. HEX triplet: FD, D8 and 6A. RGB value is (253,216,106). Sum of RGB (Red+Green+Blue) = 253+216+106=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD86A is #022795. Grayscale: #D6D6D6. Windows color (decimal): -141206 or 7002365. OLE color: 7002365.
HSL color Cylindrical-coordinate representation of color #FDD86A: hue angle of 44.9º 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 #FDD86A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 106 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.01 |
| HSL | 44.9º | 0.97% | 0.7% | - |
| HSV(B) | 44.9º | 0.58% | 0.99% | - |
| XYZ | 67.67 | 71.03 | 23.78 | - |
| YUV | 214.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 106 | 0 | 0.15 | 0.58 | 0.01 | 44.9 | 0.97 | 0.7 |
| Hex | FD | D8 | 6A | 0 | F | 3A | 1 | 2D | 61 | 46 |
| Octal | 375 | 330 | 152 | 0 | 17 | 72 | 1 | 55 | 141 | 106 |
| Binary | 11111101 | 11011000 | 1101010 | 0 | 1111 | 111010 | 1 | 101101 | 1100001 | 1000110 |
Color Harmonies of #FDD86A
Complementary color
Monochromatic Colors of #FDD86A
Black with #FDD86A
Text Example
Text Example
White with #FDD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD86A; }
p { color: rgb(253,216,106); }
H1.HeaderClassName
{
color: #FDD86A;
}
.AnyTagClassName
{
color: #FDD86A;
}
</style>
background-color css
<style>
a { background-color: #FDD86A; }
a { background-color: rgb(253,216,106); }
div.DivClassName
{
background-color: #FDD86A;
}
.BgClassName
{
background-color: #FDD86A;
}
</style>
border-color css
<style>
span { border-color: #FDD86A; }
span { border-color: rgb(253,216,106); }
td.TdClassName
{
border-color: #FDD86A;
}
.TagClassName
{
border-color: #FDD86A;
}
</style>