Shades of Golden Glow #FDDD87
Tints of Golden Glow #FDDD87
RGB
CMYK
RGB Variations
Color information
#FDDD87 (or 0xFDDD87) is known color: Golden Glow. HEX triplet: FD, DD and 87. RGB value is (253,221,135). Sum of RGB (Red+Green+Blue) = 253+221+135=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 135 (53.12% from 255 or 22.17% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD87 is #022278. Grayscale: #DDDDDD. Windows color (decimal): -139897 or 8904189. OLE color: 8904189.
HSL color Cylindrical-coordinate representation of color #FDDD87: hue angle of 43.73º 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 #FDDD87 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 135 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.01 |
| HSL | 43.73º | 0.97% | 0.76% | - |
| HSV(B) | 43.73º | 0.47% | 0.99% | - |
| XYZ | 70.74 | 74.34 | 33.54 | - |
| YUV | 220.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 135 | 0 | 0.13 | 0.47 | 0.01 | 43.73 | 0.97 | 0.76 |
| Hex | FD | DD | 87 | 0 | D | 2F | 1 | 2C | 61 | 4C |
| Octal | 375 | 335 | 207 | 0 | 15 | 57 | 1 | 54 | 141 | 114 |
| Binary | 11111101 | 11011101 | 10000111 | 0 | 1101 | 101111 | 1 | 101100 | 1100001 | 1001100 |
Color Harmonies of #FDDD87
Complementary color
Monochromatic Colors of #FDDD87
Black with #FDDD87
Text Example
Text Example
White with #FDDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD87; }
p { color: rgb(253,221,135); }
H1.HeaderClassName
{
color: #FDDD87;
}
.AnyTagClassName
{
color: #FDDD87;
}
</style>
background-color css
<style>
a { background-color: #FDDD87; }
a { background-color: rgb(253,221,135); }
div.DivClassName
{
background-color: #FDDD87;
}
.BgClassName
{
background-color: #FDDD87;
}
</style>
border-color css
<style>
span { border-color: #FDDD87; }
span { border-color: rgb(253,221,135); }
td.TdClassName
{
border-color: #FDDD87;
}
.TagClassName
{
border-color: #FDDD87;
}
</style>