Shades of Golden Glow #FFDD89
Tints of Golden Glow #FFDD89
RGB
CMYK
RGB Variations
Color information
#FFDD89 (or 0xFFDD89) is known color: Golden Glow. HEX triplet: FF, DD and 89. RGB value is (255,221,137). Sum of RGB (Red+Green+Blue) = 255+221+137=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD89 is #002276. Grayscale: #DDDDDD. Windows color (decimal): -8823 or 9035263. OLE color: 9035263.
HSL color Cylindrical-coordinate representation of color #FFDD89: hue angle of 42.71º 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 #FFDD89 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 137 | - |
| CMYK | 0 | 0.13 | 0.46 | 0 |
| HSL | 42.71º | 1% | 0.77% | - |
| HSV(B) | 42.71º | 0.46% | 1% | - |
| XYZ | 71.61 | 74.78 | 34.33 | - |
| YUV | 221.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 137 | 0 | 0.13 | 0.46 | 0 | 42.71 | 1 | 0.77 |
| Hex | FF | DD | 89 | 0 | D | 2E | 0 | 2B | 64 | 4D |
| Octal | 377 | 335 | 211 | 0 | 15 | 56 | 0 | 53 | 144 | 115 |
| Binary | 11111111 | 11011101 | 10001001 | 0 | 1101 | 101110 | 0 | 101011 | 1100100 | 1001101 |
Color Harmonies of #FFDD89
Complementary color
Monochromatic Colors of #FFDD89
Black with #FFDD89
Text Example
Text Example
White with #FFDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD89; }
p { color: rgb(255,221,137); }
H1.HeaderClassName
{
color: #FFDD89;
}
.AnyTagClassName
{
color: #FFDD89;
}
</style>
background-color css
<style>
a { background-color: #FFDD89; }
a { background-color: rgb(255,221,137); }
div.DivClassName
{
background-color: #FFDD89;
}
.BgClassName
{
background-color: #FFDD89;
}
</style>
border-color css
<style>
span { border-color: #FFDD89; }
span { border-color: rgb(255,221,137); }
td.TdClassName
{
border-color: #FFDD89;
}
.TagClassName
{
border-color: #FFDD89;
}
</style>