Shades of Dandelion #FBDD5E
Tints of Dandelion #FBDD5E
RGB
CMYK
RGB Variations
Color information
#FBDD5E (or 0xFBDD5E) is known color: Dandelion. HEX triplet: FB, DD and 5E. RGB value is (251,221,94). Sum of RGB (Red+Green+Blue) = 251+221+94=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD5E is #0422A1. Grayscale: #D8D8D8. Windows color (decimal): -271010 or 6217211. OLE color: 6217211.
HSL color Cylindrical-coordinate representation of color #FBDD5E: hue angle of 48.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBDD5E is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 94 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.02 |
| HSL | 48.54º | 0.95% | 0.68% | - |
| HSV(B) | 48.54º | 0.63% | 0.98% | - |
| XYZ | 67.66 | 73.03 | 21.12 | - |
| YUV | 215.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 94 | 0 | 0.12 | 0.63 | 0.02 | 48.54 | 0.95 | 0.68 |
| Hex | FB | DD | 5E | 0 | C | 3F | 2 | 31 | 5F | 44 |
| Octal | 373 | 335 | 136 | 0 | 14 | 77 | 2 | 61 | 137 | 104 |
| Binary | 11111011 | 11011101 | 1011110 | 0 | 1100 | 111111 | 10 | 110001 | 1011111 | 1000100 |
Color Harmonies of #FBDD5E
Complementary color
Monochromatic Colors of #FBDD5E
Black with #FBDD5E
Text Example
Text Example
White with #FBDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD5E; }
p { color: rgb(251,221,94); }
H1.HeaderClassName
{
color: #FBDD5E;
}
.AnyTagClassName
{
color: #FBDD5E;
}
</style>
background-color css
<style>
a { background-color: #FBDD5E; }
a { background-color: rgb(251,221,94); }
div.DivClassName
{
background-color: #FBDD5E;
}
.BgClassName
{
background-color: #FBDD5E;
}
</style>
border-color css
<style>
span { border-color: #FBDD5E; }
span { border-color: rgb(251,221,94); }
td.TdClassName
{
border-color: #FBDD5E;
}
.TagClassName
{
border-color: #FBDD5E;
}
</style>