Shades of Golden Glow #FFDE7D
Tints of Golden Glow #FFDE7D
RGB
CMYK
RGB Variations
Color information
#FFDE7D (or 0xFFDE7D) is known color: Golden Glow. HEX triplet: FF, DE and 7D. RGB value is (255,222,125). Sum of RGB (Red+Green+Blue) = 255+222+125=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE7D is #002182. Grayscale: #DDDDDD. Windows color (decimal): -8579 or 8249087. OLE color: 8249087.
HSL color Cylindrical-coordinate representation of color #FFDE7D: hue angle of 44.77º 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 #FFDE7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 125 | - |
| CMYK | 0 | 0.13 | 0.51 | 0 |
| HSL | 44.77º | 1% | 0.75% | - |
| HSV(B) | 44.77º | 0.51% | 1% | - |
| XYZ | 71.06 | 74.98 | 30.13 | - |
| YUV | 220.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 125 | 0 | 0.13 | 0.51 | 0 | 44.77 | 1 | 0.75 |
| Hex | FF | DE | 7D | 0 | D | 33 | 0 | 2D | 64 | 4B |
| Octal | 377 | 336 | 175 | 0 | 15 | 63 | 0 | 55 | 144 | 113 |
| Binary | 11111111 | 11011110 | 1111101 | 0 | 1101 | 110011 | 0 | 101101 | 1100100 | 1001011 |
Color Harmonies of #FFDE7D
Complementary color
Monochromatic Colors of #FFDE7D
Black with #FFDE7D
Text Example
Text Example
White with #FFDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE7D; }
p { color: rgb(255,222,125); }
H1.HeaderClassName
{
color: #FFDE7D;
}
.AnyTagClassName
{
color: #FFDE7D;
}
</style>
background-color css
<style>
a { background-color: #FFDE7D; }
a { background-color: rgb(255,222,125); }
div.DivClassName
{
background-color: #FFDE7D;
}
.BgClassName
{
background-color: #FFDE7D;
}
</style>
border-color css
<style>
span { border-color: #FFDE7D; }
span { border-color: rgb(255,222,125); }
td.TdClassName
{
border-color: #FFDE7D;
}
.TagClassName
{
border-color: #FFDE7D;
}
</style>