Shades of Dandelion #FFD85E
Tints of Dandelion #FFD85E
RGB
CMYK
RGB Variations
Color information
#FFD85E (or 0xFFD85E) is known color: Dandelion. HEX triplet: FF, D8 and 5E. RGB value is (255,216,94). Sum of RGB (Red+Green+Blue) = 255+216+94=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD85E is #0027A1. Grayscale: #D6D6D6. Windows color (decimal): -10146 or 6215935. OLE color: 6215935.
HSL color Cylindrical-coordinate representation of color #FFD85E: hue angle of 45.47º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD85E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 94 | - |
| CMYK | 0 | 0.15 | 0.63 | 0 |
| HSL | 45.47º | 1% | 0.68% | - |
| HSV(B) | 45.47º | 0.63% | 1% | - |
| XYZ | 67.82 | 71.18 | 20.75 | - |
| YUV | 213.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 94 | 0 | 0.15 | 0.63 | 0 | 45.47 | 1 | 0.68 |
| Hex | FF | D8 | 5E | 0 | F | 3F | 0 | 2D | 64 | 44 |
| Octal | 377 | 330 | 136 | 0 | 17 | 77 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11011000 | 1011110 | 0 | 1111 | 111111 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD85E
Complementary color
Monochromatic Colors of #FFD85E
Black with #FFD85E
Text Example
Text Example
White with #FFD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD85E; }
p { color: rgb(255,216,94); }
H1.HeaderClassName
{
color: #FFD85E;
}
.AnyTagClassName
{
color: #FFD85E;
}
</style>
background-color css
<style>
a { background-color: #FFD85E; }
a { background-color: rgb(255,216,94); }
div.DivClassName
{
background-color: #FFD85E;
}
.BgClassName
{
background-color: #FFD85E;
}
</style>
border-color css
<style>
span { border-color: #FFD85E; }
span { border-color: rgb(255,216,94); }
td.TdClassName
{
border-color: #FFD85E;
}
.TagClassName
{
border-color: #FFD85E;
}
</style>