Shades of Golden Glow #FFDA84
Tints of Golden Glow #FFDA84
RGB
CMYK
RGB Variations
Color information
#FFDA84 (or 0xFFDA84) is known color: Golden Glow. HEX triplet: FF, DA and 84. RGB value is (255,218,132). Sum of RGB (Red+Green+Blue) = 255+218+132=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA84 is #00257B. Grayscale: #DBDBDB. Windows color (decimal): -9596 or 8706815. OLE color: 8706815.
HSL color Cylindrical-coordinate representation of color #FFDA84: hue angle of 41.95º 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 #FFDA84 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 132 | - |
| CMYK | 0 | 0.15 | 0.48 | 0 |
| HSL | 41.95º | 1% | 0.76% | - |
| HSV(B) | 41.95º | 0.48% | 1% | - |
| XYZ | 70.48 | 73.07 | 32.22 | - |
| YUV | 219.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 132 | 0 | 0.15 | 0.48 | 0 | 41.95 | 1 | 0.76 |
| Hex | FF | DA | 84 | 0 | F | 30 | 0 | 2A | 64 | 4C |
| Octal | 377 | 332 | 204 | 0 | 17 | 60 | 0 | 52 | 144 | 114 |
| Binary | 11111111 | 11011010 | 10000100 | 0 | 1111 | 110000 | 0 | 101010 | 1100100 | 1001100 |
Color Harmonies of #FFDA84
Complementary color
Monochromatic Colors of #FFDA84
Black with #FFDA84
Text Example
Text Example
White with #FFDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA84; }
p { color: rgb(255,218,132); }
H1.HeaderClassName
{
color: #FFDA84;
}
.AnyTagClassName
{
color: #FFDA84;
}
</style>
background-color css
<style>
a { background-color: #FFDA84; }
a { background-color: rgb(255,218,132); }
div.DivClassName
{
background-color: #FFDA84;
}
.BgClassName
{
background-color: #FFDA84;
}
</style>
border-color css
<style>
span { border-color: #FFDA84; }
span { border-color: rgb(255,218,132); }
td.TdClassName
{
border-color: #FFDA84;
}
.TagClassName
{
border-color: #FFDA84;
}
</style>