Shades of Golden Glow #FFD68A
Tints of Golden Glow #FFD68A
RGB
CMYK
RGB Variations
Color information
#FFD68A (or 0xFFD68A) is known color: Golden Glow. HEX triplet: FF, D6 and 8A. RGB value is (255,214,138). Sum of RGB (Red+Green+Blue) = 255+214+138=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD68A is #002975. Grayscale: #D9D9D9. Windows color (decimal): -10614 or 9099007. OLE color: 9099007.
HSL color Cylindrical-coordinate representation of color #FFD68A: hue angle of 38.97º 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 #FFD68A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 138 | - |
| CMYK | 0 | 0.16 | 0.46 | 0 |
| HSL | 38.97º | 1% | 0.77% | - |
| HSV(B) | 38.97º | 0.46% | 1% | - |
| XYZ | 69.87 | 71.19 | 34.1 | - |
| YUV | 217.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 138 | 0 | 0.16 | 0.46 | 0 | 38.97 | 1 | 0.77 |
| Hex | FF | D6 | 8A | 0 | 10 | 2E | 0 | 27 | 64 | 4D |
| Octal | 377 | 326 | 212 | 0 | 20 | 56 | 0 | 47 | 144 | 115 |
| Binary | 11111111 | 11010110 | 10001010 | 0 | 10000 | 101110 | 0 | 100111 | 1100100 | 1001101 |
Color Harmonies of #FFD68A
Complementary color
Monochromatic Colors of #FFD68A
Black with #FFD68A
Text Example
Text Example
White with #FFD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD68A; }
p { color: rgb(255,214,138); }
H1.HeaderClassName
{
color: #FFD68A;
}
.AnyTagClassName
{
color: #FFD68A;
}
</style>
background-color css
<style>
a { background-color: #FFD68A; }
a { background-color: rgb(255,214,138); }
div.DivClassName
{
background-color: #FFD68A;
}
.BgClassName
{
background-color: #FFD68A;
}
</style>
border-color css
<style>
span { border-color: #FFD68A; }
span { border-color: rgb(255,214,138); }
td.TdClassName
{
border-color: #FFD68A;
}
.TagClassName
{
border-color: #FFD68A;
}
</style>