Shades of Golden Glow #FBDD84
Tints of Golden Glow #FBDD84
RGB
CMYK
RGB Variations
Color information
#FBDD84 (or 0xFBDD84) is known color: Golden Glow. HEX triplet: FB, DD and 84. RGB value is (251,221,132). Sum of RGB (Red+Green+Blue) = 251+221+132=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD84 is #04227B. Grayscale: #DCDCDC. Windows color (decimal): -270972 or 8707579. OLE color: 8707579.
HSL color Cylindrical-coordinate representation of color #FBDD84: hue angle of 44.87º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBDD84 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 132 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.02 |
| HSL | 44.87º | 0.94% | 0.75% | - |
| HSV(B) | 44.87º | 0.47% | 0.98% | - |
| XYZ | 69.8 | 73.89 | 32.41 | - |
| YUV | 219.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 132 | 0 | 0.12 | 0.47 | 0.02 | 44.87 | 0.94 | 0.75 |
| Hex | FB | DD | 84 | 0 | C | 2F | 2 | 2D | 5E | 4B |
| Octal | 373 | 335 | 204 | 0 | 14 | 57 | 2 | 55 | 136 | 113 |
| Binary | 11111011 | 11011101 | 10000100 | 0 | 1100 | 101111 | 10 | 101101 | 1011110 | 1001011 |
Color Harmonies of #FBDD84
Complementary color
Monochromatic Colors of #FBDD84
Black with #FBDD84
Text Example
Text Example
White with #FBDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD84; }
p { color: rgb(251,221,132); }
H1.HeaderClassName
{
color: #FBDD84;
}
.AnyTagClassName
{
color: #FBDD84;
}
</style>
background-color css
<style>
a { background-color: #FBDD84; }
a { background-color: rgb(251,221,132); }
div.DivClassName
{
background-color: #FBDD84;
}
.BgClassName
{
background-color: #FBDD84;
}
</style>
border-color css
<style>
span { border-color: #FBDD84; }
span { border-color: rgb(251,221,132); }
td.TdClassName
{
border-color: #FBDD84;
}
.TagClassName
{
border-color: #FBDD84;
}
</style>