Shades of Golden Glow #FDDA8B
Tints of Golden Glow #FDDA8B
RGB
CMYK
RGB Variations
Color information
#FDDA8B (or 0xFDDA8B) is known color: Golden Glow. HEX triplet: FD, DA and 8B. RGB value is (253,218,139). Sum of RGB (Red+Green+Blue) = 253+218+139=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDA8B is #022574. Grayscale: #DBDBDB. Windows color (decimal): -140661 or 9165565. OLE color: 9165565.
HSL color Cylindrical-coordinate representation of color #FDDA8B: hue angle of 41.58º 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 #FDDA8B is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 139 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.01 |
| HSL | 41.58º | 0.97% | 0.77% | - |
| HSV(B) | 41.58º | 0.45% | 0.99% | - |
| XYZ | 70.24 | 72.89 | 34.79 | - |
| YUV | 219.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 139 | 0 | 0.14 | 0.45 | 0.01 | 41.58 | 0.97 | 0.77 |
| Hex | FD | DA | 8B | 0 | E | 2D | 1 | 2A | 61 | 4D |
| Octal | 375 | 332 | 213 | 0 | 16 | 55 | 1 | 52 | 141 | 115 |
| Binary | 11111101 | 11011010 | 10001011 | 0 | 1110 | 101101 | 1 | 101010 | 1100001 | 1001101 |
Color Harmonies of #FDDA8B
Complementary color
Monochromatic Colors of #FDDA8B
Black with #FDDA8B
Text Example
Text Example
White with #FDDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA8B; }
p { color: rgb(253,218,139); }
H1.HeaderClassName
{
color: #FDDA8B;
}
.AnyTagClassName
{
color: #FDDA8B;
}
</style>
background-color css
<style>
a { background-color: #FDDA8B; }
a { background-color: rgb(253,218,139); }
div.DivClassName
{
background-color: #FDDA8B;
}
.BgClassName
{
background-color: #FDDA8B;
}
</style>
border-color css
<style>
span { border-color: #FDDA8B; }
span { border-color: rgb(253,218,139); }
td.TdClassName
{
border-color: #FDDA8B;
}
.TagClassName
{
border-color: #FDDA8B;
}
</style>