Shades of Golden Glow #FDD78B
Tints of Golden Glow #FDD78B
RGB
CMYK
RGB Variations
Color information
#FDD78B (or 0xFDD78B) is known color: Golden Glow. HEX triplet: FD, D7 and 8B. RGB value is (253,215,139). Sum of RGB (Red+Green+Blue) = 253+215+139=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD78B is #022874. Grayscale: #DADADA. Windows color (decimal): -141429 or 9164797. OLE color: 9164797.
HSL color Cylindrical-coordinate representation of color #FDD78B: hue angle of 40º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDD78B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 139 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 40º | 0.97% | 0.77% | - |
| HSV(B) | 40º | 0.45% | 0.99% | - |
| XYZ | 69.47 | 71.35 | 34.54 | - |
| YUV | 217.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 139 | 0 | 0.15 | 0.45 | 0.01 | 40 | 0.97 | 0.77 |
| Hex | FD | D7 | 8B | 0 | F | 2D | 1 | 28 | 61 | 4D |
| Octal | 375 | 327 | 213 | 0 | 17 | 55 | 1 | 50 | 141 | 115 |
| Binary | 11111101 | 11010111 | 10001011 | 0 | 1111 | 101101 | 1 | 101000 | 1100001 | 1001101 |
Color Harmonies of #FDD78B
Complementary color
Monochromatic Colors of #FDD78B
Black with #FDD78B
Text Example
Text Example
White with #FDD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD78B; }
p { color: rgb(253,215,139); }
H1.HeaderClassName
{
color: #FDD78B;
}
.AnyTagClassName
{
color: #FDD78B;
}
</style>
background-color css
<style>
a { background-color: #FDD78B; }
a { background-color: rgb(253,215,139); }
div.DivClassName
{
background-color: #FDD78B;
}
.BgClassName
{
background-color: #FDD78B;
}
</style>
border-color css
<style>
span { border-color: #FDD78B; }
span { border-color: rgb(253,215,139); }
td.TdClassName
{
border-color: #FDD78B;
}
.TagClassName
{
border-color: #FDD78B;
}
</style>