Shades of Dandelion #FFD86B
Tints of Dandelion #FFD86B
RGB
CMYK
RGB Variations
Color information
#FFD86B (or 0xFFD86B) is known color: Dandelion. HEX triplet: FF, D8 and 6B. RGB value is (255,216,107). Sum of RGB (Red+Green+Blue) = 255+216+107=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 107 (42.19% from 255 or 18.51% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD86B is #002794. Grayscale: #D7D7D7. Windows color (decimal): -10133 or 7067903. OLE color: 7067903.
HSL color Cylindrical-coordinate representation of color #FFD86B: hue angle of 44.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFD86B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 107 | - |
| CMYK | 0 | 0.15 | 0.58 | 0 |
| HSL | 44.19º | 1% | 0.71% | - |
| HSV(B) | 44.19º | 0.58% | 1% | - |
| XYZ | 68.45 | 71.43 | 24.09 | - |
| YUV | 215.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 107 | 0 | 0.15 | 0.58 | 0 | 44.19 | 1 | 0.71 |
| Hex | FF | D8 | 6B | 0 | F | 3A | 0 | 2C | 64 | 47 |
| Octal | 377 | 330 | 153 | 0 | 17 | 72 | 0 | 54 | 144 | 107 |
| Binary | 11111111 | 11011000 | 1101011 | 0 | 1111 | 111010 | 0 | 101100 | 1100100 | 1000111 |
Color Harmonies of #FFD86B
Complementary color
Monochromatic Colors of #FFD86B
Black with #FFD86B
Text Example
Text Example
White with #FFD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD86B; }
p { color: rgb(255,216,107); }
H1.HeaderClassName
{
color: #FFD86B;
}
.AnyTagClassName
{
color: #FFD86B;
}
</style>
background-color css
<style>
a { background-color: #FFD86B; }
a { background-color: rgb(255,216,107); }
div.DivClassName
{
background-color: #FFD86B;
}
.BgClassName
{
background-color: #FFD86B;
}
</style>
border-color css
<style>
span { border-color: #FFD86B; }
span { border-color: rgb(255,216,107); }
td.TdClassName
{
border-color: #FFD86B;
}
.TagClassName
{
border-color: #FFD86B;
}
</style>