Shades of Golden Glow #FDD788
Tints of Golden Glow #FDD788
RGB
CMYK
RGB Variations
Color information
#FDD788 (or 0xFDD788) is known color: Golden Glow. HEX triplet: FD, D7 and 88. RGB value is (253,215,136). Sum of RGB (Red+Green+Blue) = 253+215+136=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD788 is #022877. Grayscale: #D9D9D9. Windows color (decimal): -141432 or 8968189. OLE color: 8968189.
HSL color Cylindrical-coordinate representation of color #FDD788: hue angle of 40.51º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDD788 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 136 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.01 |
| HSL | 40.51º | 0.97% | 0.76% | - |
| HSV(B) | 40.51º | 0.46% | 0.99% | - |
| XYZ | 69.25 | 71.26 | 33.4 | - |
| YUV | 217.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 136 | 0 | 0.15 | 0.46 | 0.01 | 40.51 | 0.97 | 0.76 |
| Hex | FD | D7 | 88 | 0 | F | 2E | 1 | 29 | 61 | 4C |
| Octal | 375 | 327 | 210 | 0 | 17 | 56 | 1 | 51 | 141 | 114 |
| Binary | 11111101 | 11010111 | 10001000 | 0 | 1111 | 101110 | 1 | 101001 | 1100001 | 1001100 |
Color Harmonies of #FDD788
Complementary color
Monochromatic Colors of #FDD788
Black with #FDD788
Text Example
Text Example
White with #FDD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD788; }
p { color: rgb(253,215,136); }
H1.HeaderClassName
{
color: #FDD788;
}
.AnyTagClassName
{
color: #FDD788;
}
</style>
background-color css
<style>
a { background-color: #FDD788; }
a { background-color: rgb(253,215,136); }
div.DivClassName
{
background-color: #FDD788;
}
.BgClassName
{
background-color: #FDD788;
}
</style>
border-color css
<style>
span { border-color: #FDD788; }
span { border-color: rgb(253,215,136); }
td.TdClassName
{
border-color: #FDD788;
}
.TagClassName
{
border-color: #FDD788;
}
</style>