Shades of Golden Glow #FDD781
Tints of Golden Glow #FDD781
RGB
CMYK
RGB Variations
Color information
#FDD781 (or 0xFDD781) is known color: Golden Glow. HEX triplet: FD, D7 and 81. RGB value is (253,215,129). Sum of RGB (Red+Green+Blue) = 253+215+129=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD781 is #02287E. Grayscale: #D8D8D8. Windows color (decimal): -141439 or 8509437. OLE color: 8509437.
HSL color Cylindrical-coordinate representation of color #FDD781: hue angle of 41.61º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDD781 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 129 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.01 |
| HSL | 41.61º | 0.97% | 0.75% | - |
| HSV(B) | 41.61º | 0.49% | 0.99% | - |
| XYZ | 68.77 | 71.07 | 30.86 | - |
| YUV | 216.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 129 | 0 | 0.15 | 0.49 | 0.01 | 41.61 | 0.97 | 0.75 |
| Hex | FD | D7 | 81 | 0 | F | 31 | 1 | 2A | 61 | 4B |
| Octal | 375 | 327 | 201 | 0 | 17 | 61 | 1 | 52 | 141 | 113 |
| Binary | 11111101 | 11010111 | 10000001 | 0 | 1111 | 110001 | 1 | 101010 | 1100001 | 1001011 |
Color Harmonies of #FDD781
Complementary color
Monochromatic Colors of #FDD781
Black with #FDD781
Text Example
Text Example
White with #FDD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD781; }
p { color: rgb(253,215,129); }
H1.HeaderClassName
{
color: #FDD781;
}
.AnyTagClassName
{
color: #FDD781;
}
</style>
background-color css
<style>
a { background-color: #FDD781; }
a { background-color: rgb(253,215,129); }
div.DivClassName
{
background-color: #FDD781;
}
.BgClassName
{
background-color: #FDD781;
}
</style>
border-color css
<style>
span { border-color: #FDD781; }
span { border-color: rgb(253,215,129); }
td.TdClassName
{
border-color: #FDD781;
}
.TagClassName
{
border-color: #FDD781;
}
</style>