Shades of Dandelion #FFD558
Tints of Dandelion #FFD558
RGB
CMYK
RGB Variations
Color information
#FFD558 (or 0xFFD558) is known color: Dandelion. HEX triplet: FF, D5 and 58. RGB value is (255,213,88). Sum of RGB (Red+Green+Blue) = 255+213+88=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD558 is #002AA7. Grayscale: #D3D3D3. Windows color (decimal): -10920 or 5821951. OLE color: 5821951.
HSL color Cylindrical-coordinate representation of color #FFD558: hue angle of 44.91º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD558 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 88 | - |
| CMYK | 0 | 0.16 | 0.65 | 0 |
| HSL | 44.91º | 1% | 0.67% | - |
| HSV(B) | 44.91º | 0.65% | 1% | - |
| XYZ | 66.8 | 69.55 | 19.14 | - |
| YUV | 211.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 88 | 0 | 0.16 | 0.65 | 0 | 44.91 | 1 | 0.67 |
| Hex | FF | D5 | 58 | 0 | 10 | 41 | 0 | 2D | 64 | 43 |
| Octal | 377 | 325 | 130 | 0 | 20 | 101 | 0 | 55 | 144 | 103 |
| Binary | 11111111 | 11010101 | 1011000 | 0 | 10000 | 1000001 | 0 | 101101 | 1100100 | 1000011 |
Color Harmonies of #FFD558
Complementary color
Monochromatic Colors of #FFD558
Black with #FFD558
Text Example
Text Example
White with #FFD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD558; }
p { color: rgb(255,213,88); }
H1.HeaderClassName
{
color: #FFD558;
}
.AnyTagClassName
{
color: #FFD558;
}
</style>
background-color css
<style>
a { background-color: #FFD558; }
a { background-color: rgb(255,213,88); }
div.DivClassName
{
background-color: #FFD558;
}
.BgClassName
{
background-color: #FFD558;
}
</style>
border-color css
<style>
span { border-color: #FFD558; }
span { border-color: rgb(255,213,88); }
td.TdClassName
{
border-color: #FFD558;
}
.TagClassName
{
border-color: #FFD558;
}
</style>