Shades of Gold #FFD505
Tints of Gold #FFD505
RGB
CMYK
RGB Variations
Color information
#FFD505 (or 0xFFD505) is known color: Gold. HEX triplet: FF, D5 and 05. RGB value is (255,213,5). Sum of RGB (Red+Green+Blue) = 255+213+5=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD505 is #002AFA. Grayscale: #CACACA. Windows color (decimal): -11003 or 382463. OLE color: 382463.
HSL color Cylindrical-coordinate representation of color #FFD505: hue angle of 49.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFD505 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0 |
| HSL | 49.92º | 1% | 0.51% | - |
| HSV(B) | 49.92º | 0.98% | 1% | - |
| XYZ | 65.06 | 68.86 | 10.01 | - |
| YUV | 201.85 | 16.91 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 5 | 0 | 0.16 | 0.98 | 0 | 49.92 | 1 | 0.51 |
| Hex | FF | D5 | 5 | 0 | 10 | 62 | 0 | 32 | 64 | 33 |
| Octal | 377 | 325 | 5 | 0 | 20 | 142 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010101 | 101 | 0 | 10000 | 1100010 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD505
Complementary color
Monochromatic Colors of #FFD505
Black with #FFD505
Text Example
Text Example
White with #FFD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD505; }
p { color: rgb(255,213,5); }
H1.HeaderClassName
{
color: #FFD505;
}
.AnyTagClassName
{
color: #FFD505;
}
</style>
background-color css
<style>
a { background-color: #FFD505; }
a { background-color: rgb(255,213,5); }
div.DivClassName
{
background-color: #FFD505;
}
.BgClassName
{
background-color: #FFD505;
}
</style>
border-color css
<style>
span { border-color: #FFD505; }
span { border-color: rgb(255,213,5); }
td.TdClassName
{
border-color: #FFD505;
}
.TagClassName
{
border-color: #FFD505;
}
</style>