Shades of Golden Glow #FDDB7D
Tints of Golden Glow #FDDB7D
RGB
CMYK
RGB Variations
Color information
#FDDB7D (or 0xFDDB7D) is known color: Golden Glow. HEX triplet: FD, DB and 7D. RGB value is (253,219,125). Sum of RGB (Red+Green+Blue) = 253+219+125=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB7D is #022482. Grayscale: #DADADA. Windows color (decimal): -140419 or 8248317. OLE color: 8248317.
HSL color Cylindrical-coordinate representation of color #FDDB7D: hue angle of 44.06º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDDB7D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 125 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.01 |
| HSL | 44.06º | 0.97% | 0.74% | - |
| HSV(B) | 44.06º | 0.51% | 0.99% | - |
| XYZ | 69.54 | 73.03 | 29.83 | - |
| YUV | 218.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 125 | 0 | 0.13 | 0.51 | 0.01 | 44.06 | 0.97 | 0.74 |
| Hex | FD | DB | 7D | 0 | D | 33 | 1 | 2C | 61 | 4A |
| Octal | 375 | 333 | 175 | 0 | 15 | 63 | 1 | 54 | 141 | 112 |
| Binary | 11111101 | 11011011 | 1111101 | 0 | 1101 | 110011 | 1 | 101100 | 1100001 | 1001010 |
Color Harmonies of #FDDB7D
Complementary color
Monochromatic Colors of #FDDB7D
Black with #FDDB7D
Text Example
Text Example
White with #FDDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB7D; }
p { color: rgb(253,219,125); }
H1.HeaderClassName
{
color: #FDDB7D;
}
.AnyTagClassName
{
color: #FDDB7D;
}
</style>
background-color css
<style>
a { background-color: #FDDB7D; }
a { background-color: rgb(253,219,125); }
div.DivClassName
{
background-color: #FDDB7D;
}
.BgClassName
{
background-color: #FDDB7D;
}
</style>
border-color css
<style>
span { border-color: #FDDB7D; }
span { border-color: rgb(253,219,125); }
td.TdClassName
{
border-color: #FDDB7D;
}
.TagClassName
{
border-color: #FDDB7D;
}
</style>