Shades of Dandelion #FFD55F
Tints of Dandelion #FFD55F
RGB
CMYK
RGB Variations
Color information
#FFD55F (or 0xFFD55F) is known color: Dandelion. HEX triplet: FF, D5 and 5F. RGB value is (255,213,95). Sum of RGB (Red+Green+Blue) = 255+213+95=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 95 (37.5% from 255 or 16.87% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD55F is #002AA0. Grayscale: #D4D4D4. Windows color (decimal): -10913 or 6280703. OLE color: 6280703.
HSL color Cylindrical-coordinate representation of color #FFD55F: hue angle of 44.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD55F is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 95 | - |
| CMYK | 0 | 0.16 | 0.63 | 0 |
| HSL | 44.25º | 1% | 0.69% | - |
| HSV(B) | 44.25º | 0.63% | 1% | - |
| XYZ | 67.1 | 69.67 | 20.74 | - |
| YUV | 212.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 95 | 0 | 0.16 | 0.63 | 0 | 44.25 | 1 | 0.69 |
| Hex | FF | D5 | 5F | 0 | 10 | 3F | 0 | 2C | 64 | 45 |
| Octal | 377 | 325 | 137 | 0 | 20 | 77 | 0 | 54 | 144 | 105 |
| Binary | 11111111 | 11010101 | 1011111 | 0 | 10000 | 111111 | 0 | 101100 | 1100100 | 1000101 |
Color Harmonies of #FFD55F
Complementary color
Monochromatic Colors of #FFD55F
Black with #FFD55F
Text Example
Text Example
White with #FFD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD55F; }
p { color: rgb(255,213,95); }
H1.HeaderClassName
{
color: #FFD55F;
}
.AnyTagClassName
{
color: #FFD55F;
}
</style>
background-color css
<style>
a { background-color: #FFD55F; }
a { background-color: rgb(255,213,95); }
div.DivClassName
{
background-color: #FFD55F;
}
.BgClassName
{
background-color: #FFD55F;
}
</style>
border-color css
<style>
span { border-color: #FFD55F; }
span { border-color: rgb(255,213,95); }
td.TdClassName
{
border-color: #FFD55F;
}
.TagClassName
{
border-color: #FFD55F;
}
</style>