Shades of Golden Glow #FDDD89
Tints of Golden Glow #FDDD89
RGB
CMYK
RGB Variations
Color information
#FDDD89 (or 0xFDDD89) is known color: Golden Glow. HEX triplet: FD, DD and 89. RGB value is (253,221,137). Sum of RGB (Red+Green+Blue) = 253+221+137=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 137 (53.91% from 255 or 22.42% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD89 is #022276. Grayscale: #DDDDDD. Windows color (decimal): -139895 or 9035261. OLE color: 9035261.
HSL color Cylindrical-coordinate representation of color #FDDD89: hue angle of 43.45º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDDD89 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 137 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.01 |
| HSL | 43.45º | 0.97% | 0.76% | - |
| HSV(B) | 43.45º | 0.46% | 0.99% | - |
| XYZ | 70.88 | 74.4 | 34.29 | - |
| YUV | 220.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 137 | 0 | 0.13 | 0.46 | 0.01 | 43.45 | 0.97 | 0.76 |
| Hex | FD | DD | 89 | 0 | D | 2E | 1 | 2B | 61 | 4C |
| Octal | 375 | 335 | 211 | 0 | 15 | 56 | 1 | 53 | 141 | 114 |
| Binary | 11111101 | 11011101 | 10001001 | 0 | 1101 | 101110 | 1 | 101011 | 1100001 | 1001100 |
Color Harmonies of #FDDD89
Complementary color
Monochromatic Colors of #FDDD89
Black with #FDDD89
Text Example
Text Example
White with #FDDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD89; }
p { color: rgb(253,221,137); }
H1.HeaderClassName
{
color: #FDDD89;
}
.AnyTagClassName
{
color: #FDDD89;
}
</style>
background-color css
<style>
a { background-color: #FDDD89; }
a { background-color: rgb(253,221,137); }
div.DivClassName
{
background-color: #FDDD89;
}
.BgClassName
{
background-color: #FDDD89;
}
</style>
border-color css
<style>
span { border-color: #FDDD89; }
span { border-color: rgb(253,221,137); }
td.TdClassName
{
border-color: #FDDD89;
}
.TagClassName
{
border-color: #FDDD89;
}
</style>