Shades of Golden Glow #FDDB84
Tints of Golden Glow #FDDB84
RGB
CMYK
RGB Variations
Color information
#FDDB84 (or 0xFDDB84) is known color: Golden Glow. HEX triplet: FD, DB and 84. RGB value is (253,219,132). Sum of RGB (Red+Green+Blue) = 253+219+132=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB84 is #02247B. Grayscale: #DBDBDB. Windows color (decimal): -140412 or 8707069. OLE color: 8707069.
HSL color Cylindrical-coordinate representation of color #FDDB84: hue angle of 43.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDDB84 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 132 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 43.14º | 0.97% | 0.75% | - |
| HSV(B) | 43.14º | 0.48% | 0.99% | - |
| XYZ | 70 | 73.21 | 32.27 | - |
| YUV | 219.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 132 | 0 | 0.13 | 0.48 | 0.01 | 43.14 | 0.97 | 0.75 |
| Hex | FD | DB | 84 | 0 | D | 30 | 1 | 2B | 61 | 4B |
| Octal | 375 | 333 | 204 | 0 | 15 | 60 | 1 | 53 | 141 | 113 |
| Binary | 11111101 | 11011011 | 10000100 | 0 | 1101 | 110000 | 1 | 101011 | 1100001 | 1001011 |
Color Harmonies of #FDDB84
Complementary color
Monochromatic Colors of #FDDB84
Black with #FDDB84
Text Example
Text Example
White with #FDDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB84; }
p { color: rgb(253,219,132); }
H1.HeaderClassName
{
color: #FDDB84;
}
.AnyTagClassName
{
color: #FDDB84;
}
</style>
background-color css
<style>
a { background-color: #FDDB84; }
a { background-color: rgb(253,219,132); }
div.DivClassName
{
background-color: #FDDB84;
}
.BgClassName
{
background-color: #FDDB84;
}
</style>
border-color css
<style>
span { border-color: #FDDB84; }
span { border-color: rgb(253,219,132); }
td.TdClassName
{
border-color: #FDDB84;
}
.TagClassName
{
border-color: #FDDB84;
}
</style>