Shades of Golden Glow #FFD984
Tints of Golden Glow #FFD984
RGB
CMYK
RGB Variations
Color information
#FFD984 (or 0xFFD984) is known color: Golden Glow. HEX triplet: FF, D9 and 84. RGB value is (255,217,132). Sum of RGB (Red+Green+Blue) = 255+217+132=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD984 is #00267B. Grayscale: #DBDBDB. Windows color (decimal): -9852 or 8706559. OLE color: 8706559.
HSL color Cylindrical-coordinate representation of color #FFD984: hue angle of 41.46º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFD984 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 132 | - |
| CMYK | 0 | 0.15 | 0.48 | 0 |
| HSL | 41.46º | 1% | 0.76% | - |
| HSV(B) | 41.46º | 0.48% | 1% | - |
| XYZ | 70.22 | 72.55 | 32.13 | - |
| YUV | 218.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 132 | 0 | 0.15 | 0.48 | 0 | 41.46 | 1 | 0.76 |
| Hex | FF | D9 | 84 | 0 | F | 30 | 0 | 29 | 64 | 4C |
| Octal | 377 | 331 | 204 | 0 | 17 | 60 | 0 | 51 | 144 | 114 |
| Binary | 11111111 | 11011001 | 10000100 | 0 | 1111 | 110000 | 0 | 101001 | 1100100 | 1001100 |
Color Harmonies of #FFD984
Complementary color
Monochromatic Colors of #FFD984
Black with #FFD984
Text Example
Text Example
White with #FFD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD984; }
p { color: rgb(255,217,132); }
H1.HeaderClassName
{
color: #FFD984;
}
.AnyTagClassName
{
color: #FFD984;
}
</style>
background-color css
<style>
a { background-color: #FFD984; }
a { background-color: rgb(255,217,132); }
div.DivClassName
{
background-color: #FFD984;
}
.BgClassName
{
background-color: #FFD984;
}
</style>
border-color css
<style>
span { border-color: #FFD984; }
span { border-color: rgb(255,217,132); }
td.TdClassName
{
border-color: #FFD984;
}
.TagClassName
{
border-color: #FFD984;
}
</style>