Shades of Golden Glow #FDDD7F
Tints of Golden Glow #FDDD7F
RGB
CMYK
RGB Variations
Color information
#FDDD7F (or 0xFDDD7F) is known color: Golden Glow. HEX triplet: FD, DD and 7F. RGB value is (253,221,127). Sum of RGB (Red+Green+Blue) = 253+221+127=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 127 (50% from 255 or 21.13% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD7F is #022280. Grayscale: #DCDCDC. Windows color (decimal): -139905 or 8379901. OLE color: 8379901.
HSL color Cylindrical-coordinate representation of color #FDDD7F: hue angle of 44.76º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDDD7F is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 127 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.01 |
| HSL | 44.76º | 0.97% | 0.75% | - |
| HSV(B) | 44.76º | 0.5% | 0.99% | - |
| XYZ | 70.2 | 74.13 | 30.69 | - |
| YUV | 219.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 127 | 0 | 0.13 | 0.50 | 0.01 | 44.76 | 0.97 | 0.75 |
| Hex | FD | DD | 7F | 0 | D | 32 | 1 | 2D | 61 | 4B |
| Octal | 375 | 335 | 177 | 0 | 15 | 62 | 1 | 55 | 141 | 113 |
| Binary | 11111101 | 11011101 | 1111111 | 0 | 1101 | 110010 | 1 | 101101 | 1100001 | 1001011 |
Color Harmonies of #FDDD7F
Complementary color
Monochromatic Colors of #FDDD7F
Black with #FDDD7F
Text Example
Text Example
White with #FDDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD7F; }
p { color: rgb(253,221,127); }
H1.HeaderClassName
{
color: #FDDD7F;
}
.AnyTagClassName
{
color: #FDDD7F;
}
</style>
background-color css
<style>
a { background-color: #FDDD7F; }
a { background-color: rgb(253,221,127); }
div.DivClassName
{
background-color: #FDDD7F;
}
.BgClassName
{
background-color: #FDDD7F;
}
</style>
border-color css
<style>
span { border-color: #FDDD7F; }
span { border-color: rgb(253,221,127); }
td.TdClassName
{
border-color: #FDDD7F;
}
.TagClassName
{
border-color: #FDDD7F;
}
</style>