Shades of Gold #FDD710
Tints of Gold #FDD710
RGB
CMYK
RGB Variations
Color information
#FDD710 (or 0xFDD710) is known color: Gold. HEX triplet: FD, D7 and 10. RGB value is (253,215,16). Sum of RGB (Red+Green+Blue) = 253+215+16=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD710 is #0228EF. Grayscale: #CCCCCC. Windows color (decimal): -141552 or 1103869. OLE color: 1103869.
HSL color Cylindrical-coordinate representation of color #FDD710: hue angle of 50.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD710 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 16 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.01 |
| HSL | 50.38º | 0.98% | 0.53% | - |
| HSV(B) | 50.38º | 0.94% | 0.99% | - |
| XYZ | 64.9 | 69.52 | 10.49 | - |
| YUV | 203.68 | 22.09 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 16 | 0 | 0.15 | 0.94 | 0.01 | 50.38 | 0.98 | 0.53 |
| Hex | FD | D7 | 10 | 0 | F | 5E | 1 | 32 | 62 | 35 |
| Octal | 375 | 327 | 20 | 0 | 17 | 136 | 1 | 62 | 142 | 65 |
| Binary | 11111101 | 11010111 | 10000 | 0 | 1111 | 1011110 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FDD710
Complementary color
Monochromatic Colors of #FDD710
Black with #FDD710
Text Example
Text Example
White with #FDD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD710; }
p { color: rgb(253,215,16); }
H1.HeaderClassName
{
color: #FDD710;
}
.AnyTagClassName
{
color: #FDD710;
}
</style>
background-color css
<style>
a { background-color: #FDD710; }
a { background-color: rgb(253,215,16); }
div.DivClassName
{
background-color: #FDD710;
}
.BgClassName
{
background-color: #FDD710;
}
</style>
border-color css
<style>
span { border-color: #FDD710; }
span { border-color: rgb(253,215,16); }
td.TdClassName
{
border-color: #FDD710;
}
.TagClassName
{
border-color: #FDD710;
}
</style>