Shades of Golden Glow #FBDB8B
Tints of Golden Glow #FBDB8B
RGB
CMYK
RGB Variations
Color information
#FBDB8B (or 0xFBDB8B) is known color: Golden Glow. HEX triplet: FB, DB and 8B. RGB value is (251,219,139). Sum of RGB (Red+Green+Blue) = 251+219+139=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB8B is #042474. Grayscale: #DBDBDB. Windows color (decimal): -271477 or 9165819. OLE color: 9165819.
HSL color Cylindrical-coordinate representation of color #FBDB8B: hue angle of 42.86º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBDB8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.02 |
| HSL | 42.86º | 0.93% | 0.76% | - |
| HSV(B) | 42.86º | 0.45% | 0.98% | - |
| XYZ | 69.78 | 73.04 | 34.85 | - |
| YUV | 219.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 139 | 0 | 0.13 | 0.45 | 0.02 | 42.86 | 0.93 | 0.76 |
| Hex | FB | DB | 8B | 0 | D | 2D | 2 | 2B | 5D | 4C |
| Octal | 373 | 333 | 213 | 0 | 15 | 55 | 2 | 53 | 135 | 114 |
| Binary | 11111011 | 11011011 | 10001011 | 0 | 1101 | 101101 | 10 | 101011 | 1011101 | 1001100 |
Color Harmonies of #FBDB8B
Complementary color
Monochromatic Colors of #FBDB8B
Black with #FBDB8B
Text Example
Text Example
White with #FBDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB8B; }
p { color: rgb(251,219,139); }
H1.HeaderClassName
{
color: #FBDB8B;
}
.AnyTagClassName
{
color: #FBDB8B;
}
</style>
background-color css
<style>
a { background-color: #FBDB8B; }
a { background-color: rgb(251,219,139); }
div.DivClassName
{
background-color: #FBDB8B;
}
.BgClassName
{
background-color: #FBDB8B;
}
</style>
border-color css
<style>
span { border-color: #FBDB8B; }
span { border-color: rgb(251,219,139); }
td.TdClassName
{
border-color: #FBDB8B;
}
.TagClassName
{
border-color: #FBDB8B;
}
</style>