Shades of Golden Glow #FFDE8A
Tints of Golden Glow #FFDE8A
RGB
CMYK
RGB Variations
Color information
#FFDE8A (or 0xFFDE8A) is known color: Golden Glow. HEX triplet: FF, DE and 8A. RGB value is (255,222,138). Sum of RGB (Red+Green+Blue) = 255+222+138=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDE8A is #002175. Grayscale: #DEDEDE. Windows color (decimal): -8566 or 9101055. OLE color: 9101055.
HSL color Cylindrical-coordinate representation of color #FFDE8A: hue angle of 43.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFDE8A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 138 | - |
| CMYK | 0 | 0.13 | 0.46 | 0 |
| HSL | 43.08º | 1% | 0.77% | - |
| HSV(B) | 43.08º | 0.46% | 1% | - |
| XYZ | 71.95 | 75.34 | 34.79 | - |
| YUV | 222.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 138 | 0 | 0.13 | 0.46 | 0 | 43.08 | 1 | 0.77 |
| Hex | FF | DE | 8A | 0 | D | 2E | 0 | 2B | 64 | 4D |
| Octal | 377 | 336 | 212 | 0 | 15 | 56 | 0 | 53 | 144 | 115 |
| Binary | 11111111 | 11011110 | 10001010 | 0 | 1101 | 101110 | 0 | 101011 | 1100100 | 1001101 |
Color Harmonies of #FFDE8A
Complementary color
Monochromatic Colors of #FFDE8A
Black with #FFDE8A
Text Example
Text Example
White with #FFDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE8A; }
p { color: rgb(255,222,138); }
H1.HeaderClassName
{
color: #FFDE8A;
}
.AnyTagClassName
{
color: #FFDE8A;
}
</style>
background-color css
<style>
a { background-color: #FFDE8A; }
a { background-color: rgb(255,222,138); }
div.DivClassName
{
background-color: #FFDE8A;
}
.BgClassName
{
background-color: #FFDE8A;
}
</style>
border-color css
<style>
span { border-color: #FFDE8A; }
span { border-color: rgb(255,222,138); }
td.TdClassName
{
border-color: #FFDE8A;
}
.TagClassName
{
border-color: #FFDE8A;
}
</style>