Shades of Dandelion #FFD55C
Tints of Dandelion #FFD55C
RGB
CMYK
RGB Variations
Color information
#FFD55C (or 0xFFD55C) is known color: Dandelion. HEX triplet: FF, D5 and 5C. RGB value is (255,213,92). Sum of RGB (Red+Green+Blue) = 255+213+92=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD55C is #002AA3. Grayscale: #D4D4D4. Windows color (decimal): -10916 or 6084095. OLE color: 6084095.
HSL color Cylindrical-coordinate representation of color #FFD55C: hue angle of 44.54º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFD55C is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 92 | - |
| CMYK | 0 | 0.16 | 0.64 | 0 |
| HSL | 44.54º | 1% | 0.68% | - |
| HSV(B) | 44.54º | 0.64% | 1% | - |
| XYZ | 66.97 | 69.62 | 20.03 | - |
| YUV | 211.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 92 | 0 | 0.16 | 0.64 | 0 | 44.54 | 1 | 0.68 |
| Hex | FF | D5 | 5C | 0 | 10 | 40 | 0 | 2D | 64 | 44 |
| Octal | 377 | 325 | 134 | 0 | 20 | 100 | 0 | 55 | 144 | 104 |
| Binary | 11111111 | 11010101 | 1011100 | 0 | 10000 | 1000000 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD55C
Complementary color
Monochromatic Colors of #FFD55C
Black with #FFD55C
Text Example
Text Example
White with #FFD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD55C; }
p { color: rgb(255,213,92); }
H1.HeaderClassName
{
color: #FFD55C;
}
.AnyTagClassName
{
color: #FFD55C;
}
</style>
background-color css
<style>
a { background-color: #FFD55C; }
a { background-color: rgb(255,213,92); }
div.DivClassName
{
background-color: #FFD55C;
}
.BgClassName
{
background-color: #FFD55C;
}
</style>
border-color css
<style>
span { border-color: #FFD55C; }
span { border-color: rgb(255,213,92); }
td.TdClassName
{
border-color: #FFD55C;
}
.TagClassName
{
border-color: #FFD55C;
}
</style>