Shades of Golden Glow #FFDF7D
Tints of Golden Glow #FFDF7D
RGB
CMYK
RGB Variations
Color information
#FFDF7D (or 0xFFDF7D) is known color: Golden Glow. HEX triplet: FF, DF and 7D. RGB value is (255,223,125). Sum of RGB (Red+Green+Blue) = 255+223+125=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF7D is #002082. Grayscale: #DDDDDD. Windows color (decimal): -8323 or 8249343. OLE color: 8249343.
HSL color Cylindrical-coordinate representation of color #FFDF7D: hue angle of 45.23º 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 #FFDF7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 125 | - |
| CMYK | 0 | 0.13 | 0.51 | 0 |
| HSL | 45.23º | 1% | 0.75% | - |
| HSV(B) | 45.23º | 0.51% | 1% | - |
| XYZ | 71.33 | 75.52 | 30.22 | - |
| YUV | 221.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 125 | 0 | 0.13 | 0.51 | 0 | 45.23 | 1 | 0.75 |
| Hex | FF | DF | 7D | 0 | D | 33 | 0 | 2D | 64 | 4B |
| Octal | 377 | 337 | 175 | 0 | 15 | 63 | 0 | 55 | 144 | 113 |
| Binary | 11111111 | 11011111 | 1111101 | 0 | 1101 | 110011 | 0 | 101101 | 1100100 | 1001011 |
Color Harmonies of #FFDF7D
Complementary color
Monochromatic Colors of #FFDF7D
Black with #FFDF7D
Text Example
Text Example
White with #FFDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF7D; }
p { color: rgb(255,223,125); }
H1.HeaderClassName
{
color: #FFDF7D;
}
.AnyTagClassName
{
color: #FFDF7D;
}
</style>
background-color css
<style>
a { background-color: #FFDF7D; }
a { background-color: rgb(255,223,125); }
div.DivClassName
{
background-color: #FFDF7D;
}
.BgClassName
{
background-color: #FFDF7D;
}
</style>
border-color css
<style>
span { border-color: #FFDF7D; }
span { border-color: rgb(255,223,125); }
td.TdClassName
{
border-color: #FFDF7D;
}
.TagClassName
{
border-color: #FFDF7D;
}
</style>