Shades of Dandelion #FDD86B
Tints of Dandelion #FDD86B
RGB
CMYK
RGB Variations
Color information
#FDD86B (or 0xFDD86B) is known color: Dandelion. HEX triplet: FD, D8 and 6B. RGB value is (253,216,107). Sum of RGB (Red+Green+Blue) = 253+216+107=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD86B is #022794. Grayscale: #D7D7D7. Windows color (decimal): -141205 or 7067901. OLE color: 7067901.
HSL color Cylindrical-coordinate representation of color #FDD86B: hue angle of 44.79º 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 #FDD86B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 107 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.01 |
| HSL | 44.79º | 0.97% | 0.71% | - |
| HSV(B) | 44.79º | 0.58% | 0.99% | - |
| XYZ | 67.72 | 71.06 | 24.06 | - |
| YUV | 214.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 107 | 0 | 0.15 | 0.58 | 0.01 | 44.79 | 0.97 | 0.71 |
| Hex | FD | D8 | 6B | 0 | F | 3A | 1 | 2D | 61 | 47 |
| Octal | 375 | 330 | 153 | 0 | 17 | 72 | 1 | 55 | 141 | 107 |
| Binary | 11111101 | 11011000 | 1101011 | 0 | 1111 | 111010 | 1 | 101101 | 1100001 | 1000111 |
Color Harmonies of #FDD86B
Complementary color
Monochromatic Colors of #FDD86B
Black with #FDD86B
Text Example
Text Example
White with #FDD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD86B; }
p { color: rgb(253,216,107); }
H1.HeaderClassName
{
color: #FDD86B;
}
.AnyTagClassName
{
color: #FDD86B;
}
</style>
background-color css
<style>
a { background-color: #FDD86B; }
a { background-color: rgb(253,216,107); }
div.DivClassName
{
background-color: #FDD86B;
}
.BgClassName
{
background-color: #FDD86B;
}
</style>
border-color css
<style>
span { border-color: #FDD86B; }
span { border-color: rgb(253,216,107); }
td.TdClassName
{
border-color: #FDD86B;
}
.TagClassName
{
border-color: #FDD86B;
}
</style>