Shades of Golden Glow #FFDC83
Tints of Golden Glow #FFDC83
RGB
CMYK
RGB Variations
Color information
#FFDC83 (or 0xFFDC83) is known color: Golden Glow. HEX triplet: FF, DC and 83. RGB value is (255,220,131). Sum of RGB (Red+Green+Blue) = 255+220+131=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC83 is #00237C. Grayscale: #DCDCDC. Windows color (decimal): -9085 or 8641791. OLE color: 8641791.
HSL color Cylindrical-coordinate representation of color #FFDC83: hue angle of 43.06º 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 #FFDC83 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 131 | - |
| CMYK | 0 | 0.14 | 0.49 | 0 |
| HSL | 43.06º | 1% | 0.76% | - |
| HSV(B) | 43.06º | 0.49% | 1% | - |
| XYZ | 70.93 | 74.09 | 32.03 | - |
| YUV | 220.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 131 | 0 | 0.14 | 0.49 | 0 | 43.06 | 1 | 0.76 |
| Hex | FF | DC | 83 | 0 | E | 31 | 0 | 2B | 64 | 4C |
| Octal | 377 | 334 | 203 | 0 | 16 | 61 | 0 | 53 | 144 | 114 |
| Binary | 11111111 | 11011100 | 10000011 | 0 | 1110 | 110001 | 0 | 101011 | 1100100 | 1001100 |
Color Harmonies of #FFDC83
Complementary color
Monochromatic Colors of #FFDC83
Black with #FFDC83
Text Example
Text Example
White with #FFDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC83; }
p { color: rgb(255,220,131); }
H1.HeaderClassName
{
color: #FFDC83;
}
.AnyTagClassName
{
color: #FFDC83;
}
</style>
background-color css
<style>
a { background-color: #FFDC83; }
a { background-color: rgb(255,220,131); }
div.DivClassName
{
background-color: #FFDC83;
}
.BgClassName
{
background-color: #FFDC83;
}
</style>
border-color css
<style>
span { border-color: #FFDC83; }
span { border-color: rgb(255,220,131); }
td.TdClassName
{
border-color: #FFDC83;
}
.TagClassName
{
border-color: #FFDC83;
}
</style>