Shades of Golden Glow #FFDF85
Tints of Golden Glow #FFDF85
RGB
CMYK
RGB Variations
Color information
#FFDF85 (or 0xFFDF85) is known color: Golden Glow. HEX triplet: FF, DF and 85. RGB value is (255,223,133). Sum of RGB (Red+Green+Blue) = 255+223+133=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF85 is #00207A. Grayscale: #DEDEDE. Windows color (decimal): -8315 or 8773631. OLE color: 8773631.
HSL color Cylindrical-coordinate representation of color #FFDF85: hue angle of 44.26º 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 #FFDF85 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 133 | - |
| CMYK | 0 | 0.13 | 0.48 | 0 |
| HSL | 44.26º | 1% | 0.76% | - |
| HSV(B) | 44.26º | 0.48% | 1% | - |
| XYZ | 71.86 | 75.73 | 33.02 | - |
| YUV | 222.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 133 | 0 | 0.13 | 0.48 | 0 | 44.26 | 1 | 0.76 |
| Hex | FF | DF | 85 | 0 | D | 30 | 0 | 2C | 64 | 4C |
| Octal | 377 | 337 | 205 | 0 | 15 | 60 | 0 | 54 | 144 | 114 |
| Binary | 11111111 | 11011111 | 10000101 | 0 | 1101 | 110000 | 0 | 101100 | 1100100 | 1001100 |
Color Harmonies of #FFDF85
Complementary color
Monochromatic Colors of #FFDF85
Black with #FFDF85
Text Example
Text Example
White with #FFDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF85; }
p { color: rgb(255,223,133); }
H1.HeaderClassName
{
color: #FFDF85;
}
.AnyTagClassName
{
color: #FFDF85;
}
</style>
background-color css
<style>
a { background-color: #FFDF85; }
a { background-color: rgb(255,223,133); }
div.DivClassName
{
background-color: #FFDF85;
}
.BgClassName
{
background-color: #FFDF85;
}
</style>
border-color css
<style>
span { border-color: #FFDF85; }
span { border-color: rgb(255,223,133); }
td.TdClassName
{
border-color: #FFDF85;
}
.TagClassName
{
border-color: #FFDF85;
}
</style>