Shades of Golden Glow #FFDA86
Tints of Golden Glow #FFDA86
RGB
CMYK
RGB Variations
Color information
#FFDA86 (or 0xFFDA86) is known color: Golden Glow. HEX triplet: FF, DA and 86. RGB value is (255,218,134). Sum of RGB (Red+Green+Blue) = 255+218+134=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA86 is #002579. Grayscale: #DBDBDB. Windows color (decimal): -9594 or 8837887. OLE color: 8837887.
HSL color Cylindrical-coordinate representation of color #FFDA86: hue angle of 41.65º 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 #FFDA86 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 134 | - |
| CMYK | 0 | 0.15 | 0.47 | 0 |
| HSL | 41.65º | 1% | 0.76% | - |
| HSV(B) | 41.65º | 0.47% | 1% | - |
| XYZ | 70.61 | 73.12 | 32.95 | - |
| YUV | 219.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 134 | 0 | 0.15 | 0.47 | 0 | 41.65 | 1 | 0.76 |
| Hex | FF | DA | 86 | 0 | F | 2F | 0 | 2A | 64 | 4C |
| Octal | 377 | 332 | 206 | 0 | 17 | 57 | 0 | 52 | 144 | 114 |
| Binary | 11111111 | 11011010 | 10000110 | 0 | 1111 | 101111 | 0 | 101010 | 1100100 | 1001100 |
Color Harmonies of #FFDA86
Complementary color
Monochromatic Colors of #FFDA86
Black with #FFDA86
Text Example
Text Example
White with #FFDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA86; }
p { color: rgb(255,218,134); }
H1.HeaderClassName
{
color: #FFDA86;
}
.AnyTagClassName
{
color: #FFDA86;
}
</style>
background-color css
<style>
a { background-color: #FFDA86; }
a { background-color: rgb(255,218,134); }
div.DivClassName
{
background-color: #FFDA86;
}
.BgClassName
{
background-color: #FFDA86;
}
</style>
border-color css
<style>
span { border-color: #FFDA86; }
span { border-color: rgb(255,218,134); }
td.TdClassName
{
border-color: #FFDA86;
}
.TagClassName
{
border-color: #FFDA86;
}
</style>