Shades of Golden Glow #FFDF82
Tints of Golden Glow #FFDF82
RGB
CMYK
RGB Variations
Color information
#FFDF82 (or 0xFFDF82) is known color: Golden Glow. HEX triplet: FF, DF and 82. RGB value is (255,223,130). Sum of RGB (Red+Green+Blue) = 255+223+130=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF82 is #00207D. Grayscale: #DEDEDE. Windows color (decimal): -8318 or 8577023. OLE color: 8577023.
HSL color Cylindrical-coordinate representation of color #FFDF82: hue angle of 44.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFDF82 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 130 | - |
| CMYK | 0 | 0.13 | 0.49 | 0 |
| HSL | 44.64º | 1% | 0.75% | - |
| HSV(B) | 44.64º | 0.49% | 1% | - |
| XYZ | 71.66 | 75.65 | 31.94 | - |
| YUV | 221.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 130 | 0 | 0.13 | 0.49 | 0 | 44.64 | 1 | 0.75 |
| Hex | FF | DF | 82 | 0 | D | 31 | 0 | 2D | 64 | 4B |
| Octal | 377 | 337 | 202 | 0 | 15 | 61 | 0 | 55 | 144 | 113 |
| Binary | 11111111 | 11011111 | 10000010 | 0 | 1101 | 110001 | 0 | 101101 | 1100100 | 1001011 |
Color Harmonies of #FFDF82
Complementary color
Monochromatic Colors of #FFDF82
Black with #FFDF82
Text Example
Text Example
White with #FFDF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF82; }
p { color: rgb(255,223,130); }
H1.HeaderClassName
{
color: #FFDF82;
}
.AnyTagClassName
{
color: #FFDF82;
}
</style>
background-color css
<style>
a { background-color: #FFDF82; }
a { background-color: rgb(255,223,130); }
div.DivClassName
{
background-color: #FFDF82;
}
.BgClassName
{
background-color: #FFDF82;
}
</style>
border-color css
<style>
span { border-color: #FFDF82; }
span { border-color: rgb(255,223,130); }
td.TdClassName
{
border-color: #FFDF82;
}
.TagClassName
{
border-color: #FFDF82;
}
</style>