Shades of Golden Glow #FBDB88
Tints of Golden Glow #FBDB88
RGB
CMYK
RGB Variations
Color information
#FBDB88 (or 0xFBDB88) is known color: Golden Glow. HEX triplet: FB, DB and 88. RGB value is (251,219,136). Sum of RGB (Red+Green+Blue) = 251+219+136=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB88 is #042477. Grayscale: #DBDBDB. Windows color (decimal): -271480 or 8969211. OLE color: 8969211.
HSL color Cylindrical-coordinate representation of color #FBDB88: hue angle of 43.3º degrees, saturation: 0.93, 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 #FBDB88 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 136 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.02 |
| HSL | 43.3º | 0.93% | 0.76% | - |
| HSV(B) | 43.3º | 0.46% | 0.98% | - |
| XYZ | 69.56 | 72.95 | 33.71 | - |
| YUV | 219.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 136 | 0 | 0.13 | 0.46 | 0.02 | 43.3 | 0.93 | 0.76 |
| Hex | FB | DB | 88 | 0 | D | 2E | 2 | 2B | 5D | 4C |
| Octal | 373 | 333 | 210 | 0 | 15 | 56 | 2 | 53 | 135 | 114 |
| Binary | 11111011 | 11011011 | 10001000 | 0 | 1101 | 101110 | 10 | 101011 | 1011101 | 1001100 |
Color Harmonies of #FBDB88
Complementary color
Monochromatic Colors of #FBDB88
Black with #FBDB88
Text Example
Text Example
White with #FBDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB88; }
p { color: rgb(251,219,136); }
H1.HeaderClassName
{
color: #FBDB88;
}
.AnyTagClassName
{
color: #FBDB88;
}
</style>
background-color css
<style>
a { background-color: #FBDB88; }
a { background-color: rgb(251,219,136); }
div.DivClassName
{
background-color: #FBDB88;
}
.BgClassName
{
background-color: #FBDB88;
}
</style>
border-color css
<style>
span { border-color: #FBDB88; }
span { border-color: rgb(251,219,136); }
td.TdClassName
{
border-color: #FBDB88;
}
.TagClassName
{
border-color: #FBDB88;
}
</style>