Shades of Dandelion #FFD55E
Tints of Dandelion #FFD55E
RGB
CMYK
RGB Variations
Color information
#FFD55E (or 0xFFD55E) is known color: Dandelion. HEX triplet: FF, D5 and 5E. RGB value is (255,213,94). Sum of RGB (Red+Green+Blue) = 255+213+94=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD55E is #002AA1. Grayscale: #D4D4D4. Windows color (decimal): -10914 or 6215167. OLE color: 6215167.
HSL color Cylindrical-coordinate representation of color #FFD55E: hue angle of 44.35º 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 #FFD55E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 94 | - |
| CMYK | 0 | 0.16 | 0.63 | 0 |
| HSL | 44.35º | 1% | 0.68% | - |
| HSV(B) | 44.35º | 0.63% | 1% | - |
| XYZ | 67.05 | 69.66 | 20.5 | - |
| YUV | 211.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 94 | 0 | 0.16 | 0.63 | 0 | 44.35 | 1 | 0.68 |
| Hex | FF | D5 | 5E | 0 | 10 | 3F | 0 | 2C | 64 | 44 |
| Octal | 377 | 325 | 136 | 0 | 20 | 77 | 0 | 54 | 144 | 104 |
| Binary | 11111111 | 11010101 | 1011110 | 0 | 10000 | 111111 | 0 | 101100 | 1100100 | 1000100 |
Color Harmonies of #FFD55E
Complementary color
Monochromatic Colors of #FFD55E
Black with #FFD55E
Text Example
Text Example
White with #FFD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD55E; }
p { color: rgb(255,213,94); }
H1.HeaderClassName
{
color: #FFD55E;
}
.AnyTagClassName
{
color: #FFD55E;
}
</style>
background-color css
<style>
a { background-color: #FFD55E; }
a { background-color: rgb(255,213,94); }
div.DivClassName
{
background-color: #FFD55E;
}
.BgClassName
{
background-color: #FFD55E;
}
</style>
border-color css
<style>
span { border-color: #FFD55E; }
span { border-color: rgb(255,213,94); }
td.TdClassName
{
border-color: #FFD55E;
}
.TagClassName
{
border-color: #FFD55E;
}
</style>