Shades of Golden Glow #FFD788
Tints of Golden Glow #FFD788
RGB
CMYK
RGB Variations
Color information
#FFD788 (or 0xFFD788) is known color: Golden Glow. HEX triplet: FF, D7 and 88. RGB value is (255,215,136). Sum of RGB (Red+Green+Blue) = 255+215+136=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD788 is #002877. Grayscale: #DADADA. Windows color (decimal): -10360 or 8968191. OLE color: 8968191.
HSL color Cylindrical-coordinate representation of color #FFD788: hue angle of 39.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFD788 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 136 | - |
| CMYK | 0 | 0.16 | 0.47 | 0 |
| HSL | 39.83º | 1% | 0.77% | - |
| HSV(B) | 39.83º | 0.47% | 1% | - |
| XYZ | 69.98 | 71.64 | 33.43 | - |
| YUV | 217.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 136 | 0 | 0.16 | 0.47 | 0 | 39.83 | 1 | 0.77 |
| Hex | FF | D7 | 88 | 0 | 10 | 2F | 0 | 28 | 64 | 4D |
| Octal | 377 | 327 | 210 | 0 | 20 | 57 | 0 | 50 | 144 | 115 |
| Binary | 11111111 | 11010111 | 10001000 | 0 | 10000 | 101111 | 0 | 101000 | 1100100 | 1001101 |
Color Harmonies of #FFD788
Complementary color
Monochromatic Colors of #FFD788
Black with #FFD788
Text Example
Text Example
White with #FFD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD788; }
p { color: rgb(255,215,136); }
H1.HeaderClassName
{
color: #FFD788;
}
.AnyTagClassName
{
color: #FFD788;
}
</style>
background-color css
<style>
a { background-color: #FFD788; }
a { background-color: rgb(255,215,136); }
div.DivClassName
{
background-color: #FFD788;
}
.BgClassName
{
background-color: #FFD788;
}
</style>
border-color css
<style>
span { border-color: #FFD788; }
span { border-color: rgb(255,215,136); }
td.TdClassName
{
border-color: #FFD788;
}
.TagClassName
{
border-color: #FFD788;
}
</style>