Shades of Golden Glow #FDD68B
Tints of Golden Glow #FDD68B
RGB
CMYK
RGB Variations
Color information
#FDD68B (or 0xFDD68B) is known color: Golden Glow. HEX triplet: FD, D6 and 8B. RGB value is (253,214,139). Sum of RGB (Red+Green+Blue) = 253+214+139=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD68B is #022974. Grayscale: #D9D9D9. Windows color (decimal): -141685 or 9164541. OLE color: 9164541.
HSL color Cylindrical-coordinate representation of color #FDD68B: hue angle of 39.47º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDD68B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 139 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.01 |
| HSL | 39.47º | 0.97% | 0.77% | - |
| HSV(B) | 39.47º | 0.45% | 0.99% | - |
| XYZ | 69.21 | 70.84 | 34.45 | - |
| YUV | 217.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 139 | 0 | 0.15 | 0.45 | 0.01 | 39.47 | 0.97 | 0.77 |
| Hex | FD | D6 | 8B | 0 | F | 2D | 1 | 27 | 61 | 4D |
| Octal | 375 | 326 | 213 | 0 | 17 | 55 | 1 | 47 | 141 | 115 |
| Binary | 11111101 | 11010110 | 10001011 | 0 | 1111 | 101101 | 1 | 100111 | 1100001 | 1001101 |
Color Harmonies of #FDD68B
Complementary color
Monochromatic Colors of #FDD68B
Black with #FDD68B
Text Example
Text Example
White with #FDD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD68B; }
p { color: rgb(253,214,139); }
H1.HeaderClassName
{
color: #FDD68B;
}
.AnyTagClassName
{
color: #FDD68B;
}
</style>
background-color css
<style>
a { background-color: #FDD68B; }
a { background-color: rgb(253,214,139); }
div.DivClassName
{
background-color: #FDD68B;
}
.BgClassName
{
background-color: #FDD68B;
}
</style>
border-color css
<style>
span { border-color: #FDD68B; }
span { border-color: rgb(253,214,139); }
td.TdClassName
{
border-color: #FDD68B;
}
.TagClassName
{
border-color: #FDD68B;
}
</style>