Shades of Golden Glow #FDD888
Tints of Golden Glow #FDD888
RGB
CMYK
RGB Variations
Color information
#FDD888 (or 0xFDD888) is known color: Golden Glow. HEX triplet: FD, D8 and 88. RGB value is (253,216,136). Sum of RGB (Red+Green+Blue) = 253+216+136=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD888 is #022777. Grayscale: #DADADA. Windows color (decimal): -141176 or 8968445. OLE color: 8968445.
HSL color Cylindrical-coordinate representation of color #FDD888: hue angle of 41.03º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDD888 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 136 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.01 |
| HSL | 41.03º | 0.97% | 0.76% | - |
| HSV(B) | 41.03º | 0.46% | 0.99% | - |
| XYZ | 69.51 | 71.77 | 33.48 | - |
| YUV | 217.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 136 | 0 | 0.15 | 0.46 | 0.01 | 41.03 | 0.97 | 0.76 |
| Hex | FD | D8 | 88 | 0 | F | 2E | 1 | 29 | 61 | 4C |
| Octal | 375 | 330 | 210 | 0 | 17 | 56 | 1 | 51 | 141 | 114 |
| Binary | 11111101 | 11011000 | 10001000 | 0 | 1111 | 101110 | 1 | 101001 | 1100001 | 1001100 |
Color Harmonies of #FDD888
Complementary color
Monochromatic Colors of #FDD888
Black with #FDD888
Text Example
Text Example
White with #FDD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD888; }
p { color: rgb(253,216,136); }
H1.HeaderClassName
{
color: #FDD888;
}
.AnyTagClassName
{
color: #FDD888;
}
</style>
background-color css
<style>
a { background-color: #FDD888; }
a { background-color: rgb(253,216,136); }
div.DivClassName
{
background-color: #FDD888;
}
.BgClassName
{
background-color: #FDD888;
}
</style>
border-color css
<style>
span { border-color: #FDD888; }
span { border-color: rgb(253,216,136); }
td.TdClassName
{
border-color: #FDD888;
}
.TagClassName
{
border-color: #FDD888;
}
</style>