Shades of Gold #FFD506
Tints of Gold #FFD506
RGB
CMYK
RGB Variations
Color information
#FFD506 (or 0xFFD506) is known color: Gold. HEX triplet: FF, D5 and 06. RGB value is (255,213,6). Sum of RGB (Red+Green+Blue) = 255+213+6=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD506 is #002AF9. Grayscale: #CACACA. Windows color (decimal): -11002 or 447999. OLE color: 447999.
HSL color Cylindrical-coordinate representation of color #FFD506: hue angle of 49.88º 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 #FFD506 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 6 | - |
| CMYK | 0 | 0.16 | 0.98 | 0 |
| HSL | 49.88º | 1% | 0.51% | - |
| HSV(B) | 49.88º | 0.98% | 1% | - |
| XYZ | 65.07 | 68.86 | 10.03 | - |
| YUV | 201.96 | 17.41 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 6 | 0 | 0.16 | 0.98 | 0 | 49.88 | 1 | 0.51 |
| Hex | FF | D5 | 6 | 0 | 10 | 62 | 0 | 32 | 64 | 33 |
| Octal | 377 | 325 | 6 | 0 | 20 | 142 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010101 | 110 | 0 | 10000 | 1100010 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD506
Complementary color
Monochromatic Colors of #FFD506
Black with #FFD506
Text Example
Text Example
White with #FFD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD506; }
p { color: rgb(255,213,6); }
H1.HeaderClassName
{
color: #FFD506;
}
.AnyTagClassName
{
color: #FFD506;
}
</style>
background-color css
<style>
a { background-color: #FFD506; }
a { background-color: rgb(255,213,6); }
div.DivClassName
{
background-color: #FFD506;
}
.BgClassName
{
background-color: #FFD506;
}
</style>
border-color css
<style>
span { border-color: #FFD506; }
span { border-color: rgb(255,213,6); }
td.TdClassName
{
border-color: #FFD506;
}
.TagClassName
{
border-color: #FFD506;
}
</style>