Shades of Golden Glow #FDD77F
Tints of Golden Glow #FDD77F
RGB
CMYK
RGB Variations
Color information
#FDD77F (or 0xFDD77F) is known color: Golden Glow. HEX triplet: FD, D7 and 7F. RGB value is (253,215,127). Sum of RGB (Red+Green+Blue) = 253+215+127=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD77F is #022880. Grayscale: #D8D8D8. Windows color (decimal): -141441 or 8378365. OLE color: 8378365.
HSL color Cylindrical-coordinate representation of color #FDD77F: hue angle of 41.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD77F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 127 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.01 |
| HSL | 41.9º | 0.97% | 0.75% | - |
| HSV(B) | 41.9º | 0.5% | 0.99% | - |
| XYZ | 68.64 | 71.02 | 30.17 | - |
| YUV | 216.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 127 | 0 | 0.15 | 0.50 | 0.01 | 41.9 | 0.97 | 0.75 |
| Hex | FD | D7 | 7F | 0 | F | 32 | 1 | 2A | 61 | 4B |
| Octal | 375 | 327 | 177 | 0 | 17 | 62 | 1 | 52 | 141 | 113 |
| Binary | 11111101 | 11010111 | 1111111 | 0 | 1111 | 110010 | 1 | 101010 | 1100001 | 1001011 |
Color Harmonies of #FDD77F
Complementary color
Monochromatic Colors of #FDD77F
Black with #FDD77F
Text Example
Text Example
White with #FDD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD77F; }
p { color: rgb(253,215,127); }
H1.HeaderClassName
{
color: #FDD77F;
}
.AnyTagClassName
{
color: #FDD77F;
}
</style>
background-color css
<style>
a { background-color: #FDD77F; }
a { background-color: rgb(253,215,127); }
div.DivClassName
{
background-color: #FDD77F;
}
.BgClassName
{
background-color: #FDD77F;
}
</style>
border-color css
<style>
span { border-color: #FDD77F; }
span { border-color: rgb(253,215,127); }
td.TdClassName
{
border-color: #FDD77F;
}
.TagClassName
{
border-color: #FDD77F;
}
</style>