Shades of Golden Glow #FDD589
Tints of Golden Glow #FDD589
RGB
CMYK
RGB Variations
Color information
#FDD589 (or 0xFDD589) is known color: Golden Glow. HEX triplet: FD, D5 and 89. RGB value is (253,213,137). Sum of RGB (Red+Green+Blue) = 253+213+137=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 137 (53.91% from 255 or 22.72% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD589 is #022A76. Grayscale: #D8D8D8. Windows color (decimal): -141943 or 9033213. OLE color: 9033213.
HSL color Cylindrical-coordinate representation of color #FDD589: hue angle of 39.31º 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 #FDD589 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 137 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.01 |
| HSL | 39.31º | 0.97% | 0.76% | - |
| HSV(B) | 39.31º | 0.46% | 0.99% | - |
| XYZ | 68.82 | 70.28 | 33.6 | - |
| YUV | 216.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 137 | 0 | 0.16 | 0.46 | 0.01 | 39.31 | 0.97 | 0.76 |
| Hex | FD | D5 | 89 | 0 | 10 | 2E | 1 | 27 | 61 | 4C |
| Octal | 375 | 325 | 211 | 0 | 20 | 56 | 1 | 47 | 141 | 114 |
| Binary | 11111101 | 11010101 | 10001001 | 0 | 10000 | 101110 | 1 | 100111 | 1100001 | 1001100 |
Color Harmonies of #FDD589
Complementary color
Monochromatic Colors of #FDD589
Black with #FDD589
Text Example
Text Example
White with #FDD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD589; }
p { color: rgb(253,213,137); }
H1.HeaderClassName
{
color: #FDD589;
}
.AnyTagClassName
{
color: #FDD589;
}
</style>
background-color css
<style>
a { background-color: #FDD589; }
a { background-color: rgb(253,213,137); }
div.DivClassName
{
background-color: #FDD589;
}
.BgClassName
{
background-color: #FDD589;
}
</style>
border-color css
<style>
span { border-color: #FDD589; }
span { border-color: rgb(253,213,137); }
td.TdClassName
{
border-color: #FDD589;
}
.TagClassName
{
border-color: #FDD589;
}
</style>