Shades of Golden Glow #FDDC8B
Tints of Golden Glow #FDDC8B
RGB
CMYK
RGB Variations
Color information
#FDDC8B (or 0xFDDC8B) is known color: Golden Glow. HEX triplet: FD, DC and 8B. RGB value is (253,220,139). Sum of RGB (Red+Green+Blue) = 253+220+139=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC8B is #022374. Grayscale: #DCDCDC. Windows color (decimal): -140149 or 9166077. OLE color: 9166077.
HSL color Cylindrical-coordinate representation of color #FDDC8B: hue angle of 42.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDDC8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.01 |
| HSL | 42.63º | 0.97% | 0.77% | - |
| HSV(B) | 42.63º | 0.45% | 0.99% | - |
| XYZ | 70.76 | 73.93 | 34.97 | - |
| YUV | 220.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 139 | 0 | 0.13 | 0.45 | 0.01 | 42.63 | 0.97 | 0.77 |
| Hex | FD | DC | 8B | 0 | D | 2D | 1 | 2B | 61 | 4D |
| Octal | 375 | 334 | 213 | 0 | 15 | 55 | 1 | 53 | 141 | 115 |
| Binary | 11111101 | 11011100 | 10001011 | 0 | 1101 | 101101 | 1 | 101011 | 1100001 | 1001101 |
Color Harmonies of #FDDC8B
Complementary color
Monochromatic Colors of #FDDC8B
Black with #FDDC8B
Text Example
Text Example
White with #FDDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC8B; }
p { color: rgb(253,220,139); }
H1.HeaderClassName
{
color: #FDDC8B;
}
.AnyTagClassName
{
color: #FDDC8B;
}
</style>
background-color css
<style>
a { background-color: #FDDC8B; }
a { background-color: rgb(253,220,139); }
div.DivClassName
{
background-color: #FDDC8B;
}
.BgClassName
{
background-color: #FDDC8B;
}
</style>
border-color css
<style>
span { border-color: #FDDC8B; }
span { border-color: rgb(253,220,139); }
td.TdClassName
{
border-color: #FDDC8B;
}
.TagClassName
{
border-color: #FDDC8B;
}
</style>