Shades of Golden Glow #FFDB82
Tints of Golden Glow #FFDB82
RGB
CMYK
RGB Variations
Color information
#FFDB82 (or 0xFFDB82) is known color: Golden Glow. HEX triplet: FF, DB and 82. RGB value is (255,219,130). Sum of RGB (Red+Green+Blue) = 255+219+130=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB82 is #00247D. Grayscale: #DCDCDC. Windows color (decimal): -9342 or 8575999. OLE color: 8575999.
HSL color Cylindrical-coordinate representation of color #FFDB82: hue angle of 42.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFDB82 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 130 | - |
| CMYK | 0 | 0.14 | 0.49 | 0 |
| HSL | 42.72º | 1% | 0.75% | - |
| HSV(B) | 42.72º | 0.49% | 1% | - |
| XYZ | 70.6 | 73.53 | 31.59 | - |
| YUV | 219.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 130 | 0 | 0.14 | 0.49 | 0 | 42.72 | 1 | 0.75 |
| Hex | FF | DB | 82 | 0 | E | 31 | 0 | 2B | 64 | 4B |
| Octal | 377 | 333 | 202 | 0 | 16 | 61 | 0 | 53 | 144 | 113 |
| Binary | 11111111 | 11011011 | 10000010 | 0 | 1110 | 110001 | 0 | 101011 | 1100100 | 1001011 |
Color Harmonies of #FFDB82
Complementary color
Monochromatic Colors of #FFDB82
Black with #FFDB82
Text Example
Text Example
White with #FFDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB82; }
p { color: rgb(255,219,130); }
H1.HeaderClassName
{
color: #FFDB82;
}
.AnyTagClassName
{
color: #FFDB82;
}
</style>
background-color css
<style>
a { background-color: #FFDB82; }
a { background-color: rgb(255,219,130); }
div.DivClassName
{
background-color: #FFDB82;
}
.BgClassName
{
background-color: #FFDB82;
}
</style>
border-color css
<style>
span { border-color: #FFDB82; }
span { border-color: rgb(255,219,130); }
td.TdClassName
{
border-color: #FFDB82;
}
.TagClassName
{
border-color: #FFDB82;
}
</style>