Shades of Golden Glow #FBDD7B
Tints of Golden Glow #FBDD7B
RGB
CMYK
RGB Variations
Color information
#FBDD7B (or 0xFBDD7B) is known color: Golden Glow. HEX triplet: FB, DD and 7B. RGB value is (251,221,123). Sum of RGB (Red+Green+Blue) = 251+221+123=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 123 (48.44% from 255 or 20.67% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD7B is #042284. Grayscale: #DBDBDB. Windows color (decimal): -270981 or 8117755. OLE color: 8117755.
HSL color Cylindrical-coordinate representation of color #FBDD7B: hue angle of 45.94º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBDD7B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 123 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.02 |
| HSL | 45.94º | 0.94% | 0.73% | - |
| HSV(B) | 45.94º | 0.51% | 0.98% | - |
| XYZ | 69.22 | 73.65 | 29.31 | - |
| YUV | 218.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 123 | 0 | 0.12 | 0.51 | 0.02 | 45.94 | 0.94 | 0.73 |
| Hex | FB | DD | 7B | 0 | C | 33 | 2 | 2E | 5E | 49 |
| Octal | 373 | 335 | 173 | 0 | 14 | 63 | 2 | 56 | 136 | 111 |
| Binary | 11111011 | 11011101 | 1111011 | 0 | 1100 | 110011 | 10 | 101110 | 1011110 | 1001001 |
Color Harmonies of #FBDD7B
Complementary color
Monochromatic Colors of #FBDD7B
Black with #FBDD7B
Text Example
Text Example
White with #FBDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD7B; }
p { color: rgb(251,221,123); }
H1.HeaderClassName
{
color: #FBDD7B;
}
.AnyTagClassName
{
color: #FBDD7B;
}
</style>
background-color css
<style>
a { background-color: #FBDD7B; }
a { background-color: rgb(251,221,123); }
div.DivClassName
{
background-color: #FBDD7B;
}
.BgClassName
{
background-color: #FBDD7B;
}
</style>
border-color css
<style>
span { border-color: #FBDD7B; }
span { border-color: rgb(251,221,123); }
td.TdClassName
{
border-color: #FBDD7B;
}
.TagClassName
{
border-color: #FBDD7B;
}
</style>