Shades of Golden Glow #FFD983
Tints of Golden Glow #FFD983
RGB
CMYK
RGB Variations
Color information
#FFD983 (or 0xFFD983) is known color: Golden Glow. HEX triplet: FF, D9 and 83. RGB value is (255,217,131). Sum of RGB (Red+Green+Blue) = 255+217+131=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD983 is #00267C. Grayscale: #DADADA. Windows color (decimal): -9853 or 8641023. OLE color: 8641023.
HSL color Cylindrical-coordinate representation of color #FFD983: hue angle of 41.61º 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 #FFD983 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 131 | - |
| CMYK | 0 | 0.15 | 0.49 | 0 |
| HSL | 41.61º | 1% | 0.76% | - |
| HSV(B) | 41.61º | 0.49% | 1% | - |
| XYZ | 70.15 | 72.52 | 31.77 | - |
| YUV | 218.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 131 | 0 | 0.15 | 0.49 | 0 | 41.61 | 1 | 0.76 |
| Hex | FF | D9 | 83 | 0 | F | 31 | 0 | 2A | 64 | 4C |
| Octal | 377 | 331 | 203 | 0 | 17 | 61 | 0 | 52 | 144 | 114 |
| Binary | 11111111 | 11011001 | 10000011 | 0 | 1111 | 110001 | 0 | 101010 | 1100100 | 1001100 |
Color Harmonies of #FFD983
Complementary color
Monochromatic Colors of #FFD983
Black with #FFD983
Text Example
Text Example
White with #FFD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD983; }
p { color: rgb(255,217,131); }
H1.HeaderClassName
{
color: #FFD983;
}
.AnyTagClassName
{
color: #FFD983;
}
</style>
background-color css
<style>
a { background-color: #FFD983; }
a { background-color: rgb(255,217,131); }
div.DivClassName
{
background-color: #FFD983;
}
.BgClassName
{
background-color: #FFD983;
}
</style>
border-color css
<style>
span { border-color: #FFD983; }
span { border-color: rgb(255,217,131); }
td.TdClassName
{
border-color: #FFD983;
}
.TagClassName
{
border-color: #FFD983;
}
</style>