Shades of Golden Glow #FCDD7B
Tints of Golden Glow #FCDD7B
RGB
CMYK
RGB Variations
Color information
#FCDD7B (or 0xFCDD7B) is known color: Golden Glow. HEX triplet: FC, DD and 7B. RGB value is (252,221,123). Sum of RGB (Red+Green+Blue) = 252+221+123=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD7B is #032284. Grayscale: #DBDBDB. Windows color (decimal): -205445 or 8117756. OLE color: 8117756.
HSL color Cylindrical-coordinate representation of color #FCDD7B: hue angle of 45.58º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCDD7B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 123 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.01 |
| HSL | 45.58º | 0.96% | 0.74% | - |
| HSV(B) | 45.58º | 0.51% | 0.99% | - |
| XYZ | 69.58 | 73.84 | 29.32 | - |
| YUV | 219.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 123 | 0 | 0.12 | 0.51 | 0.01 | 45.58 | 0.96 | 0.74 |
| Hex | FC | DD | 7B | 0 | C | 33 | 1 | 2E | 60 | 4A |
| Octal | 374 | 335 | 173 | 0 | 14 | 63 | 1 | 56 | 140 | 112 |
| Binary | 11111100 | 11011101 | 1111011 | 0 | 1100 | 110011 | 1 | 101110 | 1100000 | 1001010 |
Color Harmonies of #FCDD7B
Complementary color
Monochromatic Colors of #FCDD7B
Black with #FCDD7B
Text Example
Text Example
White with #FCDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD7B; }
p { color: rgb(252,221,123); }
H1.HeaderClassName
{
color: #FCDD7B;
}
.AnyTagClassName
{
color: #FCDD7B;
}
</style>
background-color css
<style>
a { background-color: #FCDD7B; }
a { background-color: rgb(252,221,123); }
div.DivClassName
{
background-color: #FCDD7B;
}
.BgClassName
{
background-color: #FCDD7B;
}
</style>
border-color css
<style>
span { border-color: #FCDD7B; }
span { border-color: rgb(252,221,123); }
td.TdClassName
{
border-color: #FCDD7B;
}
.TagClassName
{
border-color: #FCDD7B;
}
</style>