Shades of Golden Glow #FDD984
Tints of Golden Glow #FDD984
RGB
CMYK
RGB Variations
Color information
#FDD984 (or 0xFDD984) is known color: Golden Glow. HEX triplet: FD, D9 and 84. RGB value is (253,217,132). Sum of RGB (Red+Green+Blue) = 253+217+132=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD984 is #02267B. Grayscale: #DADADA. Windows color (decimal): -140924 or 8706557. OLE color: 8706557.
HSL color Cylindrical-coordinate representation of color #FDD984: hue angle of 42.15º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDD984 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 132 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.01 |
| HSL | 42.15º | 0.97% | 0.75% | - |
| HSV(B) | 42.15º | 0.48% | 0.99% | - |
| XYZ | 69.49 | 72.17 | 32.1 | - |
| YUV | 218.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 132 | 0 | 0.14 | 0.48 | 0.01 | 42.15 | 0.97 | 0.75 |
| Hex | FD | D9 | 84 | 0 | E | 30 | 1 | 2A | 61 | 4B |
| Octal | 375 | 331 | 204 | 0 | 16 | 60 | 1 | 52 | 141 | 113 |
| Binary | 11111101 | 11011001 | 10000100 | 0 | 1110 | 110000 | 1 | 101010 | 1100001 | 1001011 |
Color Harmonies of #FDD984
Complementary color
Monochromatic Colors of #FDD984
Black with #FDD984
Text Example
Text Example
White with #FDD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD984; }
p { color: rgb(253,217,132); }
H1.HeaderClassName
{
color: #FDD984;
}
.AnyTagClassName
{
color: #FDD984;
}
</style>
background-color css
<style>
a { background-color: #FDD984; }
a { background-color: rgb(253,217,132); }
div.DivClassName
{
background-color: #FDD984;
}
.BgClassName
{
background-color: #FDD984;
}
</style>
border-color css
<style>
span { border-color: #FDD984; }
span { border-color: rgb(253,217,132); }
td.TdClassName
{
border-color: #FDD984;
}
.TagClassName
{
border-color: #FDD984;
}
</style>