Shades of Golden Glow #FDDB81
Tints of Golden Glow #FDDB81
RGB
CMYK
RGB Variations
Color information
#FDDB81 (or 0xFDDB81) is known color: Golden Glow. HEX triplet: FD, DB and 81. RGB value is (253,219,129). Sum of RGB (Red+Green+Blue) = 253+219+129=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB81 is #02247E. Grayscale: #DBDBDB. Windows color (decimal): -140415 or 8510461. OLE color: 8510461.
HSL color Cylindrical-coordinate representation of color #FDDB81: hue angle of 43.55º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDDB81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 129 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.01 |
| HSL | 43.55º | 0.97% | 0.75% | - |
| HSV(B) | 43.55º | 0.49% | 0.99% | - |
| XYZ | 69.8 | 73.13 | 31.21 | - |
| YUV | 218.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 129 | 0 | 0.13 | 0.49 | 0.01 | 43.55 | 0.97 | 0.75 |
| Hex | FD | DB | 81 | 0 | D | 31 | 1 | 2C | 61 | 4B |
| Octal | 375 | 333 | 201 | 0 | 15 | 61 | 1 | 54 | 141 | 113 |
| Binary | 11111101 | 11011011 | 10000001 | 0 | 1101 | 110001 | 1 | 101100 | 1100001 | 1001011 |
Color Harmonies of #FDDB81
Complementary color
Monochromatic Colors of #FDDB81
Black with #FDDB81
Text Example
Text Example
White with #FDDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB81; }
p { color: rgb(253,219,129); }
H1.HeaderClassName
{
color: #FDDB81;
}
.AnyTagClassName
{
color: #FDDB81;
}
</style>
background-color css
<style>
a { background-color: #FDDB81; }
a { background-color: rgb(253,219,129); }
div.DivClassName
{
background-color: #FDDB81;
}
.BgClassName
{
background-color: #FDDB81;
}
</style>
border-color css
<style>
span { border-color: #FDDB81; }
span { border-color: rgb(253,219,129); }
td.TdClassName
{
border-color: #FDDB81;
}
.TagClassName
{
border-color: #FDDB81;
}
</style>