Shades of Golden Glow #FDDB87
Tints of Golden Glow #FDDB87
RGB
CMYK
RGB Variations
Color information
#FDDB87 (or 0xFDDB87) is known color: Golden Glow. HEX triplet: FD, DB and 87. RGB value is (253,219,135). Sum of RGB (Red+Green+Blue) = 253+219+135=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 135 (53.12% from 255 or 22.24% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB87 is #022478. Grayscale: #DBDBDB. Windows color (decimal): -140409 or 8903677. OLE color: 8903677.
HSL color Cylindrical-coordinate representation of color #FDDB87: hue angle of 42.71º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDDB87 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 135 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.01 |
| HSL | 42.71º | 0.97% | 0.76% | - |
| HSV(B) | 42.71º | 0.47% | 0.99% | - |
| XYZ | 70.21 | 73.29 | 33.37 | - |
| YUV | 219.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 135 | 0 | 0.13 | 0.47 | 0.01 | 42.71 | 0.97 | 0.76 |
| Hex | FD | DB | 87 | 0 | D | 2F | 1 | 2B | 61 | 4C |
| Octal | 375 | 333 | 207 | 0 | 15 | 57 | 1 | 53 | 141 | 114 |
| Binary | 11111101 | 11011011 | 10000111 | 0 | 1101 | 101111 | 1 | 101011 | 1100001 | 1001100 |
Color Harmonies of #FDDB87
Complementary color
Monochromatic Colors of #FDDB87
Black with #FDDB87
Text Example
Text Example
White with #FDDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB87; }
p { color: rgb(253,219,135); }
H1.HeaderClassName
{
color: #FDDB87;
}
.AnyTagClassName
{
color: #FDDB87;
}
</style>
background-color css
<style>
a { background-color: #FDDB87; }
a { background-color: rgb(253,219,135); }
div.DivClassName
{
background-color: #FDDB87;
}
.BgClassName
{
background-color: #FDDB87;
}
</style>
border-color css
<style>
span { border-color: #FDDB87; }
span { border-color: rgb(253,219,135); }
td.TdClassName
{
border-color: #FDDB87;
}
.TagClassName
{
border-color: #FDDB87;
}
</style>