Shades of Golden Glow #FFDB81
Tints of Golden Glow #FFDB81
RGB
CMYK
RGB Variations
Color information
#FFDB81 (or 0xFFDB81) is known color: Golden Glow. HEX triplet: FF, DB and 81. RGB value is (255,219,129). Sum of RGB (Red+Green+Blue) = 255+219+129=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB81 is #00247E. Grayscale: #DBDBDB. Windows color (decimal): -9343 or 8510463. OLE color: 8510463.
HSL color Cylindrical-coordinate representation of color #FFDB81: hue angle of 42.86º 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 #FFDB81 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 129 | - |
| CMYK | 0 | 0.14 | 0.49 | 0 |
| HSL | 42.86º | 1% | 0.75% | - |
| HSV(B) | 42.86º | 0.49% | 1% | - |
| XYZ | 70.53 | 73.51 | 31.24 | - |
| YUV | 219.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 129 | 0 | 0.14 | 0.49 | 0 | 42.86 | 1 | 0.75 |
| Hex | FF | DB | 81 | 0 | E | 31 | 0 | 2B | 64 | 4B |
| Octal | 377 | 333 | 201 | 0 | 16 | 61 | 0 | 53 | 144 | 113 |
| Binary | 11111111 | 11011011 | 10000001 | 0 | 1110 | 110001 | 0 | 101011 | 1100100 | 1001011 |
Color Harmonies of #FFDB81
Complementary color
Monochromatic Colors of #FFDB81
Black with #FFDB81
Text Example
Text Example
White with #FFDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB81; }
p { color: rgb(255,219,129); }
H1.HeaderClassName
{
color: #FFDB81;
}
.AnyTagClassName
{
color: #FFDB81;
}
</style>
background-color css
<style>
a { background-color: #FFDB81; }
a { background-color: rgb(255,219,129); }
div.DivClassName
{
background-color: #FFDB81;
}
.BgClassName
{
background-color: #FFDB81;
}
</style>
border-color css
<style>
span { border-color: #FFDB81; }
span { border-color: rgb(255,219,129); }
td.TdClassName
{
border-color: #FFDB81;
}
.TagClassName
{
border-color: #FFDB81;
}
</style>