Shades of Dandelion #FFD85D
Tints of Dandelion #FFD85D
RGB
CMYK
RGB Variations
Color information
#FFD85D (or 0xFFD85D) is known color: Dandelion. HEX triplet: FF, D8 and 5D. RGB value is (255,216,93). Sum of RGB (Red+Green+Blue) = 255+216+93=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD85D is #0027A2. Grayscale: #D6D6D6. Windows color (decimal): -10147 or 6150399. OLE color: 6150399.
HSL color Cylindrical-coordinate representation of color #FFD85D: hue angle of 45.56º 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 #FFD85D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 93 | - |
| CMYK | 0 | 0.15 | 0.64 | 0 |
| HSL | 45.56º | 1% | 0.68% | - |
| HSV(B) | 45.56º | 0.64% | 1% | - |
| XYZ | 67.77 | 71.16 | 20.52 | - |
| YUV | 213.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 93 | 0 | 0.15 | 0.64 | 0 | 45.56 | 1 | 0.68 |
| Hex | FF | D8 | 5D | 0 | F | 40 | 0 | 2E | 64 | 44 |
| Octal | 377 | 330 | 135 | 0 | 17 | 100 | 0 | 56 | 144 | 104 |
| Binary | 11111111 | 11011000 | 1011101 | 0 | 1111 | 1000000 | 0 | 101110 | 1100100 | 1000100 |
Color Harmonies of #FFD85D
Complementary color
Monochromatic Colors of #FFD85D
Black with #FFD85D
Text Example
Text Example
White with #FFD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD85D; }
p { color: rgb(255,216,93); }
H1.HeaderClassName
{
color: #FFD85D;
}
.AnyTagClassName
{
color: #FFD85D;
}
</style>
background-color css
<style>
a { background-color: #FFD85D; }
a { background-color: rgb(255,216,93); }
div.DivClassName
{
background-color: #FFD85D;
}
.BgClassName
{
background-color: #FFD85D;
}
</style>
border-color css
<style>
span { border-color: #FFD85D; }
span { border-color: rgb(255,216,93); }
td.TdClassName
{
border-color: #FFD85D;
}
.TagClassName
{
border-color: #FFD85D;
}
</style>