Shades of Golden Glow #FCDD7D
Tints of Golden Glow #FCDD7D
RGB
CMYK
RGB Variations
Color information
#FCDD7D (or 0xFCDD7D) is known color: Golden Glow. HEX triplet: FC, DD and 7D. RGB value is (252,221,125). Sum of RGB (Red+Green+Blue) = 252+221+125=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD7D is #032282. Grayscale: #DBDBDB. Windows color (decimal): -205443 or 8248828. OLE color: 8248828.
HSL color Cylindrical-coordinate representation of color #FCDD7D: hue angle of 45.35º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCDD7D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 125 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.01 |
| HSL | 45.35º | 0.95% | 0.74% | - |
| HSV(B) | 45.35º | 0.5% | 0.99% | - |
| XYZ | 69.7 | 73.89 | 29.99 | - |
| YUV | 219.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 125 | 0 | 0.12 | 0.50 | 0.01 | 45.35 | 0.95 | 0.74 |
| Hex | FC | DD | 7D | 0 | C | 32 | 1 | 2D | 5F | 4A |
| Octal | 374 | 335 | 175 | 0 | 14 | 62 | 1 | 55 | 137 | 112 |
| Binary | 11111100 | 11011101 | 1111101 | 0 | 1100 | 110010 | 1 | 101101 | 1011111 | 1001010 |
Color Harmonies of #FCDD7D
Complementary color
Monochromatic Colors of #FCDD7D
Black with #FCDD7D
Text Example
Text Example
White with #FCDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD7D; }
p { color: rgb(252,221,125); }
H1.HeaderClassName
{
color: #FCDD7D;
}
.AnyTagClassName
{
color: #FCDD7D;
}
</style>
background-color css
<style>
a { background-color: #FCDD7D; }
a { background-color: rgb(252,221,125); }
div.DivClassName
{
background-color: #FCDD7D;
}
.BgClassName
{
background-color: #FCDD7D;
}
</style>
border-color css
<style>
span { border-color: #FCDD7D; }
span { border-color: rgb(252,221,125); }
td.TdClassName
{
border-color: #FCDD7D;
}
.TagClassName
{
border-color: #FCDD7D;
}
</style>