Shades of Golden Glow #FDD485
Tints of Golden Glow #FDD485
RGB
CMYK
RGB Variations
Color information
#FDD485 (or 0xFDD485) is known color: Golden Glow. HEX triplet: FD, D4 and 85. RGB value is (253,212,133). Sum of RGB (Red+Green+Blue) = 253+212+133=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD485 is #022B7A. Grayscale: #D7D7D7. Windows color (decimal): -142203 or 8770813. OLE color: 8770813.
HSL color Cylindrical-coordinate representation of color #FDD485: hue angle of 39.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDD485 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 133 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.01 |
| HSL | 39.5º | 0.97% | 0.76% | - |
| HSV(B) | 39.5º | 0.47% | 0.99% | - |
| XYZ | 68.29 | 69.66 | 32.04 | - |
| YUV | 215.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 133 | 0 | 0.16 | 0.47 | 0.01 | 39.5 | 0.97 | 0.76 |
| Hex | FD | D4 | 85 | 0 | 10 | 2F | 1 | 28 | 61 | 4C |
| Octal | 375 | 324 | 205 | 0 | 20 | 57 | 1 | 50 | 141 | 114 |
| Binary | 11111101 | 11010100 | 10000101 | 0 | 10000 | 101111 | 1 | 101000 | 1100001 | 1001100 |
Color Harmonies of #FDD485
Complementary color
Monochromatic Colors of #FDD485
Black with #FDD485
Text Example
Text Example
White with #FDD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD485; }
p { color: rgb(253,212,133); }
H1.HeaderClassName
{
color: #FDD485;
}
.AnyTagClassName
{
color: #FDD485;
}
</style>
background-color css
<style>
a { background-color: #FDD485; }
a { background-color: rgb(253,212,133); }
div.DivClassName
{
background-color: #FDD485;
}
.BgClassName
{
background-color: #FDD485;
}
</style>
border-color css
<style>
span { border-color: #FDD485; }
span { border-color: rgb(253,212,133); }
td.TdClassName
{
border-color: #FDD485;
}
.TagClassName
{
border-color: #FDD485;
}
</style>