Shades of Golden Glow #FDDD83
Tints of Golden Glow #FDDD83
RGB
CMYK
RGB Variations
Color information
#FDDD83 (or 0xFDDD83) is known color: Golden Glow. HEX triplet: FD, DD and 83. RGB value is (253,221,131). Sum of RGB (Red+Green+Blue) = 253+221+131=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD83 is #02227C. Grayscale: #DCDCDC. Windows color (decimal): -139901 or 8642045. OLE color: 8642045.
HSL color Cylindrical-coordinate representation of color #FDDD83: hue angle of 44.26º 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 #FDDD83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 131 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.01 |
| HSL | 44.26º | 0.97% | 0.75% | - |
| HSV(B) | 44.26º | 0.48% | 0.99% | - |
| XYZ | 70.46 | 74.23 | 32.09 | - |
| YUV | 220.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 131 | 0 | 0.13 | 0.48 | 0.01 | 44.26 | 0.97 | 0.75 |
| Hex | FD | DD | 83 | 0 | D | 30 | 1 | 2C | 61 | 4B |
| Octal | 375 | 335 | 203 | 0 | 15 | 60 | 1 | 54 | 141 | 113 |
| Binary | 11111101 | 11011101 | 10000011 | 0 | 1101 | 110000 | 1 | 101100 | 1100001 | 1001011 |
Color Harmonies of #FDDD83
Complementary color
Monochromatic Colors of #FDDD83
Black with #FDDD83
Text Example
Text Example
White with #FDDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD83; }
p { color: rgb(253,221,131); }
H1.HeaderClassName
{
color: #FDDD83;
}
.AnyTagClassName
{
color: #FDDD83;
}
</style>
background-color css
<style>
a { background-color: #FDDD83; }
a { background-color: rgb(253,221,131); }
div.DivClassName
{
background-color: #FDDD83;
}
.BgClassName
{
background-color: #FDDD83;
}
</style>
border-color css
<style>
span { border-color: #FDDD83; }
span { border-color: rgb(253,221,131); }
td.TdClassName
{
border-color: #FDDD83;
}
.TagClassName
{
border-color: #FDDD83;
}
</style>