Shades of Golden Glow #FDD88C
Tints of Golden Glow #FDD88C
RGB
CMYK
RGB Variations
Color information
#FDD88C (or 0xFDD88C) is known color: Golden Glow. HEX triplet: FD, D8 and 8C. RGB value is (253,216,140). Sum of RGB (Red+Green+Blue) = 253+216+140=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD88C is #022773. Grayscale: #DADADA. Windows color (decimal): -141172 or 9230589. OLE color: 9230589.
HSL color Cylindrical-coordinate representation of color #FDD88C: hue angle of 40.35º 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 #FDD88C is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 140 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 40.35º | 0.97% | 0.77% | - |
| HSV(B) | 40.35º | 0.45% | 0.99% | - |
| XYZ | 69.8 | 71.89 | 35.01 | - |
| YUV | 218.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 140 | 0 | 0.15 | 0.45 | 0.01 | 40.35 | 0.97 | 0.77 |
| Hex | FD | D8 | 8C | 0 | F | 2D | 1 | 28 | 61 | 4D |
| Octal | 375 | 330 | 214 | 0 | 17 | 55 | 1 | 50 | 141 | 115 |
| Binary | 11111101 | 11011000 | 10001100 | 0 | 1111 | 101101 | 1 | 101000 | 1100001 | 1001101 |
Color Harmonies of #FDD88C
Complementary color
Monochromatic Colors of #FDD88C
Black with #FDD88C
Text Example
Text Example
White with #FDD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD88C; }
p { color: rgb(253,216,140); }
H1.HeaderClassName
{
color: #FDD88C;
}
.AnyTagClassName
{
color: #FDD88C;
}
</style>
background-color css
<style>
a { background-color: #FDD88C; }
a { background-color: rgb(253,216,140); }
div.DivClassName
{
background-color: #FDD88C;
}
.BgClassName
{
background-color: #FDD88C;
}
</style>
border-color css
<style>
span { border-color: #FDD88C; }
span { border-color: rgb(253,216,140); }
td.TdClassName
{
border-color: #FDD88C;
}
.TagClassName
{
border-color: #FDD88C;
}
</style>