Shades of Golden Glow #FFDA88
Tints of Golden Glow #FFDA88
RGB
CMYK
RGB Variations
Color information
#FFDA88 (or 0xFFDA88) is known color: Golden Glow. HEX triplet: FF, DA and 88. RGB value is (255,218,136). Sum of RGB (Red+Green+Blue) = 255+218+136=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA88 is #002577. Grayscale: #DCDCDC. Windows color (decimal): -9592 or 8968959. OLE color: 8968959.
HSL color Cylindrical-coordinate representation of color #FFDA88: hue angle of 41.34º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFDA88 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 136 | - |
| CMYK | 0 | 0.15 | 0.47 | 0 |
| HSL | 41.34º | 1% | 0.77% | - |
| HSV(B) | 41.34º | 0.47% | 1% | - |
| XYZ | 70.76 | 73.18 | 33.69 | - |
| YUV | 219.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 136 | 0 | 0.15 | 0.47 | 0 | 41.34 | 1 | 0.77 |
| Hex | FF | DA | 88 | 0 | F | 2F | 0 | 29 | 64 | 4D |
| Octal | 377 | 332 | 210 | 0 | 17 | 57 | 0 | 51 | 144 | 115 |
| Binary | 11111111 | 11011010 | 10001000 | 0 | 1111 | 101111 | 0 | 101001 | 1100100 | 1001101 |
Color Harmonies of #FFDA88
Complementary color
Monochromatic Colors of #FFDA88
Black with #FFDA88
Text Example
Text Example
White with #FFDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA88; }
p { color: rgb(255,218,136); }
H1.HeaderClassName
{
color: #FFDA88;
}
.AnyTagClassName
{
color: #FFDA88;
}
</style>
background-color css
<style>
a { background-color: #FFDA88; }
a { background-color: rgb(255,218,136); }
div.DivClassName
{
background-color: #FFDA88;
}
.BgClassName
{
background-color: #FFDA88;
}
</style>
border-color css
<style>
span { border-color: #FFDA88; }
span { border-color: rgb(255,218,136); }
td.TdClassName
{
border-color: #FFDA88;
}
.TagClassName
{
border-color: #FFDA88;
}
</style>