Shades of Gold #FDD410
Tints of Gold #FDD410
RGB
CMYK
RGB Variations
Color information
#FDD410 (or 0xFDD410) is known color: Gold. HEX triplet: FD, D4 and 10. RGB value is (253,212,16). Sum of RGB (Red+Green+Blue) = 253+212+16=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD410 is #022BEF. Grayscale: #CACACA. Windows color (decimal): -142320 or 1103101. OLE color: 1103101.
HSL color Cylindrical-coordinate representation of color #FDD410: hue angle of 49.62º 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 #FDD410 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 16 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.01 |
| HSL | 49.62º | 0.98% | 0.53% | - |
| HSV(B) | 49.62º | 0.94% | 0.99% | - |
| XYZ | 64.15 | 68.01 | 10.24 | - |
| YUV | 201.92 | 23.08 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 16 | 0 | 0.16 | 0.94 | 0.01 | 49.62 | 0.98 | 0.53 |
| Hex | FD | D4 | 10 | 0 | 10 | 5E | 1 | 32 | 62 | 35 |
| Octal | 375 | 324 | 20 | 0 | 20 | 136 | 1 | 62 | 142 | 65 |
| Binary | 11111101 | 11010100 | 10000 | 0 | 10000 | 1011110 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FDD410
Complementary color
Monochromatic Colors of #FDD410
Black with #FDD410
Text Example
Text Example
White with #FDD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD410; }
p { color: rgb(253,212,16); }
H1.HeaderClassName
{
color: #FDD410;
}
.AnyTagClassName
{
color: #FDD410;
}
</style>
background-color css
<style>
a { background-color: #FDD410; }
a { background-color: rgb(253,212,16); }
div.DivClassName
{
background-color: #FDD410;
}
.BgClassName
{
background-color: #FDD410;
}
</style>
border-color css
<style>
span { border-color: #FDD410; }
span { border-color: rgb(253,212,16); }
td.TdClassName
{
border-color: #FDD410;
}
.TagClassName
{
border-color: #FDD410;
}
</style>