Shades of Dandelion #FFD458
Tints of Dandelion #FFD458
RGB
CMYK
RGB Variations
Color information
#FFD458 (or 0xFFD458) is known color: Dandelion. HEX triplet: FF, D4 and 58. RGB value is (255,212,88). Sum of RGB (Red+Green+Blue) = 255+212+88=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 88 (34.77% from 255 or 15.86% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD458 is #002BA7. Grayscale: #D3D3D3. Windows color (decimal): -11176 or 5821695. OLE color: 5821695.
HSL color Cylindrical-coordinate representation of color #FFD458: hue angle of 44.55º 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 #FFD458 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 88 | - |
| CMYK | 0 | 0.17 | 0.65 | 0 |
| HSL | 44.55º | 1% | 0.67% | - |
| HSV(B) | 44.55º | 0.65% | 1% | - |
| XYZ | 66.54 | 69.05 | 19.05 | - |
| YUV | 210.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 88 | 0 | 0.17 | 0.65 | 0 | 44.55 | 1 | 0.67 |
| Hex | FF | D4 | 58 | 0 | 11 | 41 | 0 | 2D | 64 | 43 |
| Octal | 377 | 324 | 130 | 0 | 21 | 101 | 0 | 55 | 144 | 103 |
| Binary | 11111111 | 11010100 | 1011000 | 0 | 10001 | 1000001 | 0 | 101101 | 1100100 | 1000011 |
Color Harmonies of #FFD458
Complementary color
Monochromatic Colors of #FFD458
Black with #FFD458
Text Example
Text Example
White with #FFD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD458; }
p { color: rgb(255,212,88); }
H1.HeaderClassName
{
color: #FFD458;
}
.AnyTagClassName
{
color: #FFD458;
}
</style>
background-color css
<style>
a { background-color: #FFD458; }
a { background-color: rgb(255,212,88); }
div.DivClassName
{
background-color: #FFD458;
}
.BgClassName
{
background-color: #FFD458;
}
</style>
border-color css
<style>
span { border-color: #FFD458; }
span { border-color: rgb(255,212,88); }
td.TdClassName
{
border-color: #FFD458;
}
.TagClassName
{
border-color: #FFD458;
}
</style>