Shades of Golden Glow #FDDA8D
Tints of Golden Glow #FDDA8D
RGB
CMYK
RGB Variations
Color information
#FDDA8D (or 0xFDDA8D) is known color: Golden Glow. HEX triplet: FD, DA and 8D. RGB value is (253,218,141). Sum of RGB (Red+Green+Blue) = 253+218+141=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDA8D is #022572. Grayscale: #DCDCDC. Windows color (decimal): -140659 or 9296637. OLE color: 9296637.
HSL color Cylindrical-coordinate representation of color #FDDA8D: hue angle of 41.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDDA8D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 141 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.01 |
| HSL | 41.25º | 0.97% | 0.77% | - |
| HSV(B) | 41.25º | 0.44% | 0.99% | - |
| XYZ | 70.39 | 72.95 | 35.57 | - |
| YUV | 219.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 141 | 0 | 0.14 | 0.44 | 0.01 | 41.25 | 0.97 | 0.77 |
| Hex | FD | DA | 8D | 0 | E | 2C | 1 | 29 | 61 | 4D |
| Octal | 375 | 332 | 215 | 0 | 16 | 54 | 1 | 51 | 141 | 115 |
| Binary | 11111101 | 11011010 | 10001101 | 0 | 1110 | 101100 | 1 | 101001 | 1100001 | 1001101 |
Color Harmonies of #FDDA8D
Complementary color
Monochromatic Colors of #FDDA8D
Black with #FDDA8D
Text Example
Text Example
White with #FDDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA8D; }
p { color: rgb(253,218,141); }
H1.HeaderClassName
{
color: #FDDA8D;
}
.AnyTagClassName
{
color: #FDDA8D;
}
</style>
background-color css
<style>
a { background-color: #FDDA8D; }
a { background-color: rgb(253,218,141); }
div.DivClassName
{
background-color: #FDDA8D;
}
.BgClassName
{
background-color: #FDDA8D;
}
</style>
border-color css
<style>
span { border-color: #FDDA8D; }
span { border-color: rgb(253,218,141); }
td.TdClassName
{
border-color: #FDDA8D;
}
.TagClassName
{
border-color: #FDDA8D;
}
</style>