Shades of Golden Glow #FDD97E
Tints of Golden Glow #FDD97E
RGB
CMYK
RGB Variations
Color information
#FDD97E (or 0xFDD97E) is known color: Golden Glow. HEX triplet: FD, D9 and 7E. RGB value is (253,217,126). Sum of RGB (Red+Green+Blue) = 253+217+126=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD97E is #022681. Grayscale: #D9D9D9. Windows color (decimal): -140930 or 8313341. OLE color: 8313341.
HSL color Cylindrical-coordinate representation of color #FDD97E: hue angle of 42.99º 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 #FDD97E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 126 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.01 |
| HSL | 42.99º | 0.97% | 0.74% | - |
| HSV(B) | 42.99º | 0.5% | 0.99% | - |
| XYZ | 69.09 | 72.01 | 30 | - |
| YUV | 217.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 126 | 0 | 0.14 | 0.50 | 0.01 | 42.99 | 0.97 | 0.74 |
| Hex | FD | D9 | 7E | 0 | E | 32 | 1 | 2B | 61 | 4A |
| Octal | 375 | 331 | 176 | 0 | 16 | 62 | 1 | 53 | 141 | 112 |
| Binary | 11111101 | 11011001 | 1111110 | 0 | 1110 | 110010 | 1 | 101011 | 1100001 | 1001010 |
Color Harmonies of #FDD97E
Complementary color
Monochromatic Colors of #FDD97E
Black with #FDD97E
Text Example
Text Example
White with #FDD97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD97E; }
p { color: rgb(253,217,126); }
H1.HeaderClassName
{
color: #FDD97E;
}
.AnyTagClassName
{
color: #FDD97E;
}
</style>
background-color css
<style>
a { background-color: #FDD97E; }
a { background-color: rgb(253,217,126); }
div.DivClassName
{
background-color: #FDD97E;
}
.BgClassName
{
background-color: #FDD97E;
}
</style>
border-color css
<style>
span { border-color: #FDD97E; }
span { border-color: rgb(253,217,126); }
td.TdClassName
{
border-color: #FDD97E;
}
.TagClassName
{
border-color: #FDD97E;
}
</style>