Shades of Golden Glow #FFDA8A
Tints of Golden Glow #FFDA8A
RGB
CMYK
RGB Variations
Color information
#FFDA8A (or 0xFFDA8A) is known color: Golden Glow. HEX triplet: FF, DA and 8A. RGB value is (255,218,138). Sum of RGB (Red+Green+Blue) = 255+218+138=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA8A is #002575. Grayscale: #DCDCDC. Windows color (decimal): -9590 or 9100031. OLE color: 9100031.
HSL color Cylindrical-coordinate representation of color #FFDA8A: hue angle of 41.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFDA8A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 138 | - |
| CMYK | 0 | 0.15 | 0.46 | 0 |
| HSL | 41.03º | 1% | 0.77% | - |
| HSV(B) | 41.03º | 0.46% | 1% | - |
| XYZ | 70.9 | 73.24 | 34.44 | - |
| YUV | 219.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 138 | 0 | 0.15 | 0.46 | 0 | 41.03 | 1 | 0.77 |
| Hex | FF | DA | 8A | 0 | F | 2E | 0 | 29 | 64 | 4D |
| Octal | 377 | 332 | 212 | 0 | 17 | 56 | 0 | 51 | 144 | 115 |
| Binary | 11111111 | 11011010 | 10001010 | 0 | 1111 | 101110 | 0 | 101001 | 1100100 | 1001101 |
Color Harmonies of #FFDA8A
Complementary color
Monochromatic Colors of #FFDA8A
Black with #FFDA8A
Text Example
Text Example
White with #FFDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA8A; }
p { color: rgb(255,218,138); }
H1.HeaderClassName
{
color: #FFDA8A;
}
.AnyTagClassName
{
color: #FFDA8A;
}
</style>
background-color css
<style>
a { background-color: #FFDA8A; }
a { background-color: rgb(255,218,138); }
div.DivClassName
{
background-color: #FFDA8A;
}
.BgClassName
{
background-color: #FFDA8A;
}
</style>
border-color css
<style>
span { border-color: #FFDA8A; }
span { border-color: rgb(255,218,138); }
td.TdClassName
{
border-color: #FFDA8A;
}
.TagClassName
{
border-color: #FFDA8A;
}
</style>