Shades of Golden Glow #FDDD85
Tints of Golden Glow #FDDD85
RGB
CMYK
RGB Variations
Color information
#FDDD85 (or 0xFDDD85) is known color: Golden Glow. HEX triplet: FD, DD and 85. RGB value is (253,221,133). Sum of RGB (Red+Green+Blue) = 253+221+133=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD85 is #02227A. Grayscale: #DCDCDC. Windows color (decimal): -139899 or 8773117. OLE color: 8773117.
HSL color Cylindrical-coordinate representation of color #FDDD85: hue angle of 44º 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 #FDDD85 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 133 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.01 |
| HSL | 44º | 0.97% | 0.76% | - |
| HSV(B) | 44º | 0.47% | 0.99% | - |
| XYZ | 70.6 | 74.29 | 32.81 | - |
| YUV | 220.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 133 | 0 | 0.13 | 0.47 | 0.01 | 44 | 0.97 | 0.76 |
| Hex | FD | DD | 85 | 0 | D | 2F | 1 | 2C | 61 | 4C |
| Octal | 375 | 335 | 205 | 0 | 15 | 57 | 1 | 54 | 141 | 114 |
| Binary | 11111101 | 11011101 | 10000101 | 0 | 1101 | 101111 | 1 | 101100 | 1100001 | 1001100 |
Color Harmonies of #FDDD85
Complementary color
Monochromatic Colors of #FDDD85
Black with #FDDD85
Text Example
Text Example
White with #FDDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD85; }
p { color: rgb(253,221,133); }
H1.HeaderClassName
{
color: #FDDD85;
}
.AnyTagClassName
{
color: #FDDD85;
}
</style>
background-color css
<style>
a { background-color: #FDDD85; }
a { background-color: rgb(253,221,133); }
div.DivClassName
{
background-color: #FDDD85;
}
.BgClassName
{
background-color: #FDDD85;
}
</style>
border-color css
<style>
span { border-color: #FDDD85; }
span { border-color: rgb(253,221,133); }
td.TdClassName
{
border-color: #FDDD85;
}
.TagClassName
{
border-color: #FDDD85;
}
</style>