Shades of Golden Glow #FFD884
Tints of Golden Glow #FFD884
RGB
CMYK
RGB Variations
Color information
#FFD884 (or 0xFFD884) is known color: Golden Glow. HEX triplet: FF, D8 and 84. RGB value is (255,216,132). Sum of RGB (Red+Green+Blue) = 255+216+132=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD884 is #00277B. Grayscale: #DADADA. Windows color (decimal): -10108 or 8706303. OLE color: 8706303.
HSL color Cylindrical-coordinate representation of color #FFD884: hue angle of 40.98º 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 #FFD884 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 132 | - |
| CMYK | 0 | 0.15 | 0.48 | 0 |
| HSL | 40.98º | 1% | 0.76% | - |
| HSV(B) | 40.98º | 0.48% | 1% | - |
| XYZ | 69.96 | 72.04 | 32.05 | - |
| YUV | 218.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 132 | 0 | 0.15 | 0.48 | 0 | 40.98 | 1 | 0.76 |
| Hex | FF | D8 | 84 | 0 | F | 30 | 0 | 29 | 64 | 4C |
| Octal | 377 | 330 | 204 | 0 | 17 | 60 | 0 | 51 | 144 | 114 |
| Binary | 11111111 | 11011000 | 10000100 | 0 | 1111 | 110000 | 0 | 101001 | 1100100 | 1001100 |
Color Harmonies of #FFD884
Complementary color
Monochromatic Colors of #FFD884
Black with #FFD884
Text Example
Text Example
White with #FFD884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD884; }
p { color: rgb(255,216,132); }
H1.HeaderClassName
{
color: #FFD884;
}
.AnyTagClassName
{
color: #FFD884;
}
</style>
background-color css
<style>
a { background-color: #FFD884; }
a { background-color: rgb(255,216,132); }
div.DivClassName
{
background-color: #FFD884;
}
.BgClassName
{
background-color: #FFD884;
}
</style>
border-color css
<style>
span { border-color: #FFD884; }
span { border-color: rgb(255,216,132); }
td.TdClassName
{
border-color: #FFD884;
}
.TagClassName
{
border-color: #FFD884;
}
</style>