Shades of Golden Glow #FDDC7E
Tints of Golden Glow #FDDC7E
RGB
CMYK
RGB Variations
Color information
#FDDC7E (or 0xFDDC7E) is known color: Golden Glow. HEX triplet: FD, DC and 7E. RGB value is (253,220,126). Sum of RGB (Red+Green+Blue) = 253+220+126=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC7E is #022381. Grayscale: #DBDBDB. Windows color (decimal): -140162 or 8314109. OLE color: 8314109.
HSL color Cylindrical-coordinate representation of color #FDDC7E: hue angle of 44.41º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDDC7E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 126 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.01 |
| HSL | 44.41º | 0.97% | 0.74% | - |
| HSV(B) | 44.41º | 0.5% | 0.99% | - |
| XYZ | 69.87 | 73.58 | 30.26 | - |
| YUV | 219.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 126 | 0 | 0.13 | 0.50 | 0.01 | 44.41 | 0.97 | 0.74 |
| Hex | FD | DC | 7E | 0 | D | 32 | 1 | 2C | 61 | 4A |
| Octal | 375 | 334 | 176 | 0 | 15 | 62 | 1 | 54 | 141 | 112 |
| Binary | 11111101 | 11011100 | 1111110 | 0 | 1101 | 110010 | 1 | 101100 | 1100001 | 1001010 |
Color Harmonies of #FDDC7E
Complementary color
Monochromatic Colors of #FDDC7E
Black with #FDDC7E
Text Example
Text Example
White with #FDDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC7E; }
p { color: rgb(253,220,126); }
H1.HeaderClassName
{
color: #FDDC7E;
}
.AnyTagClassName
{
color: #FDDC7E;
}
</style>
background-color css
<style>
a { background-color: #FDDC7E; }
a { background-color: rgb(253,220,126); }
div.DivClassName
{
background-color: #FDDC7E;
}
.BgClassName
{
background-color: #FDDC7E;
}
</style>
border-color css
<style>
span { border-color: #FDDC7E; }
span { border-color: rgb(253,220,126); }
td.TdClassName
{
border-color: #FDDC7E;
}
.TagClassName
{
border-color: #FDDC7E;
}
</style>