Shades of Golden Glow #FFDA85
Tints of Golden Glow #FFDA85
RGB
CMYK
RGB Variations
Color information
#FFDA85 (or 0xFFDA85) is known color: Golden Glow. HEX triplet: FF, DA and 85. RGB value is (255,218,133). Sum of RGB (Red+Green+Blue) = 255+218+133=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA85 is #00257A. Grayscale: #DBDBDB. Windows color (decimal): -9595 or 8772351. OLE color: 8772351.
HSL color Cylindrical-coordinate representation of color #FFDA85: hue angle of 41.8º 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 #FFDA85 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 133 | - |
| CMYK | 0 | 0.15 | 0.48 | 0 |
| HSL | 41.8º | 1% | 0.76% | - |
| HSV(B) | 41.8º | 0.48% | 1% | - |
| XYZ | 70.55 | 73.1 | 32.58 | - |
| YUV | 219.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 133 | 0 | 0.15 | 0.48 | 0 | 41.8 | 1 | 0.76 |
| Hex | FF | DA | 85 | 0 | F | 30 | 0 | 2A | 64 | 4C |
| Octal | 377 | 332 | 205 | 0 | 17 | 60 | 0 | 52 | 144 | 114 |
| Binary | 11111111 | 11011010 | 10000101 | 0 | 1111 | 110000 | 0 | 101010 | 1100100 | 1001100 |
Color Harmonies of #FFDA85
Complementary color
Monochromatic Colors of #FFDA85
Black with #FFDA85
Text Example
Text Example
White with #FFDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA85; }
p { color: rgb(255,218,133); }
H1.HeaderClassName
{
color: #FFDA85;
}
.AnyTagClassName
{
color: #FFDA85;
}
</style>
background-color css
<style>
a { background-color: #FFDA85; }
a { background-color: rgb(255,218,133); }
div.DivClassName
{
background-color: #FFDA85;
}
.BgClassName
{
background-color: #FFDA85;
}
</style>
border-color css
<style>
span { border-color: #FFDA85; }
span { border-color: rgb(255,218,133); }
td.TdClassName
{
border-color: #FFDA85;
}
.TagClassName
{
border-color: #FFDA85;
}
</style>