Shades of Golden Glow #FFDE84
Tints of Golden Glow #FFDE84
RGB
CMYK
RGB Variations
Color information
#FFDE84 (or 0xFFDE84) is known color: Golden Glow. HEX triplet: FF, DE and 84. RGB value is (255,222,132). Sum of RGB (Red+Green+Blue) = 255+222+132=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDE84 is #00217B. Grayscale: #DEDEDE. Windows color (decimal): -8572 or 8707839. OLE color: 8707839.
HSL color Cylindrical-coordinate representation of color #FFDE84: hue angle of 43.9º 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 #FFDE84 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 132 | - |
| CMYK | 0 | 0.13 | 0.48 | 0 |
| HSL | 43.9º | 1% | 0.76% | - |
| HSV(B) | 43.9º | 0.48% | 1% | - |
| XYZ | 71.53 | 75.17 | 32.57 | - |
| YUV | 221.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 132 | 0 | 0.13 | 0.48 | 0 | 43.9 | 1 | 0.76 |
| Hex | FF | DE | 84 | 0 | D | 30 | 0 | 2C | 64 | 4C |
| Octal | 377 | 336 | 204 | 0 | 15 | 60 | 0 | 54 | 144 | 114 |
| Binary | 11111111 | 11011110 | 10000100 | 0 | 1101 | 110000 | 0 | 101100 | 1100100 | 1001100 |
Color Harmonies of #FFDE84
Complementary color
Monochromatic Colors of #FFDE84
Black with #FFDE84
Text Example
Text Example
White with #FFDE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE84; }
p { color: rgb(255,222,132); }
H1.HeaderClassName
{
color: #FFDE84;
}
.AnyTagClassName
{
color: #FFDE84;
}
</style>
background-color css
<style>
a { background-color: #FFDE84; }
a { background-color: rgb(255,222,132); }
div.DivClassName
{
background-color: #FFDE84;
}
.BgClassName
{
background-color: #FFDE84;
}
</style>
border-color css
<style>
span { border-color: #FFDE84; }
span { border-color: rgb(255,222,132); }
td.TdClassName
{
border-color: #FFDE84;
}
.TagClassName
{
border-color: #FFDE84;
}
</style>