Shades of Golden Glow #FFD888
Tints of Golden Glow #FFD888
RGB
CMYK
RGB Variations
Color information
#FFD888 (or 0xFFD888) is known color: Golden Glow. HEX triplet: FF, D8 and 88. RGB value is (255,216,136). Sum of RGB (Red+Green+Blue) = 255+216+136=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD888 is #002777. Grayscale: #DADADA. Windows color (decimal): -10104 or 8968447. OLE color: 8968447.
HSL color Cylindrical-coordinate representation of color #FFD888: hue angle of 40.34º 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 #FFD888 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 136 | - |
| CMYK | 0 | 0.15 | 0.47 | 0 |
| HSL | 40.34º | 1% | 0.77% | - |
| HSV(B) | 40.34º | 0.47% | 1% | - |
| XYZ | 70.24 | 72.15 | 33.52 | - |
| YUV | 218.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 136 | 0 | 0.15 | 0.47 | 0 | 40.34 | 1 | 0.77 |
| Hex | FF | D8 | 88 | 0 | F | 2F | 0 | 28 | 64 | 4D |
| Octal | 377 | 330 | 210 | 0 | 17 | 57 | 0 | 50 | 144 | 115 |
| Binary | 11111111 | 11011000 | 10001000 | 0 | 1111 | 101111 | 0 | 101000 | 1100100 | 1001101 |
Color Harmonies of #FFD888
Complementary color
Monochromatic Colors of #FFD888
Black with #FFD888
Text Example
Text Example
White with #FFD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD888; }
p { color: rgb(255,216,136); }
H1.HeaderClassName
{
color: #FFD888;
}
.AnyTagClassName
{
color: #FFD888;
}
</style>
background-color css
<style>
a { background-color: #FFD888; }
a { background-color: rgb(255,216,136); }
div.DivClassName
{
background-color: #FFD888;
}
.BgClassName
{
background-color: #FFD888;
}
</style>
border-color css
<style>
span { border-color: #FFD888; }
span { border-color: rgb(255,216,136); }
td.TdClassName
{
border-color: #FFD888;
}
.TagClassName
{
border-color: #FFD888;
}
</style>