Shades of Dandelion #FFD95D
Tints of Dandelion #FFD95D
RGB
CMYK
RGB Variations
Color information
#FFD95D (or 0xFFD95D) is known color: Dandelion. HEX triplet: FF, D9 and 5D. RGB value is (255,217,93). Sum of RGB (Red+Green+Blue) = 255+217+93=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD95D is #0026A2. Grayscale: #D6D6D6. Windows color (decimal): -9891 or 6150655. OLE color: 6150655.
HSL color Cylindrical-coordinate representation of color #FFD95D: hue angle of 45.93º 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 #FFD95D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 93 | - |
| CMYK | 0 | 0.15 | 0.64 | 0 |
| HSL | 45.93º | 1% | 0.68% | - |
| HSV(B) | 45.93º | 0.64% | 1% | - |
| XYZ | 68.03 | 71.68 | 20.61 | - |
| YUV | 214.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 93 | 0 | 0.15 | 0.64 | 0 | 45.93 | 1 | 0.68 |
| Hex | FF | D9 | 5D | 0 | F | 40 | 0 | 2E | 64 | 44 |
| Octal | 377 | 331 | 135 | 0 | 17 | 100 | 0 | 56 | 144 | 104 |
| Binary | 11111111 | 11011001 | 1011101 | 0 | 1111 | 1000000 | 0 | 101110 | 1100100 | 1000100 |
Color Harmonies of #FFD95D
Complementary color
Monochromatic Colors of #FFD95D
Black with #FFD95D
Text Example
Text Example
White with #FFD95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD95D; }
p { color: rgb(255,217,93); }
H1.HeaderClassName
{
color: #FFD95D;
}
.AnyTagClassName
{
color: #FFD95D;
}
</style>
background-color css
<style>
a { background-color: #FFD95D; }
a { background-color: rgb(255,217,93); }
div.DivClassName
{
background-color: #FFD95D;
}
.BgClassName
{
background-color: #FFD95D;
}
</style>
border-color css
<style>
span { border-color: #FFD95D; }
span { border-color: rgb(255,217,93); }
td.TdClassName
{
border-color: #FFD95D;
}
.TagClassName
{
border-color: #FFD95D;
}
</style>