Shades of Golden Glow #FFDB84
Tints of Golden Glow #FFDB84
RGB
CMYK
RGB Variations
Color information
#FFDB84 (or 0xFFDB84) is known color: Golden Glow. HEX triplet: FF, DB and 84. RGB value is (255,219,132). Sum of RGB (Red+Green+Blue) = 255+219+132=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB84 is #00247B. Grayscale: #DCDCDC. Windows color (decimal): -9340 or 8707071. OLE color: 8707071.
HSL color Cylindrical-coordinate representation of color #FFDB84: hue angle of 42.44º 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 #FFDB84 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 132 | - |
| CMYK | 0 | 0.14 | 0.48 | 0 |
| HSL | 42.44º | 1% | 0.76% | - |
| HSV(B) | 42.44º | 0.48% | 1% | - |
| XYZ | 70.74 | 73.59 | 32.31 | - |
| YUV | 219.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 132 | 0 | 0.14 | 0.48 | 0 | 42.44 | 1 | 0.76 |
| Hex | FF | DB | 84 | 0 | E | 30 | 0 | 2A | 64 | 4C |
| Octal | 377 | 333 | 204 | 0 | 16 | 60 | 0 | 52 | 144 | 114 |
| Binary | 11111111 | 11011011 | 10000100 | 0 | 1110 | 110000 | 0 | 101010 | 1100100 | 1001100 |
Color Harmonies of #FFDB84
Complementary color
Monochromatic Colors of #FFDB84
Black with #FFDB84
Text Example
Text Example
White with #FFDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB84; }
p { color: rgb(255,219,132); }
H1.HeaderClassName
{
color: #FFDB84;
}
.AnyTagClassName
{
color: #FFDB84;
}
</style>
background-color css
<style>
a { background-color: #FFDB84; }
a { background-color: rgb(255,219,132); }
div.DivClassName
{
background-color: #FFDB84;
}
.BgClassName
{
background-color: #FFDB84;
}
</style>
border-color css
<style>
span { border-color: #FFDB84; }
span { border-color: rgb(255,219,132); }
td.TdClassName
{
border-color: #FFDB84;
}
.TagClassName
{
border-color: #FFDB84;
}
</style>