Shades of Golden Glow #FDDC7B
Tints of Golden Glow #FDDC7B
RGB
CMYK
RGB Variations
Color information
#FDDC7B (or 0xFDDC7B) is known color: Golden Glow. HEX triplet: FD, DC and 7B. RGB value is (253,220,123). Sum of RGB (Red+Green+Blue) = 253+220+123=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC7B is #022384. Grayscale: #DBDBDB. Windows color (decimal): -140165 or 8117501. OLE color: 8117501.
HSL color Cylindrical-coordinate representation of color #FDDC7B: hue angle of 44.77º degrees, saturation: 0.97, 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 #FDDC7B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 123 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.01 |
| HSL | 44.77º | 0.97% | 0.74% | - |
| HSV(B) | 44.77º | 0.51% | 0.99% | - |
| XYZ | 69.68 | 73.5 | 29.25 | - |
| YUV | 218.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 123 | 0 | 0.13 | 0.51 | 0.01 | 44.77 | 0.97 | 0.74 |
| Hex | FD | DC | 7B | 0 | D | 33 | 1 | 2D | 61 | 4A |
| Octal | 375 | 334 | 173 | 0 | 15 | 63 | 1 | 55 | 141 | 112 |
| Binary | 11111101 | 11011100 | 1111011 | 0 | 1101 | 110011 | 1 | 101101 | 1100001 | 1001010 |
Color Harmonies of #FDDC7B
Complementary color
Monochromatic Colors of #FDDC7B
Black with #FDDC7B
Text Example
Text Example
White with #FDDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC7B; }
p { color: rgb(253,220,123); }
H1.HeaderClassName
{
color: #FDDC7B;
}
.AnyTagClassName
{
color: #FDDC7B;
}
</style>
background-color css
<style>
a { background-color: #FDDC7B; }
a { background-color: rgb(253,220,123); }
div.DivClassName
{
background-color: #FDDC7B;
}
.BgClassName
{
background-color: #FDDC7B;
}
</style>
border-color css
<style>
span { border-color: #FDDC7B; }
span { border-color: rgb(253,220,123); }
td.TdClassName
{
border-color: #FDDC7B;
}
.TagClassName
{
border-color: #FDDC7B;
}
</style>