Shades of Golden Glow #FDDC80
Tints of Golden Glow #FDDC80
RGB
CMYK
RGB Variations
Color information
#FDDC80 (or 0xFDDC80) is known color: Golden Glow. HEX triplet: FD, DC and 80. RGB value is (253,220,128). Sum of RGB (Red+Green+Blue) = 253+220+128=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC80 is #02237F. Grayscale: #DBDBDB. Windows color (decimal): -140160 or 8445181. OLE color: 8445181.
HSL color Cylindrical-coordinate representation of color #FDDC80: hue angle of 44.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDDC80 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 128 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.01 |
| HSL | 44.16º | 0.97% | 0.75% | - |
| HSV(B) | 44.16º | 0.49% | 0.99% | - |
| XYZ | 70 | 73.63 | 30.94 | - |
| YUV | 219.38 | 76.43 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 128 | 0 | 0.13 | 0.49 | 0.01 | 44.16 | 0.97 | 0.75 |
| Hex | FD | DC | 80 | 0 | D | 31 | 1 | 2C | 61 | 4B |
| Octal | 375 | 334 | 200 | 0 | 15 | 61 | 1 | 54 | 141 | 113 |
| Binary | 11111101 | 11011100 | 10000000 | 0 | 1101 | 110001 | 1 | 101100 | 1100001 | 1001011 |
Color Harmonies of #FDDC80
Complementary color
Monochromatic Colors of #FDDC80
Black with #FDDC80
Text Example
Text Example
White with #FDDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC80; }
p { color: rgb(253,220,128); }
H1.HeaderClassName
{
color: #FDDC80;
}
.AnyTagClassName
{
color: #FDDC80;
}
</style>
background-color css
<style>
a { background-color: #FDDC80; }
a { background-color: rgb(253,220,128); }
div.DivClassName
{
background-color: #FDDC80;
}
.BgClassName
{
background-color: #FDDC80;
}
</style>
border-color css
<style>
span { border-color: #FDDC80; }
span { border-color: rgb(253,220,128); }
td.TdClassName
{
border-color: #FDDC80;
}
.TagClassName
{
border-color: #FDDC80;
}
</style>