Shades of Golden Glow #FBDD7E
Tints of Golden Glow #FBDD7E
RGB
CMYK
RGB Variations
Color information
#FBDD7E (or 0xFBDD7E) is known color: Golden Glow. HEX triplet: FB, DD and 7E. RGB value is (251,221,126). Sum of RGB (Red+Green+Blue) = 251+221+126=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD7E is #042281. Grayscale: #DBDBDB. Windows color (decimal): -270978 or 8314363. OLE color: 8314363.
HSL color Cylindrical-coordinate representation of color #FBDD7E: hue angle of 45.6º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBDD7E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 126 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.6º | 0.94% | 0.74% | - |
| HSV(B) | 45.6º | 0.5% | 0.98% | - |
| XYZ | 69.41 | 73.73 | 30.31 | - |
| YUV | 219.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 126 | 0 | 0.12 | 0.50 | 0.02 | 45.6 | 0.94 | 0.74 |
| Hex | FB | DD | 7E | 0 | C | 32 | 2 | 2E | 5E | 4A |
| Octal | 373 | 335 | 176 | 0 | 14 | 62 | 2 | 56 | 136 | 112 |
| Binary | 11111011 | 11011101 | 1111110 | 0 | 1100 | 110010 | 10 | 101110 | 1011110 | 1001010 |
Color Harmonies of #FBDD7E
Complementary color
Monochromatic Colors of #FBDD7E
Black with #FBDD7E
Text Example
Text Example
White with #FBDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD7E; }
p { color: rgb(251,221,126); }
H1.HeaderClassName
{
color: #FBDD7E;
}
.AnyTagClassName
{
color: #FBDD7E;
}
</style>
background-color css
<style>
a { background-color: #FBDD7E; }
a { background-color: rgb(251,221,126); }
div.DivClassName
{
background-color: #FBDD7E;
}
.BgClassName
{
background-color: #FBDD7E;
}
</style>
border-color css
<style>
span { border-color: #FBDD7E; }
span { border-color: rgb(251,221,126); }
td.TdClassName
{
border-color: #FBDD7E;
}
.TagClassName
{
border-color: #FBDD7E;
}
</style>