Shades of Dandelion #FBDD5D
Tints of Dandelion #FBDD5D
RGB
CMYK
RGB Variations
Color information
#FBDD5D (or 0xFBDD5D) is known color: Dandelion. HEX triplet: FB, DD and 5D. RGB value is (251,221,93). Sum of RGB (Red+Green+Blue) = 251+221+93=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD5D is #0422A2. Grayscale: #D7D7D7. Windows color (decimal): -271011 or 6151675. OLE color: 6151675.
HSL color Cylindrical-coordinate representation of color #FBDD5D: hue angle of 48.61º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBDD5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 93 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.02 |
| HSL | 48.61º | 0.95% | 0.67% | - |
| HSV(B) | 48.61º | 0.63% | 0.98% | - |
| XYZ | 67.62 | 73.01 | 20.89 | - |
| YUV | 215.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 93 | 0 | 0.12 | 0.63 | 0.02 | 48.61 | 0.95 | 0.67 |
| Hex | FB | DD | 5D | 0 | C | 3F | 2 | 31 | 5F | 43 |
| Octal | 373 | 335 | 135 | 0 | 14 | 77 | 2 | 61 | 137 | 103 |
| Binary | 11111011 | 11011101 | 1011101 | 0 | 1100 | 111111 | 10 | 110001 | 1011111 | 1000011 |
Color Harmonies of #FBDD5D
Complementary color
Monochromatic Colors of #FBDD5D
Black with #FBDD5D
Text Example
Text Example
White with #FBDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD5D; }
p { color: rgb(251,221,93); }
H1.HeaderClassName
{
color: #FBDD5D;
}
.AnyTagClassName
{
color: #FBDD5D;
}
</style>
background-color css
<style>
a { background-color: #FBDD5D; }
a { background-color: rgb(251,221,93); }
div.DivClassName
{
background-color: #FBDD5D;
}
.BgClassName
{
background-color: #FBDD5D;
}
</style>
border-color css
<style>
span { border-color: #FBDD5D; }
span { border-color: rgb(251,221,93); }
td.TdClassName
{
border-color: #FBDD5D;
}
.TagClassName
{
border-color: #FBDD5D;
}
</style>