Shades of Dandelion #FBDD63
Tints of Dandelion #FBDD63
RGB
CMYK
RGB Variations
Color information
#FBDD63 (or 0xFBDD63) is known color: Dandelion. HEX triplet: FB, DD and 63. RGB value is (251,221,99). Sum of RGB (Red+Green+Blue) = 251+221+99=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 99 (39.06% from 255 or 17.34% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD63 is #04229C. Grayscale: #D8D8D8. Windows color (decimal): -271005 or 6544891. OLE color: 6544891.
HSL color Cylindrical-coordinate representation of color #FBDD63: hue angle of 48.16º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBDD63 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 99 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.02 |
| HSL | 48.16º | 0.95% | 0.69% | - |
| HSV(B) | 48.16º | 0.61% | 0.98% | - |
| XYZ | 67.89 | 73.12 | 22.34 | - |
| YUV | 216.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 99 | 0 | 0.12 | 0.61 | 0.02 | 48.16 | 0.95 | 0.69 |
| Hex | FB | DD | 63 | 0 | C | 3D | 2 | 30 | 5F | 45 |
| Octal | 373 | 335 | 143 | 0 | 14 | 75 | 2 | 60 | 137 | 105 |
| Binary | 11111011 | 11011101 | 1100011 | 0 | 1100 | 111101 | 10 | 110000 | 1011111 | 1000101 |
Color Harmonies of #FBDD63
Complementary color
Monochromatic Colors of #FBDD63
Black with #FBDD63
Text Example
Text Example
White with #FBDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD63; }
p { color: rgb(251,221,99); }
H1.HeaderClassName
{
color: #FBDD63;
}
.AnyTagClassName
{
color: #FBDD63;
}
</style>
background-color css
<style>
a { background-color: #FBDD63; }
a { background-color: rgb(251,221,99); }
div.DivClassName
{
background-color: #FBDD63;
}
.BgClassName
{
background-color: #FBDD63;
}
</style>
border-color css
<style>
span { border-color: #FBDD63; }
span { border-color: rgb(251,221,99); }
td.TdClassName
{
border-color: #FBDD63;
}
.TagClassName
{
border-color: #FBDD63;
}
</style>