Shades of Golden Glow #FFD98C
Tints of Golden Glow #FFD98C
RGB
CMYK
RGB Variations
Color information
#FFD98C (or 0xFFD98C) is known color: Golden Glow. HEX triplet: FF, D9 and 8C. RGB value is (255,217,140). Sum of RGB (Red+Green+Blue) = 255+217+140=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD98C is #002673. Grayscale: #DBDBDB. Windows color (decimal): -9844 or 9230847. OLE color: 9230847.
HSL color Cylindrical-coordinate representation of color #FFD98C: hue angle of 40.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD98C is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 140 | - |
| CMYK | 0 | 0.15 | 0.45 | 0 |
| HSL | 40.17º | 1% | 0.77% | - |
| HSV(B) | 40.17º | 0.45% | 1% | - |
| XYZ | 70.79 | 72.78 | 35.13 | - |
| YUV | 219.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 140 | 0 | 0.15 | 0.45 | 0 | 40.17 | 1 | 0.77 |
| Hex | FF | D9 | 8C | 0 | F | 2D | 0 | 28 | 64 | 4D |
| Octal | 377 | 331 | 214 | 0 | 17 | 55 | 0 | 50 | 144 | 115 |
| Binary | 11111111 | 11011001 | 10001100 | 0 | 1111 | 101101 | 0 | 101000 | 1100100 | 1001101 |
Color Harmonies of #FFD98C
Complementary color
Monochromatic Colors of #FFD98C
Black with #FFD98C
Text Example
Text Example
White with #FFD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD98C; }
p { color: rgb(255,217,140); }
H1.HeaderClassName
{
color: #FFD98C;
}
.AnyTagClassName
{
color: #FFD98C;
}
</style>
background-color css
<style>
a { background-color: #FFD98C; }
a { background-color: rgb(255,217,140); }
div.DivClassName
{
background-color: #FFD98C;
}
.BgClassName
{
background-color: #FFD98C;
}
</style>
border-color css
<style>
span { border-color: #FFD98C; }
span { border-color: rgb(255,217,140); }
td.TdClassName
{
border-color: #FFD98C;
}
.TagClassName
{
border-color: #FFD98C;
}
</style>