Shades of Golden Glow #FDDC86
Tints of Golden Glow #FDDC86
RGB
CMYK
RGB Variations
Color information
#FDDC86 (or 0xFDDC86) is known color: Golden Glow. HEX triplet: FD, DC and 86. RGB value is (253,220,134). Sum of RGB (Red+Green+Blue) = 253+220+134=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC86 is #022379. Grayscale: #DCDCDC. Windows color (decimal): -140154 or 8838397. OLE color: 8838397.
HSL color Cylindrical-coordinate representation of color #FDDC86: hue angle of 43.36º 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 #FDDC86 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 134 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.01 |
| HSL | 43.36º | 0.97% | 0.76% | - |
| HSV(B) | 43.36º | 0.47% | 0.99% | - |
| XYZ | 70.4 | 73.79 | 33.09 | - |
| YUV | 220.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 134 | 0 | 0.13 | 0.47 | 0.01 | 43.36 | 0.97 | 0.76 |
| Hex | FD | DC | 86 | 0 | D | 2F | 1 | 2B | 61 | 4C |
| Octal | 375 | 334 | 206 | 0 | 15 | 57 | 1 | 53 | 141 | 114 |
| Binary | 11111101 | 11011100 | 10000110 | 0 | 1101 | 101111 | 1 | 101011 | 1100001 | 1001100 |
Color Harmonies of #FDDC86
Complementary color
Monochromatic Colors of #FDDC86
Black with #FDDC86
Text Example
Text Example
White with #FDDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC86; }
p { color: rgb(253,220,134); }
H1.HeaderClassName
{
color: #FDDC86;
}
.AnyTagClassName
{
color: #FDDC86;
}
</style>
background-color css
<style>
a { background-color: #FDDC86; }
a { background-color: rgb(253,220,134); }
div.DivClassName
{
background-color: #FDDC86;
}
.BgClassName
{
background-color: #FDDC86;
}
</style>
border-color css
<style>
span { border-color: #FDDC86; }
span { border-color: rgb(253,220,134); }
td.TdClassName
{
border-color: #FDDC86;
}
.TagClassName
{
border-color: #FDDC86;
}
</style>