Shades of Golden Glow #FBDB7F
Tints of Golden Glow #FBDB7F
RGB
CMYK
RGB Variations
Color information
#FBDB7F (or 0xFBDB7F) is known color: Golden Glow. HEX triplet: FB, DB and 7F. RGB value is (251,219,127). Sum of RGB (Red+Green+Blue) = 251+219+127=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB7F is #042480. Grayscale: #DADADA. Windows color (decimal): -271489 or 8379387. OLE color: 8379387.
HSL color Cylindrical-coordinate representation of color #FBDB7F: hue angle of 44.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBDB7F is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 127 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.02 |
| HSL | 44.52º | 0.94% | 0.74% | - |
| HSV(B) | 44.52º | 0.49% | 0.98% | - |
| XYZ | 68.95 | 72.7 | 30.48 | - |
| YUV | 218.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 127 | 0 | 0.13 | 0.49 | 0.02 | 44.52 | 0.94 | 0.74 |
| Hex | FB | DB | 7F | 0 | D | 31 | 2 | 2D | 5E | 4A |
| Octal | 373 | 333 | 177 | 0 | 15 | 61 | 2 | 55 | 136 | 112 |
| Binary | 11111011 | 11011011 | 1111111 | 0 | 1101 | 110001 | 10 | 101101 | 1011110 | 1001010 |
Color Harmonies of #FBDB7F
Complementary color
Monochromatic Colors of #FBDB7F
Black with #FBDB7F
Text Example
Text Example
White with #FBDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB7F; }
p { color: rgb(251,219,127); }
H1.HeaderClassName
{
color: #FBDB7F;
}
.AnyTagClassName
{
color: #FBDB7F;
}
</style>
background-color css
<style>
a { background-color: #FBDB7F; }
a { background-color: rgb(251,219,127); }
div.DivClassName
{
background-color: #FBDB7F;
}
.BgClassName
{
background-color: #FBDB7F;
}
</style>
border-color css
<style>
span { border-color: #FBDB7F; }
span { border-color: rgb(251,219,127); }
td.TdClassName
{
border-color: #FBDB7F;
}
.TagClassName
{
border-color: #FBDB7F;
}
</style>