Shades of Golden Glow #FDD983
Tints of Golden Glow #FDD983
RGB
CMYK
RGB Variations
Color information
#FDD983 (or 0xFDD983) is known color: Golden Glow. HEX triplet: FD, D9 and 83. RGB value is (253,217,131). Sum of RGB (Red+Green+Blue) = 253+217+131=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD983 is #02267C. Grayscale: #DADADA. Windows color (decimal): -140925 or 8641021. OLE color: 8641021.
HSL color Cylindrical-coordinate representation of color #FDD983: hue angle of 42.3º 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 #FDD983 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 131 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.01 |
| HSL | 42.3º | 0.97% | 0.75% | - |
| HSV(B) | 42.3º | 0.48% | 0.99% | - |
| XYZ | 69.42 | 72.15 | 31.74 | - |
| YUV | 217.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 131 | 0 | 0.14 | 0.48 | 0.01 | 42.3 | 0.97 | 0.75 |
| Hex | FD | D9 | 83 | 0 | E | 30 | 1 | 2A | 61 | 4B |
| Octal | 375 | 331 | 203 | 0 | 16 | 60 | 1 | 52 | 141 | 113 |
| Binary | 11111101 | 11011001 | 10000011 | 0 | 1110 | 110000 | 1 | 101010 | 1100001 | 1001011 |
Color Harmonies of #FDD983
Complementary color
Monochromatic Colors of #FDD983
Black with #FDD983
Text Example
Text Example
White with #FDD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD983; }
p { color: rgb(253,217,131); }
H1.HeaderClassName
{
color: #FDD983;
}
.AnyTagClassName
{
color: #FDD983;
}
</style>
background-color css
<style>
a { background-color: #FDD983; }
a { background-color: rgb(253,217,131); }
div.DivClassName
{
background-color: #FDD983;
}
.BgClassName
{
background-color: #FDD983;
}
</style>
border-color css
<style>
span { border-color: #FDD983; }
span { border-color: rgb(253,217,131); }
td.TdClassName
{
border-color: #FDD983;
}
.TagClassName
{
border-color: #FDD983;
}
</style>