Shades of Golden Glow #FDDC7D
Tints of Golden Glow #FDDC7D
RGB
CMYK
RGB Variations
Color information
#FDDC7D (or 0xFDDC7D) is known color: Golden Glow. HEX triplet: FD, DC and 7D. RGB value is (253,220,125). Sum of RGB (Red+Green+Blue) = 253+220+125=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC7D is #022382. Grayscale: #DBDBDB. Windows color (decimal): -140163 or 8248573. OLE color: 8248573.
HSL color Cylindrical-coordinate representation of color #FDDC7D: hue angle of 44.53º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDDC7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 125 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.01 |
| HSL | 44.53º | 0.97% | 0.74% | - |
| HSV(B) | 44.53º | 0.51% | 0.99% | - |
| XYZ | 69.8 | 73.55 | 29.92 | - |
| YUV | 219.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 125 | 0 | 0.13 | 0.51 | 0.01 | 44.53 | 0.97 | 0.74 |
| Hex | FD | DC | 7D | 0 | D | 33 | 1 | 2D | 61 | 4A |
| Octal | 375 | 334 | 175 | 0 | 15 | 63 | 1 | 55 | 141 | 112 |
| Binary | 11111101 | 11011100 | 1111101 | 0 | 1101 | 110011 | 1 | 101101 | 1100001 | 1001010 |
Color Harmonies of #FDDC7D
Complementary color
Monochromatic Colors of #FDDC7D
Black with #FDDC7D
Text Example
Text Example
White with #FDDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC7D; }
p { color: rgb(253,220,125); }
H1.HeaderClassName
{
color: #FDDC7D;
}
.AnyTagClassName
{
color: #FDDC7D;
}
</style>
background-color css
<style>
a { background-color: #FDDC7D; }
a { background-color: rgb(253,220,125); }
div.DivClassName
{
background-color: #FDDC7D;
}
.BgClassName
{
background-color: #FDDC7D;
}
</style>
border-color css
<style>
span { border-color: #FDDC7D; }
span { border-color: rgb(253,220,125); }
td.TdClassName
{
border-color: #FDDC7D;
}
.TagClassName
{
border-color: #FDDC7D;
}
</style>