Shades of Golden Glow #FDDC83
Tints of Golden Glow #FDDC83
RGB
CMYK
RGB Variations
Color information
#FDDC83 (or 0xFDDC83) is known color: Golden Glow. HEX triplet: FD, DC and 83. RGB value is (253,220,131). Sum of RGB (Red+Green+Blue) = 253+220+131=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC83 is #02237C. Grayscale: #DCDCDC. Windows color (decimal): -140157 or 8641789. OLE color: 8641789.
HSL color Cylindrical-coordinate representation of color #FDDC83: hue angle of 43.77º 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 #FDDC83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 131 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 43.77º | 0.97% | 0.75% | - |
| HSV(B) | 43.77º | 0.48% | 0.99% | - |
| XYZ | 70.2 | 73.71 | 32 | - |
| YUV | 219.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 131 | 0 | 0.13 | 0.48 | 0.01 | 43.77 | 0.97 | 0.75 |
| Hex | FD | DC | 83 | 0 | D | 30 | 1 | 2C | 61 | 4B |
| Octal | 375 | 334 | 203 | 0 | 15 | 60 | 1 | 54 | 141 | 113 |
| Binary | 11111101 | 11011100 | 10000011 | 0 | 1101 | 110000 | 1 | 101100 | 1100001 | 1001011 |
Color Harmonies of #FDDC83
Complementary color
Monochromatic Colors of #FDDC83
Black with #FDDC83
Text Example
Text Example
White with #FDDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC83; }
p { color: rgb(253,220,131); }
H1.HeaderClassName
{
color: #FDDC83;
}
.AnyTagClassName
{
color: #FDDC83;
}
</style>
background-color css
<style>
a { background-color: #FDDC83; }
a { background-color: rgb(253,220,131); }
div.DivClassName
{
background-color: #FDDC83;
}
.BgClassName
{
background-color: #FDDC83;
}
</style>
border-color css
<style>
span { border-color: #FDDC83; }
span { border-color: rgb(253,220,131); }
td.TdClassName
{
border-color: #FDDC83;
}
.TagClassName
{
border-color: #FDDC83;
}
</style>