Shades of Dandelion #FFD95B
Tints of Dandelion #FFD95B
RGB
CMYK
RGB Variations
Color information
#FFD95B (or 0xFFD95B) is known color: Dandelion. HEX triplet: FF, D9 and 5B. RGB value is (255,217,91). Sum of RGB (Red+Green+Blue) = 255+217+91=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD95B is #0026A4. Grayscale: #D6D6D6. Windows color (decimal): -9893 or 6019583. OLE color: 6019583.
HSL color Cylindrical-coordinate representation of color #FFD95B: hue angle of 46.1º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFD95B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 91 | - |
| CMYK | 0 | 0.15 | 0.64 | 0 |
| HSL | 46.1º | 1% | 0.68% | - |
| HSV(B) | 46.1º | 0.64% | 1% | - |
| XYZ | 67.94 | 71.64 | 20.14 | - |
| YUV | 214 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 91 | 0 | 0.15 | 0.64 | 0 | 46.1 | 1 | 0.68 |
| Hex | FF | D9 | 5B | 0 | F | 40 | 0 | 2E | 64 | 44 |
| Octal | 377 | 331 | 133 | 0 | 17 | 100 | 0 | 56 | 144 | 104 |
| Binary | 11111111 | 11011001 | 1011011 | 0 | 1111 | 1000000 | 0 | 101110 | 1100100 | 1000100 |
Color Harmonies of #FFD95B
Complementary color
Monochromatic Colors of #FFD95B
Black with #FFD95B
Text Example
Text Example
White with #FFD95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD95B; }
p { color: rgb(255,217,91); }
H1.HeaderClassName
{
color: #FFD95B;
}
.AnyTagClassName
{
color: #FFD95B;
}
</style>
background-color css
<style>
a { background-color: #FFD95B; }
a { background-color: rgb(255,217,91); }
div.DivClassName
{
background-color: #FFD95B;
}
.BgClassName
{
background-color: #FFD95B;
}
</style>
border-color css
<style>
span { border-color: #FFD95B; }
span { border-color: rgb(255,217,91); }
td.TdClassName
{
border-color: #FFD95B;
}
.TagClassName
{
border-color: #FFD95B;
}
</style>