Shades of Golden Glow #FBDC7D
Tints of Golden Glow #FBDC7D
RGB
CMYK
RGB Variations
Color information
#FBDC7D (or 0xFBDC7D) is known color: Golden Glow. HEX triplet: FB, DC and 7D. RGB value is (251,220,125). Sum of RGB (Red+Green+Blue) = 251+220+125=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC7D is #042382. Grayscale: #DADADA. Windows color (decimal): -271235 or 8248571. OLE color: 8248571.
HSL color Cylindrical-coordinate representation of color #FBDC7D: hue angle of 45.24º 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 #FBDC7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.02 |
| HSL | 45.24º | 0.94% | 0.74% | - |
| HSV(B) | 45.24º | 0.5% | 0.98% | - |
| XYZ | 69.08 | 73.18 | 29.89 | - |
| YUV | 218.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 125 | 0 | 0.12 | 0.50 | 0.02 | 45.24 | 0.94 | 0.74 |
| Hex | FB | DC | 7D | 0 | C | 32 | 2 | 2D | 5E | 4A |
| Octal | 373 | 334 | 175 | 0 | 14 | 62 | 2 | 55 | 136 | 112 |
| Binary | 11111011 | 11011100 | 1111101 | 0 | 1100 | 110010 | 10 | 101101 | 1011110 | 1001010 |
Color Harmonies of #FBDC7D
Complementary color
Monochromatic Colors of #FBDC7D
Black with #FBDC7D
Text Example
Text Example
White with #FBDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC7D; }
p { color: rgb(251,220,125); }
H1.HeaderClassName
{
color: #FBDC7D;
}
.AnyTagClassName
{
color: #FBDC7D;
}
</style>
background-color css
<style>
a { background-color: #FBDC7D; }
a { background-color: rgb(251,220,125); }
div.DivClassName
{
background-color: #FBDC7D;
}
.BgClassName
{
background-color: #FBDC7D;
}
</style>
border-color css
<style>
span { border-color: #FBDC7D; }
span { border-color: rgb(251,220,125); }
td.TdClassName
{
border-color: #FBDC7D;
}
.TagClassName
{
border-color: #FBDC7D;
}
</style>