Shades of Golden Glow #FDDB83
Tints of Golden Glow #FDDB83
RGB
CMYK
RGB Variations
Color information
#FDDB83 (or 0xFDDB83) is known color: Golden Glow. HEX triplet: FD, DB and 83. RGB value is (253,219,131). Sum of RGB (Red+Green+Blue) = 253+219+131=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB83 is #02247C. Grayscale: #DBDBDB. Windows color (decimal): -140413 or 8641533. OLE color: 8641533.
HSL color Cylindrical-coordinate representation of color #FDDB83: hue angle of 43.28º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDDB83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 131 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 43.28º | 0.97% | 0.75% | - |
| HSV(B) | 43.28º | 0.48% | 0.99% | - |
| XYZ | 69.94 | 73.18 | 31.91 | - |
| YUV | 219.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 131 | 0 | 0.13 | 0.48 | 0.01 | 43.28 | 0.97 | 0.75 |
| Hex | FD | DB | 83 | 0 | D | 30 | 1 | 2B | 61 | 4B |
| Octal | 375 | 333 | 203 | 0 | 15 | 60 | 1 | 53 | 141 | 113 |
| Binary | 11111101 | 11011011 | 10000011 | 0 | 1101 | 110000 | 1 | 101011 | 1100001 | 1001011 |
Color Harmonies of #FDDB83
Complementary color
Monochromatic Colors of #FDDB83
Black with #FDDB83
Text Example
Text Example
White with #FDDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB83; }
p { color: rgb(253,219,131); }
H1.HeaderClassName
{
color: #FDDB83;
}
.AnyTagClassName
{
color: #FDDB83;
}
</style>
background-color css
<style>
a { background-color: #FDDB83; }
a { background-color: rgb(253,219,131); }
div.DivClassName
{
background-color: #FDDB83;
}
.BgClassName
{
background-color: #FDDB83;
}
</style>
border-color css
<style>
span { border-color: #FDDB83; }
span { border-color: rgb(253,219,131); }
td.TdClassName
{
border-color: #FDDB83;
}
.TagClassName
{
border-color: #FDDB83;
}
</style>