Shades of Golden Glow #FFD588
Tints of Golden Glow #FFD588
RGB
CMYK
RGB Variations
Color information
#FFD588 (or 0xFFD588) is known color: Golden Glow. HEX triplet: FF, D5 and 88. RGB value is (255,213,136). Sum of RGB (Red+Green+Blue) = 255+213+136=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD588 is #002A77. Grayscale: #D9D9D9. Windows color (decimal): -10872 or 8967679. OLE color: 8967679.
HSL color Cylindrical-coordinate representation of color #FFD588: hue angle of 38.82º 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 #FFD588 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 136 | - |
| CMYK | 0 | 0.16 | 0.47 | 0 |
| HSL | 38.82º | 1% | 0.77% | - |
| HSV(B) | 38.82º | 0.47% | 1% | - |
| XYZ | 69.48 | 70.63 | 33.26 | - |
| YUV | 216.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 136 | 0 | 0.16 | 0.47 | 0 | 38.82 | 1 | 0.77 |
| Hex | FF | D5 | 88 | 0 | 10 | 2F | 0 | 27 | 64 | 4D |
| Octal | 377 | 325 | 210 | 0 | 20 | 57 | 0 | 47 | 144 | 115 |
| Binary | 11111111 | 11010101 | 10001000 | 0 | 10000 | 101111 | 0 | 100111 | 1100100 | 1001101 |
Color Harmonies of #FFD588
Complementary color
Monochromatic Colors of #FFD588
Black with #FFD588
Text Example
Text Example
White with #FFD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD588; }
p { color: rgb(255,213,136); }
H1.HeaderClassName
{
color: #FFD588;
}
.AnyTagClassName
{
color: #FFD588;
}
</style>
background-color css
<style>
a { background-color: #FFD588; }
a { background-color: rgb(255,213,136); }
div.DivClassName
{
background-color: #FFD588;
}
.BgClassName
{
background-color: #FFD588;
}
</style>
border-color css
<style>
span { border-color: #FFD588; }
span { border-color: rgb(255,213,136); }
td.TdClassName
{
border-color: #FFD588;
}
.TagClassName
{
border-color: #FFD588;
}
</style>