Shades of Golden Glow #FFD887
Tints of Golden Glow #FFD887
RGB
CMYK
RGB Variations
Color information
#FFD887 (or 0xFFD887) is known color: Golden Glow. HEX triplet: FF, D8 and 87. RGB value is (255,216,135). Sum of RGB (Red+Green+Blue) = 255+216+135=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD887 is #002778. Grayscale: #DADADA. Windows color (decimal): -10105 or 8902911. OLE color: 8902911.
HSL color Cylindrical-coordinate representation of color #FFD887: hue angle of 40.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFD887 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 135 | - |
| CMYK | 0 | 0.15 | 0.47 | 0 |
| HSL | 40.5º | 1% | 0.76% | - |
| HSV(B) | 40.5º | 0.47% | 1% | - |
| XYZ | 70.17 | 72.12 | 33.14 | - |
| YUV | 218.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 135 | 0 | 0.15 | 0.47 | 0 | 40.5 | 1 | 0.76 |
| Hex | FF | D8 | 87 | 0 | F | 2F | 0 | 28 | 64 | 4C |
| Octal | 377 | 330 | 207 | 0 | 17 | 57 | 0 | 50 | 144 | 114 |
| Binary | 11111111 | 11011000 | 10000111 | 0 | 1111 | 101111 | 0 | 101000 | 1100100 | 1001100 |
Color Harmonies of #FFD887
Complementary color
Monochromatic Colors of #FFD887
Black with #FFD887
Text Example
Text Example
White with #FFD887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD887; }
p { color: rgb(255,216,135); }
H1.HeaderClassName
{
color: #FFD887;
}
.AnyTagClassName
{
color: #FFD887;
}
</style>
background-color css
<style>
a { background-color: #FFD887; }
a { background-color: rgb(255,216,135); }
div.DivClassName
{
background-color: #FFD887;
}
.BgClassName
{
background-color: #FFD887;
}
</style>
border-color css
<style>
span { border-color: #FFD887; }
span { border-color: rgb(255,216,135); }
td.TdClassName
{
border-color: #FFD887;
}
.TagClassName
{
border-color: #FFD887;
}
</style>