Shades of Golden Glow #FFDF7E
Tints of Golden Glow #FFDF7E
RGB
CMYK
RGB Variations
Color information
#FFDF7E (or 0xFFDF7E) is known color: Golden Glow. HEX triplet: FF, DF and 7E. RGB value is (255,223,126). Sum of RGB (Red+Green+Blue) = 255+223+126=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF7E is #002081. Grayscale: #DDDDDD. Windows color (decimal): -8322 or 8314879. OLE color: 8314879.
HSL color Cylindrical-coordinate representation of color #FFDF7E: hue angle of 45.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFDF7E is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 126 | - |
| CMYK | 0 | 0.13 | 0.51 | 0 |
| HSL | 45.12º | 1% | 0.75% | - |
| HSV(B) | 45.12º | 0.51% | 1% | - |
| XYZ | 71.39 | 75.54 | 30.56 | - |
| YUV | 221.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 126 | 0 | 0.13 | 0.51 | 0 | 45.12 | 1 | 0.75 |
| Hex | FF | DF | 7E | 0 | D | 33 | 0 | 2D | 64 | 4B |
| Octal | 377 | 337 | 176 | 0 | 15 | 63 | 0 | 55 | 144 | 113 |
| Binary | 11111111 | 11011111 | 1111110 | 0 | 1101 | 110011 | 0 | 101101 | 1100100 | 1001011 |
Color Harmonies of #FFDF7E
Complementary color
Monochromatic Colors of #FFDF7E
Black with #FFDF7E
Text Example
Text Example
White with #FFDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF7E; }
p { color: rgb(255,223,126); }
H1.HeaderClassName
{
color: #FFDF7E;
}
.AnyTagClassName
{
color: #FFDF7E;
}
</style>
background-color css
<style>
a { background-color: #FFDF7E; }
a { background-color: rgb(255,223,126); }
div.DivClassName
{
background-color: #FFDF7E;
}
.BgClassName
{
background-color: #FFDF7E;
}
</style>
border-color css
<style>
span { border-color: #FFDF7E; }
span { border-color: rgb(255,223,126); }
td.TdClassName
{
border-color: #FFDF7E;
}
.TagClassName
{
border-color: #FFDF7E;
}
</style>