Shades of Golden Glow #FDDD82
Tints of Golden Glow #FDDD82
RGB
CMYK
RGB Variations
Color information
#FDDD82 (or 0xFDDD82) is known color: Golden Glow. HEX triplet: FD, DD and 82. RGB value is (253,221,130). Sum of RGB (Red+Green+Blue) = 253+221+130=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD82 is #02227D. Grayscale: #DCDCDC. Windows color (decimal): -139902 or 8576509. OLE color: 8576509.
HSL color Cylindrical-coordinate representation of color #FDDD82: hue angle of 44.39º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDDD82 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 130 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.01 |
| HSL | 44.39º | 0.97% | 0.75% | - |
| HSV(B) | 44.39º | 0.49% | 0.99% | - |
| XYZ | 70.39 | 74.21 | 31.73 | - |
| YUV | 220.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 130 | 0 | 0.13 | 0.49 | 0.01 | 44.39 | 0.97 | 0.75 |
| Hex | FD | DD | 82 | 0 | D | 31 | 1 | 2C | 61 | 4B |
| Octal | 375 | 335 | 202 | 0 | 15 | 61 | 1 | 54 | 141 | 113 |
| Binary | 11111101 | 11011101 | 10000010 | 0 | 1101 | 110001 | 1 | 101100 | 1100001 | 1001011 |
Color Harmonies of #FDDD82
Complementary color
Monochromatic Colors of #FDDD82
Black with #FDDD82
Text Example
Text Example
White with #FDDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD82; }
p { color: rgb(253,221,130); }
H1.HeaderClassName
{
color: #FDDD82;
}
.AnyTagClassName
{
color: #FDDD82;
}
</style>
background-color css
<style>
a { background-color: #FDDD82; }
a { background-color: rgb(253,221,130); }
div.DivClassName
{
background-color: #FDDD82;
}
.BgClassName
{
background-color: #FDDD82;
}
</style>
border-color css
<style>
span { border-color: #FDDD82; }
span { border-color: rgb(253,221,130); }
td.TdClassName
{
border-color: #FDDD82;
}
.TagClassName
{
border-color: #FDDD82;
}
</style>