Shades of Golden Glow #FDD787
Tints of Golden Glow #FDD787
RGB
CMYK
RGB Variations
Color information
#FDD787 (or 0xFDD787) is known color: Golden Glow. HEX triplet: FD, D7 and 87. RGB value is (253,215,135). Sum of RGB (Red+Green+Blue) = 253+215+135=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 135 (53.12% from 255 or 22.39% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD787 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD787 is #022878. Grayscale: #D9D9D9. Windows color (decimal): -141433 or 8902653. OLE color: 8902653.
HSL color Cylindrical-coordinate representation of color #FDD787: hue angle of 40.68º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDD787 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 135 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.01 |
| HSL | 40.68º | 0.97% | 0.76% | - |
| HSV(B) | 40.68º | 0.47% | 0.99% | - |
| XYZ | 69.18 | 71.23 | 33.02 | - |
| YUV | 217.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 135 | 0 | 0.15 | 0.47 | 0.01 | 40.68 | 0.97 | 0.76 |
| Hex | FD | D7 | 87 | 0 | F | 2F | 1 | 29 | 61 | 4C |
| Octal | 375 | 327 | 207 | 0 | 17 | 57 | 1 | 51 | 141 | 114 |
| Binary | 11111101 | 11010111 | 10000111 | 0 | 1111 | 101111 | 1 | 101001 | 1100001 | 1001100 |
Color Harmonies of #FDD787
Complementary color
Monochromatic Colors of #FDD787
Black with #FDD787
Text Example
Text Example
White with #FDD787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD787; }
p { color: rgb(253,215,135); }
H1.HeaderClassName
{
color: #FDD787;
}
.AnyTagClassName
{
color: #FDD787;
}
</style>
background-color css
<style>
a { background-color: #FDD787; }
a { background-color: rgb(253,215,135); }
div.DivClassName
{
background-color: #FDD787;
}
.BgClassName
{
background-color: #FDD787;
}
</style>
border-color css
<style>
span { border-color: #FDD787; }
span { border-color: rgb(253,215,135); }
td.TdClassName
{
border-color: #FDD787;
}
.TagClassName
{
border-color: #FDD787;
}
</style>