Shades of Golden Glow #FDD88B
Tints of Golden Glow #FDD88B
RGB
CMYK
RGB Variations
Color information
#FDD88B (or 0xFDD88B) is known color: Golden Glow. HEX triplet: FD, D8 and 8B. RGB value is (253,216,139). Sum of RGB (Red+Green+Blue) = 253+216+139=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD88B is #022774. Grayscale: #DADADA. Windows color (decimal): -141173 or 9165053. OLE color: 9165053.
HSL color Cylindrical-coordinate representation of color #FDD88B: hue angle of 40.53º 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 #FDD88B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 139 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 40.53º | 0.97% | 0.77% | - |
| HSV(B) | 40.53º | 0.45% | 0.99% | - |
| XYZ | 69.72 | 71.86 | 34.62 | - |
| YUV | 218.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 139 | 0 | 0.15 | 0.45 | 0.01 | 40.53 | 0.97 | 0.77 |
| Hex | FD | D8 | 8B | 0 | F | 2D | 1 | 29 | 61 | 4D |
| Octal | 375 | 330 | 213 | 0 | 17 | 55 | 1 | 51 | 141 | 115 |
| Binary | 11111101 | 11011000 | 10001011 | 0 | 1111 | 101101 | 1 | 101001 | 1100001 | 1001101 |
Color Harmonies of #FDD88B
Complementary color
Monochromatic Colors of #FDD88B
Black with #FDD88B
Text Example
Text Example
White with #FDD88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD88B; }
p { color: rgb(253,216,139); }
H1.HeaderClassName
{
color: #FDD88B;
}
.AnyTagClassName
{
color: #FDD88B;
}
</style>
background-color css
<style>
a { background-color: #FDD88B; }
a { background-color: rgb(253,216,139); }
div.DivClassName
{
background-color: #FDD88B;
}
.BgClassName
{
background-color: #FDD88B;
}
</style>
border-color css
<style>
span { border-color: #FDD88B; }
span { border-color: rgb(253,216,139); }
td.TdClassName
{
border-color: #FDD88B;
}
.TagClassName
{
border-color: #FDD88B;
}
</style>