Shades of Gold #FDD708
Tints of Gold #FDD708
RGB
CMYK
RGB Variations
Color information
#FDD708 (or 0xFDD708) is known color: Gold. HEX triplet: FD, D7 and 08. RGB value is (253,215,8). Sum of RGB (Red+Green+Blue) = 253+215+8=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD708 is #0228F7. Grayscale: #CBCBCB. Windows color (decimal): -141560 or 579581. OLE color: 579581.
HSL color Cylindrical-coordinate representation of color #FDD708: hue angle of 50.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDD708 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.01 |
| HSL | 50.69º | 0.98% | 0.51% | - |
| HSV(B) | 50.69º | 0.97% | 0.99% | - |
| XYZ | 64.85 | 69.5 | 10.23 | - |
| YUV | 202.76 | 18.09 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 8 | 0 | 0.15 | 0.97 | 0.01 | 50.69 | 0.98 | 0.51 |
| Hex | FD | D7 | 8 | 0 | F | 61 | 1 | 33 | 62 | 33 |
| Octal | 375 | 327 | 10 | 0 | 17 | 141 | 1 | 63 | 142 | 63 |
| Binary | 11111101 | 11010111 | 1000 | 0 | 1111 | 1100001 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FDD708
Complementary color
Monochromatic Colors of #FDD708
Black with #FDD708
Text Example
Text Example
White with #FDD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD708; }
p { color: rgb(253,215,8); }
H1.HeaderClassName
{
color: #FDD708;
}
.AnyTagClassName
{
color: #FDD708;
}
</style>
background-color css
<style>
a { background-color: #FDD708; }
a { background-color: rgb(253,215,8); }
div.DivClassName
{
background-color: #FDD708;
}
.BgClassName
{
background-color: #FDD708;
}
</style>
border-color css
<style>
span { border-color: #FDD708; }
span { border-color: rgb(253,215,8); }
td.TdClassName
{
border-color: #FDD708;
}
.TagClassName
{
border-color: #FDD708;
}
</style>