Shades of Golden Glow #FDD78C
Tints of Golden Glow #FDD78C
RGB
CMYK
RGB Variations
Color information
#FDD78C (or 0xFDD78C) is known color: Golden Glow. HEX triplet: FD, D7 and 8C. RGB value is (253,215,140). Sum of RGB (Red+Green+Blue) = 253+215+140=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD78C is #022873. Grayscale: #DADADA. Windows color (decimal): -141428 or 9230333. OLE color: 9230333.
HSL color Cylindrical-coordinate representation of color #FDD78C: hue angle of 39.82º 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 #FDD78C is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 140 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 39.82º | 0.97% | 0.77% | - |
| HSV(B) | 39.82º | 0.45% | 0.99% | - |
| XYZ | 69.54 | 71.38 | 34.92 | - |
| YUV | 217.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 140 | 0 | 0.15 | 0.45 | 0.01 | 39.82 | 0.97 | 0.77 |
| Hex | FD | D7 | 8C | 0 | F | 2D | 1 | 28 | 61 | 4D |
| Octal | 375 | 327 | 214 | 0 | 17 | 55 | 1 | 50 | 141 | 115 |
| Binary | 11111101 | 11010111 | 10001100 | 0 | 1111 | 101101 | 1 | 101000 | 1100001 | 1001101 |
Color Harmonies of #FDD78C
Complementary color
Monochromatic Colors of #FDD78C
Black with #FDD78C
Text Example
Text Example
White with #FDD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD78C; }
p { color: rgb(253,215,140); }
H1.HeaderClassName
{
color: #FDD78C;
}
.AnyTagClassName
{
color: #FDD78C;
}
</style>
background-color css
<style>
a { background-color: #FDD78C; }
a { background-color: rgb(253,215,140); }
div.DivClassName
{
background-color: #FDD78C;
}
.BgClassName
{
background-color: #FDD78C;
}
</style>
border-color css
<style>
span { border-color: #FDD78C; }
span { border-color: rgb(253,215,140); }
td.TdClassName
{
border-color: #FDD78C;
}
.TagClassName
{
border-color: #FDD78C;
}
</style>