Shades of Golden Glow #FFDA87
Tints of Golden Glow #FFDA87
RGB
CMYK
RGB Variations
Color information
#FFDA87 (or 0xFFDA87) is known color: Golden Glow. HEX triplet: FF, DA and 87. RGB value is (255,218,135). Sum of RGB (Red+Green+Blue) = 255+218+135=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 135 (53.12% from 255 or 22.20% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA87 is #002578. Grayscale: #DBDBDB. Windows color (decimal): -9593 or 8903423. OLE color: 8903423.
HSL color Cylindrical-coordinate representation of color #FFDA87: hue angle of 41.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 #FFDA87 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 135 | - |
| CMYK | 0 | 0.15 | 0.47 | 0 |
| HSL | 41.5º | 1% | 0.76% | - |
| HSV(B) | 41.5º | 0.47% | 1% | - |
| XYZ | 70.68 | 73.15 | 33.32 | - |
| YUV | 219.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 135 | 0 | 0.15 | 0.47 | 0 | 41.5 | 1 | 0.76 |
| Hex | FF | DA | 87 | 0 | F | 2F | 0 | 2A | 64 | 4C |
| Octal | 377 | 332 | 207 | 0 | 17 | 57 | 0 | 52 | 144 | 114 |
| Binary | 11111111 | 11011010 | 10000111 | 0 | 1111 | 101111 | 0 | 101010 | 1100100 | 1001100 |
Color Harmonies of #FFDA87
Complementary color
Monochromatic Colors of #FFDA87
Black with #FFDA87
Text Example
Text Example
White with #FFDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA87; }
p { color: rgb(255,218,135); }
H1.HeaderClassName
{
color: #FFDA87;
}
.AnyTagClassName
{
color: #FFDA87;
}
</style>
background-color css
<style>
a { background-color: #FFDA87; }
a { background-color: rgb(255,218,135); }
div.DivClassName
{
background-color: #FFDA87;
}
.BgClassName
{
background-color: #FFDA87;
}
</style>
border-color css
<style>
span { border-color: #FFDA87; }
span { border-color: rgb(255,218,135); }
td.TdClassName
{
border-color: #FFDA87;
}
.TagClassName
{
border-color: #FFDA87;
}
</style>