Shades of Golden Glow #FDDB7E
Tints of Golden Glow #FDDB7E
RGB
CMYK
RGB Variations
Color information
#FDDB7E (or 0xFDDB7E) is known color: Golden Glow. HEX triplet: FD, DB and 7E. RGB value is (253,219,126). Sum of RGB (Red+Green+Blue) = 253+219+126=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB7E is #022481. Grayscale: #DADADA. Windows color (decimal): -140418 or 8313853. OLE color: 8313853.
HSL color Cylindrical-coordinate representation of color #FDDB7E: hue angle of 43.94º 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 #FDDB7E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 126 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.01 |
| HSL | 43.94º | 0.97% | 0.74% | - |
| HSV(B) | 43.94º | 0.5% | 0.99% | - |
| XYZ | 69.61 | 73.05 | 30.17 | - |
| YUV | 218.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 126 | 0 | 0.13 | 0.50 | 0.01 | 43.94 | 0.97 | 0.74 |
| Hex | FD | DB | 7E | 0 | D | 32 | 1 | 2C | 61 | 4A |
| Octal | 375 | 333 | 176 | 0 | 15 | 62 | 1 | 54 | 141 | 112 |
| Binary | 11111101 | 11011011 | 1111110 | 0 | 1101 | 110010 | 1 | 101100 | 1100001 | 1001010 |
Color Harmonies of #FDDB7E
Complementary color
Monochromatic Colors of #FDDB7E
Black with #FDDB7E
Text Example
Text Example
White with #FDDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB7E; }
p { color: rgb(253,219,126); }
H1.HeaderClassName
{
color: #FDDB7E;
}
.AnyTagClassName
{
color: #FDDB7E;
}
</style>
background-color css
<style>
a { background-color: #FDDB7E; }
a { background-color: rgb(253,219,126); }
div.DivClassName
{
background-color: #FDDB7E;
}
.BgClassName
{
background-color: #FDDB7E;
}
</style>
border-color css
<style>
span { border-color: #FDDB7E; }
span { border-color: rgb(253,219,126); }
td.TdClassName
{
border-color: #FDDB7E;
}
.TagClassName
{
border-color: #FDDB7E;
}
</style>