Shades of Gold #FDD700
Tints of Gold #FDD700
RGB
CMYK
RGB Variations
Color information
#FDD700 (or 0xFDD700) is known color: Gold. HEX triplet: FD, D7 and 00. RGB value is (253,215,0). Sum of RGB (Red+Green+Blue) = 253+215+0=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD700 is #0228FF. Grayscale: #CACACA. Windows color (decimal): -141568 or 55293. OLE color: 55293.
HSL color Cylindrical-coordinate representation of color #FDD700: hue angle of 50.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDD700 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.01 |
| HSL | 50.99º | 1% | 0.5% | - |
| HSV(B) | 50.99º | 1% | 0.99% | - |
| XYZ | 64.81 | 69.48 | 10 | - |
| YUV | 201.85 | 14.09 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 0 | 0 | 0.15 | 1 | 0.01 | 50.99 | 1 | 0.5 |
| Hex | FD | D7 | 0 | 0 | F | 64 | 1 | 33 | 64 | 32 |
| Octal | 375 | 327 | 0 | 0 | 17 | 144 | 1 | 63 | 144 | 62 |
| Binary | 11111101 | 11010111 | 0 | 0 | 1111 | 1100100 | 1 | 110011 | 1100100 | 110010 |
Color Harmonies of #FDD700
Complementary color
Monochromatic Colors of #FDD700
Black with #FDD700
Text Example
Text Example
White with #FDD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD700; }
p { color: rgb(253,215,0); }
H1.HeaderClassName
{
color: #FDD700;
}
.AnyTagClassName
{
color: #FDD700;
}
</style>
background-color css
<style>
a { background-color: #FDD700; }
a { background-color: rgb(253,215,0); }
div.DivClassName
{
background-color: #FDD700;
}
.BgClassName
{
background-color: #FDD700;
}
</style>
border-color css
<style>
span { border-color: #FDD700; }
span { border-color: rgb(253,215,0); }
td.TdClassName
{
border-color: #FDD700;
}
.TagClassName
{
border-color: #FDD700;
}
</style>