Shades of Gold #FFD511
Tints of Gold #FFD511
RGB
CMYK
RGB Variations
Color information
#FFD511 (or 0xFFD511) is known color: Gold. HEX triplet: FF, D5 and 11. RGB value is (255,213,17). Sum of RGB (Red+Green+Blue) = 255+213+17=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD511 is #002AEE. Grayscale: #CCCCCC. Windows color (decimal): -10991 or 1168895. OLE color: 1168895.
HSL color Cylindrical-coordinate representation of color #FFD511: hue angle of 49.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFD511 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 17 | - |
| CMYK | 0 | 0.16 | 0.93 | 0 |
| HSL | 49.41º | 1% | 0.53% | - |
| HSV(B) | 49.41º | 0.93% | 1% | - |
| XYZ | 65.14 | 68.89 | 10.39 | - |
| YUV | 203.21 | 22.91 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 17 | 0 | 0.16 | 0.93 | 0 | 49.41 | 1 | 0.53 |
| Hex | FF | D5 | 11 | 0 | 10 | 5D | 0 | 31 | 64 | 35 |
| Octal | 377 | 325 | 21 | 0 | 20 | 135 | 0 | 61 | 144 | 65 |
| Binary | 11111111 | 11010101 | 10001 | 0 | 10000 | 1011101 | 0 | 110001 | 1100100 | 110101 |
Color Harmonies of #FFD511
Complementary color
Monochromatic Colors of #FFD511
Black with #FFD511
Text Example
Text Example
White with #FFD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD511; }
p { color: rgb(255,213,17); }
H1.HeaderClassName
{
color: #FFD511;
}
.AnyTagClassName
{
color: #FFD511;
}
</style>
background-color css
<style>
a { background-color: #FFD511; }
a { background-color: rgb(255,213,17); }
div.DivClassName
{
background-color: #FFD511;
}
.BgClassName
{
background-color: #FFD511;
}
</style>
border-color css
<style>
span { border-color: #FFD511; }
span { border-color: rgb(255,213,17); }
td.TdClassName
{
border-color: #FFD511;
}
.TagClassName
{
border-color: #FFD511;
}
</style>