Shades of Golden Glow #FDDC8A
Tints of Golden Glow #FDDC8A
RGB
CMYK
RGB Variations
Color information
#FDDC8A (or 0xFDDC8A) is known color: Golden Glow. HEX triplet: FD, DC and 8A. RGB value is (253,220,138). Sum of RGB (Red+Green+Blue) = 253+220+138=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC8A is #022375. Grayscale: #DCDCDC. Windows color (decimal): -140150 or 9100541. OLE color: 9100541.
HSL color Cylindrical-coordinate representation of color #FDDC8A: hue angle of 42.78º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDDC8A is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 138 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.01 |
| HSL | 42.78º | 0.97% | 0.77% | - |
| HSV(B) | 42.78º | 0.45% | 0.99% | - |
| XYZ | 70.69 | 73.9 | 34.58 | - |
| YUV | 220.52 | 81.43 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 138 | 0 | 0.13 | 0.45 | 0.01 | 42.78 | 0.97 | 0.77 |
| Hex | FD | DC | 8A | 0 | D | 2D | 1 | 2B | 61 | 4D |
| Octal | 375 | 334 | 212 | 0 | 15 | 55 | 1 | 53 | 141 | 115 |
| Binary | 11111101 | 11011100 | 10001010 | 0 | 1101 | 101101 | 1 | 101011 | 1100001 | 1001101 |
Color Harmonies of #FDDC8A
Complementary color
Monochromatic Colors of #FDDC8A
Black with #FDDC8A
Text Example
Text Example
White with #FDDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC8A; }
p { color: rgb(253,220,138); }
H1.HeaderClassName
{
color: #FDDC8A;
}
.AnyTagClassName
{
color: #FDDC8A;
}
</style>
background-color css
<style>
a { background-color: #FDDC8A; }
a { background-color: rgb(253,220,138); }
div.DivClassName
{
background-color: #FDDC8A;
}
.BgClassName
{
background-color: #FDDC8A;
}
</style>
border-color css
<style>
span { border-color: #FDDC8A; }
span { border-color: rgb(253,220,138); }
td.TdClassName
{
border-color: #FDDC8A;
}
.TagClassName
{
border-color: #FDDC8A;
}
</style>