Shades of Golden Glow #FDD782
Tints of Golden Glow #FDD782
RGB
CMYK
RGB Variations
Color information
#FDD782 (or 0xFDD782) is known color: Golden Glow. HEX triplet: FD, D7 and 82. RGB value is (253,215,130). Sum of RGB (Red+Green+Blue) = 253+215+130=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD782 is #02287D. Grayscale: #D9D9D9. Windows color (decimal): -141438 or 8574973. OLE color: 8574973.
HSL color Cylindrical-coordinate representation of color #FDD782: hue angle of 41.46º 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 #FDD782 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 130 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.01 |
| HSL | 41.46º | 0.97% | 0.75% | - |
| HSV(B) | 41.46º | 0.49% | 0.99% | - |
| XYZ | 68.84 | 71.1 | 31.21 | - |
| YUV | 216.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 130 | 0 | 0.15 | 0.49 | 0.01 | 41.46 | 0.97 | 0.75 |
| Hex | FD | D7 | 82 | 0 | F | 31 | 1 | 29 | 61 | 4B |
| Octal | 375 | 327 | 202 | 0 | 17 | 61 | 1 | 51 | 141 | 113 |
| Binary | 11111101 | 11010111 | 10000010 | 0 | 1111 | 110001 | 1 | 101001 | 1100001 | 1001011 |
Color Harmonies of #FDD782
Complementary color
Monochromatic Colors of #FDD782
Black with #FDD782
Text Example
Text Example
White with #FDD782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD782; }
p { color: rgb(253,215,130); }
H1.HeaderClassName
{
color: #FDD782;
}
.AnyTagClassName
{
color: #FDD782;
}
</style>
background-color css
<style>
a { background-color: #FDD782; }
a { background-color: rgb(253,215,130); }
div.DivClassName
{
background-color: #FDD782;
}
.BgClassName
{
background-color: #FDD782;
}
</style>
border-color css
<style>
span { border-color: #FDD782; }
span { border-color: rgb(253,215,130); }
td.TdClassName
{
border-color: #FDD782;
}
.TagClassName
{
border-color: #FDD782;
}
</style>