Shades of Golden Glow #FFD68B
Tints of Golden Glow #FFD68B
RGB
CMYK
RGB Variations
Color information
#FFD68B (or 0xFFD68B) is known color: Golden Glow. HEX triplet: FF, D6 and 8B. RGB value is (255,214,139). Sum of RGB (Red+Green+Blue) = 255+214+139=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD68B is #002974. Grayscale: #DADADA. Windows color (decimal): -10613 or 9164543. OLE color: 9164543.
HSL color Cylindrical-coordinate representation of color #FFD68B: hue angle of 38.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD68B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 139 | - |
| CMYK | 0 | 0.16 | 0.45 | 0 |
| HSL | 38.79º | 1% | 0.77% | - |
| HSV(B) | 38.79º | 0.45% | 1% | - |
| XYZ | 69.95 | 71.22 | 34.49 | - |
| YUV | 217.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 139 | 0 | 0.16 | 0.45 | 0 | 38.79 | 1 | 0.77 |
| Hex | FF | D6 | 8B | 0 | 10 | 2D | 0 | 27 | 64 | 4D |
| Octal | 377 | 326 | 213 | 0 | 20 | 55 | 0 | 47 | 144 | 115 |
| Binary | 11111111 | 11010110 | 10001011 | 0 | 10000 | 101101 | 0 | 100111 | 1100100 | 1001101 |
Color Harmonies of #FFD68B
Complementary color
Monochromatic Colors of #FFD68B
Black with #FFD68B
Text Example
Text Example
White with #FFD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD68B; }
p { color: rgb(255,214,139); }
H1.HeaderClassName
{
color: #FFD68B;
}
.AnyTagClassName
{
color: #FFD68B;
}
</style>
background-color css
<style>
a { background-color: #FFD68B; }
a { background-color: rgb(255,214,139); }
div.DivClassName
{
background-color: #FFD68B;
}
.BgClassName
{
background-color: #FFD68B;
}
</style>
border-color css
<style>
span { border-color: #FFD68B; }
span { border-color: rgb(255,214,139); }
td.TdClassName
{
border-color: #FFD68B;
}
.TagClassName
{
border-color: #FFD68B;
}
</style>