Shades of Golden Glow #FDD78A
Tints of Golden Glow #FDD78A
RGB
CMYK
RGB Variations
Color information
#FDD78A (or 0xFDD78A) is known color: Golden Glow. HEX triplet: FD, D7 and 8A. RGB value is (253,215,138). Sum of RGB (Red+Green+Blue) = 253+215+138=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD78A is #022875. Grayscale: #D9D9D9. Windows color (decimal): -141430 or 9099261. OLE color: 9099261.
HSL color Cylindrical-coordinate representation of color #FDD78A: hue angle of 40.17º 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 #FDD78A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 138 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 40.17º | 0.97% | 0.77% | - |
| HSV(B) | 40.17º | 0.45% | 0.99% | - |
| XYZ | 69.4 | 71.32 | 34.15 | - |
| YUV | 217.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 138 | 0 | 0.15 | 0.45 | 0.01 | 40.17 | 0.97 | 0.77 |
| Hex | FD | D7 | 8A | 0 | F | 2D | 1 | 28 | 61 | 4D |
| Octal | 375 | 327 | 212 | 0 | 17 | 55 | 1 | 50 | 141 | 115 |
| Binary | 11111101 | 11010111 | 10001010 | 0 | 1111 | 101101 | 1 | 101000 | 1100001 | 1001101 |
Color Harmonies of #FDD78A
Complementary color
Monochromatic Colors of #FDD78A
Black with #FDD78A
Text Example
Text Example
White with #FDD78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD78A; }
p { color: rgb(253,215,138); }
H1.HeaderClassName
{
color: #FDD78A;
}
.AnyTagClassName
{
color: #FDD78A;
}
</style>
background-color css
<style>
a { background-color: #FDD78A; }
a { background-color: rgb(253,215,138); }
div.DivClassName
{
background-color: #FDD78A;
}
.BgClassName
{
background-color: #FDD78A;
}
</style>
border-color css
<style>
span { border-color: #FDD78A; }
span { border-color: rgb(253,215,138); }
td.TdClassName
{
border-color: #FDD78A;
}
.TagClassName
{
border-color: #FDD78A;
}
</style>