Shades of Golden Glow #FDDC7C
Tints of Golden Glow #FDDC7C
RGB
CMYK
RGB Variations
Color information
#FDDC7C (or 0xFDDC7C) is known color: Golden Glow. HEX triplet: FD, DC and 7C. RGB value is (253,220,124). Sum of RGB (Red+Green+Blue) = 253+220+124=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC7C is #022383. Grayscale: #DBDBDB. Windows color (decimal): -140164 or 8183037. OLE color: 8183037.
HSL color Cylindrical-coordinate representation of color #FDDC7C: hue angle of 44.65º 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 #FDDC7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 124 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.01 |
| HSL | 44.65º | 0.97% | 0.74% | - |
| HSV(B) | 44.65º | 0.51% | 0.99% | - |
| XYZ | 69.74 | 73.52 | 29.58 | - |
| YUV | 218.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 124 | 0 | 0.13 | 0.51 | 0.01 | 44.65 | 0.97 | 0.74 |
| Hex | FD | DC | 7C | 0 | D | 33 | 1 | 2D | 61 | 4A |
| Octal | 375 | 334 | 174 | 0 | 15 | 63 | 1 | 55 | 141 | 112 |
| Binary | 11111101 | 11011100 | 1111100 | 0 | 1101 | 110011 | 1 | 101101 | 1100001 | 1001010 |
Color Harmonies of #FDDC7C
Complementary color
Monochromatic Colors of #FDDC7C
Black with #FDDC7C
Text Example
Text Example
White with #FDDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC7C; }
p { color: rgb(253,220,124); }
H1.HeaderClassName
{
color: #FDDC7C;
}
.AnyTagClassName
{
color: #FDDC7C;
}
</style>
background-color css
<style>
a { background-color: #FDDC7C; }
a { background-color: rgb(253,220,124); }
div.DivClassName
{
background-color: #FDDC7C;
}
.BgClassName
{
background-color: #FDDC7C;
}
</style>
border-color css
<style>
span { border-color: #FDDC7C; }
span { border-color: rgb(253,220,124); }
td.TdClassName
{
border-color: #FDDC7C;
}
.TagClassName
{
border-color: #FDDC7C;
}
</style>