Shades of Golden Glow #FDDD84
Tints of Golden Glow #FDDD84
RGB
CMYK
RGB Variations
Color information
#FDDD84 (or 0xFDDD84) is known color: Golden Glow. HEX triplet: FD, DD and 84. RGB value is (253,221,132). Sum of RGB (Red+Green+Blue) = 253+221+132=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD84 is #02227B. Grayscale: #DCDCDC. Windows color (decimal): -139900 or 8707581. OLE color: 8707581.
HSL color Cylindrical-coordinate representation of color #FDDD84: hue angle of 44.13º 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 #FDDD84 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 132 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 44.13º | 0.97% | 0.75% | - |
| HSV(B) | 44.13º | 0.48% | 0.99% | - |
| XYZ | 70.53 | 74.26 | 32.45 | - |
| YUV | 220.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 132 | 0 | 0.13 | 0.48 | 0.01 | 44.13 | 0.97 | 0.75 |
| Hex | FD | DD | 84 | 0 | D | 30 | 1 | 2C | 61 | 4B |
| Octal | 375 | 335 | 204 | 0 | 15 | 60 | 1 | 54 | 141 | 113 |
| Binary | 11111101 | 11011101 | 10000100 | 0 | 1101 | 110000 | 1 | 101100 | 1100001 | 1001011 |
Color Harmonies of #FDDD84
Complementary color
Monochromatic Colors of #FDDD84
Black with #FDDD84
Text Example
Text Example
White with #FDDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD84; }
p { color: rgb(253,221,132); }
H1.HeaderClassName
{
color: #FDDD84;
}
.AnyTagClassName
{
color: #FDDD84;
}
</style>
background-color css
<style>
a { background-color: #FDDD84; }
a { background-color: rgb(253,221,132); }
div.DivClassName
{
background-color: #FDDD84;
}
.BgClassName
{
background-color: #FDDD84;
}
</style>
border-color css
<style>
span { border-color: #FDDD84; }
span { border-color: rgb(253,221,132); }
td.TdClassName
{
border-color: #FDDD84;
}
.TagClassName
{
border-color: #FDDD84;
}
</style>