Shades of Golden Glow #FFD985
Tints of Golden Glow #FFD985
RGB
CMYK
RGB Variations
Color information
#FFD985 (or 0xFFD985) is known color: Golden Glow. HEX triplet: FF, D9 and 85. RGB value is (255,217,133). Sum of RGB (Red+Green+Blue) = 255+217+133=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD985 is #00267A. Grayscale: #DBDBDB. Windows color (decimal): -9851 or 8772095. OLE color: 8772095.
HSL color Cylindrical-coordinate representation of color #FFD985: hue angle of 41.31º 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 #FFD985 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 133 | - |
| CMYK | 0 | 0.15 | 0.48 | 0 |
| HSL | 41.31º | 1% | 0.76% | - |
| HSV(B) | 41.31º | 0.48% | 1% | - |
| XYZ | 70.29 | 72.58 | 32.49 | - |
| YUV | 218.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 133 | 0 | 0.15 | 0.48 | 0 | 41.31 | 1 | 0.76 |
| Hex | FF | D9 | 85 | 0 | F | 30 | 0 | 29 | 64 | 4C |
| Octal | 377 | 331 | 205 | 0 | 17 | 60 | 0 | 51 | 144 | 114 |
| Binary | 11111111 | 11011001 | 10000101 | 0 | 1111 | 110000 | 0 | 101001 | 1100100 | 1001100 |
Color Harmonies of #FFD985
Complementary color
Monochromatic Colors of #FFD985
Black with #FFD985
Text Example
Text Example
White with #FFD985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD985; }
p { color: rgb(255,217,133); }
H1.HeaderClassName
{
color: #FFD985;
}
.AnyTagClassName
{
color: #FFD985;
}
</style>
background-color css
<style>
a { background-color: #FFD985; }
a { background-color: rgb(255,217,133); }
div.DivClassName
{
background-color: #FFD985;
}
.BgClassName
{
background-color: #FFD985;
}
</style>
border-color css
<style>
span { border-color: #FFD985; }
span { border-color: rgb(255,217,133); }
td.TdClassName
{
border-color: #FFD985;
}
.TagClassName
{
border-color: #FFD985;
}
</style>