Shades of Golden Glow #FFD988
Tints of Golden Glow #FFD988
RGB
CMYK
RGB Variations
Color information
#FFD988 (or 0xFFD988) is known color: Golden Glow. HEX triplet: FF, D9 and 88. RGB value is (255,217,136). Sum of RGB (Red+Green+Blue) = 255+217+136=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD988 is #002677. Grayscale: #DBDBDB. Windows color (decimal): -9848 or 8968703. OLE color: 8968703.
HSL color Cylindrical-coordinate representation of color #FFD988: hue angle of 40.84º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFD988 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 136 | - |
| CMYK | 0 | 0.15 | 0.47 | 0 |
| HSL | 40.84º | 1% | 0.77% | - |
| HSV(B) | 40.84º | 0.47% | 1% | - |
| XYZ | 70.5 | 72.66 | 33.6 | - |
| YUV | 219.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 136 | 0 | 0.15 | 0.47 | 0 | 40.84 | 1 | 0.77 |
| Hex | FF | D9 | 88 | 0 | F | 2F | 0 | 29 | 64 | 4D |
| Octal | 377 | 331 | 210 | 0 | 17 | 57 | 0 | 51 | 144 | 115 |
| Binary | 11111111 | 11011001 | 10001000 | 0 | 1111 | 101111 | 0 | 101001 | 1100100 | 1001101 |
Color Harmonies of #FFD988
Complementary color
Monochromatic Colors of #FFD988
Black with #FFD988
Text Example
Text Example
White with #FFD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD988; }
p { color: rgb(255,217,136); }
H1.HeaderClassName
{
color: #FFD988;
}
.AnyTagClassName
{
color: #FFD988;
}
</style>
background-color css
<style>
a { background-color: #FFD988; }
a { background-color: rgb(255,217,136); }
div.DivClassName
{
background-color: #FFD988;
}
.BgClassName
{
background-color: #FFD988;
}
</style>
border-color css
<style>
span { border-color: #FFD988; }
span { border-color: rgb(255,217,136); }
td.TdClassName
{
border-color: #FFD988;
}
.TagClassName
{
border-color: #FFD988;
}
</style>