Shades of Golden Glow #FFDF83
Tints of Golden Glow #FFDF83
RGB
CMYK
RGB Variations
Color information
#FFDF83 (or 0xFFDF83) is known color: Golden Glow. HEX triplet: FF, DF and 83. RGB value is (255,223,131). Sum of RGB (Red+Green+Blue) = 255+223+131=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF83 is #00207C. Grayscale: #DEDEDE. Windows color (decimal): -8317 or 8642559. OLE color: 8642559.
HSL color Cylindrical-coordinate representation of color #FFDF83: hue angle of 44.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFDF83 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 131 | - |
| CMYK | 0 | 0.13 | 0.49 | 0 |
| HSL | 44.52º | 1% | 0.76% | - |
| HSV(B) | 44.52º | 0.49% | 1% | - |
| XYZ | 71.72 | 75.67 | 32.3 | - |
| YUV | 222.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 131 | 0 | 0.13 | 0.49 | 0 | 44.52 | 1 | 0.76 |
| Hex | FF | DF | 83 | 0 | D | 31 | 0 | 2D | 64 | 4C |
| Octal | 377 | 337 | 203 | 0 | 15 | 61 | 0 | 55 | 144 | 114 |
| Binary | 11111111 | 11011111 | 10000011 | 0 | 1101 | 110001 | 0 | 101101 | 1100100 | 1001100 |
Color Harmonies of #FFDF83
Complementary color
Monochromatic Colors of #FFDF83
Black with #FFDF83
Text Example
Text Example
White with #FFDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF83; }
p { color: rgb(255,223,131); }
H1.HeaderClassName
{
color: #FFDF83;
}
.AnyTagClassName
{
color: #FFDF83;
}
</style>
background-color css
<style>
a { background-color: #FFDF83; }
a { background-color: rgb(255,223,131); }
div.DivClassName
{
background-color: #FFDF83;
}
.BgClassName
{
background-color: #FFDF83;
}
</style>
border-color css
<style>
span { border-color: #FFDF83; }
span { border-color: rgb(255,223,131); }
td.TdClassName
{
border-color: #FFDF83;
}
.TagClassName
{
border-color: #FFDF83;
}
</style>