Shades of Golden Glow #FBDB87
Tints of Golden Glow #FBDB87
RGB
CMYK
RGB Variations
Color information
#FBDB87 (or 0xFBDB87) is known color: Golden Glow. HEX triplet: FB, DB and 87. RGB value is (251,219,135). Sum of RGB (Red+Green+Blue) = 251+219+135=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 135 (53.12% from 255 or 22.31% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB87 is #042478. Grayscale: #DBDBDB. Windows color (decimal): -271481 or 8903675. OLE color: 8903675.
HSL color Cylindrical-coordinate representation of color #FBDB87: hue angle of 43.45º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBDB87 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 135 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.02 |
| HSL | 43.45º | 0.94% | 0.76% | - |
| HSV(B) | 43.45º | 0.46% | 0.98% | - |
| XYZ | 69.49 | 72.92 | 33.33 | - |
| YUV | 218.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 135 | 0 | 0.13 | 0.46 | 0.02 | 43.45 | 0.94 | 0.76 |
| Hex | FB | DB | 87 | 0 | D | 2E | 2 | 2B | 5E | 4C |
| Octal | 373 | 333 | 207 | 0 | 15 | 56 | 2 | 53 | 136 | 114 |
| Binary | 11111011 | 11011011 | 10000111 | 0 | 1101 | 101110 | 10 | 101011 | 1011110 | 1001100 |
Color Harmonies of #FBDB87
Complementary color
Monochromatic Colors of #FBDB87
Black with #FBDB87
Text Example
Text Example
White with #FBDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB87; }
p { color: rgb(251,219,135); }
H1.HeaderClassName
{
color: #FBDB87;
}
.AnyTagClassName
{
color: #FBDB87;
}
</style>
background-color css
<style>
a { background-color: #FBDB87; }
a { background-color: rgb(251,219,135); }
div.DivClassName
{
background-color: #FBDB87;
}
.BgClassName
{
background-color: #FBDB87;
}
</style>
border-color css
<style>
span { border-color: #FBDB87; }
span { border-color: rgb(251,219,135); }
td.TdClassName
{
border-color: #FBDB87;
}
.TagClassName
{
border-color: #FBDB87;
}
</style>